/[svn]/liblscp/trunk/rpm/liblscp.spec
ViewVC logotype

Diff of /liblscp/trunk/rpm/liblscp.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4054 by capela, Wed Dec 28 08:57:43 2022 UTC revision 4055 by capela, Thu Mar 23 10:02:34 2023 UTC
# Line 1  Line 1 
1  #  #
2  # spec file for package liblscp  # spec file for package liblscp
3  #  #
4  # Copyright (C) 2004-2022, rncbc aka Rui Nuno Capela. All rights reserved.  # Copyright (C) 2004-2023, rncbc aka Rui Nuno Capela. All rights reserved.
5  # Copyright (C) 2007,2008,2015 Christian Schoenebeck  # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6  #  #
7  # All modifications and additions to the file contributed by third parties  # All modifications and additions to the file contributed by third parties
# Line 17  Line 17 
17  #  #
18    
19  %define name    liblscp  %define name    liblscp
20  %define version 0.9.8  %define version 0.9.9
21  %define release 52.1  %define release 53.1
22    
23  %define _soname %{name}6  %define _soname %{name}6
24    
# Line 111  cmake --install build Line 111  cmake --install build
111    
112  %files -n %{_soname}  %files -n %{_soname}
113  %defattr(-,root,root)  %defattr(-,root,root)
114  %doc README LICENSE ChangeLog  %license LICENSE
115    %doc README ChangeLog
116  %{_libdir}/liblscp.so.*  %{_libdir}/liblscp.so.*
117    
118  %files devel  %files devel
# Line 126  cmake --install build Line 127  cmake --install build
127    
128    
129  %changelog  %changelog
130    * Thu Mar 23 2023 Rui Nuno Capela <rncbc@rncbc.org> 0.9.9
131    - An Early-Spring'23 Release.
132  * Wed Dec 28 2022 Rui Nuno Capela <rncbc@rncbc.org> 0.9.8  * Wed Dec 28 2022 Rui Nuno Capela <rncbc@rncbc.org> 0.9.8
133  - An End-of-Year'22 Release.  - An End-of-Year'22 Release.
134  * Mon Oct  3 2022 Rui Nuno Capela <rncbc@rncbc.org> 0.9.7  * Mon Oct  3 2022 Rui Nuno Capela <rncbc@rncbc.org> 0.9.7

Legend:
Removed from v.4054  
changed lines
  Added in v.4055

  ViewVC Help
Powered by ViewVC