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

Diff of /liblscp/trunk/liblscp.spec.in

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

revision 3045 by capela, Sun Nov 13 18:43:46 2016 UTC revision 3400 by capela, Tue Dec 12 17:47:01 2017 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 20  %define release 24
5    
6  %define _prefix @prefix@  %define _prefix @prefix@
7    
# Line 58  LinuxSampler control protocol API librar Line 58  LinuxSampler control protocol API librar
58  %__make DESTDIR="%{buildroot}" install  %__make DESTDIR="%{buildroot}" install
59    
60  %clean  %clean
61  [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
62    
63  %post -n %{name}6  %post -n %{name}6
64  /sbin/ldconfig  /sbin/ldconfig
# Line 82  LinuxSampler control protocol API librar Line 82  LinuxSampler control protocol API librar
82  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
83    
84  %changelog  %changelog
85    * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
86    - An Autumn'17 release: bumped directly to 0.6.0.
87  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8
88  - A Fall'16 release.  - A Fall'16 release.
89  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7

Legend:
Removed from v.3045  
changed lines
  Added in v.3400

  ViewVC Help
Powered by ViewVC