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

Diff of /qsampler/trunk/qsampler.spec.in

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

revision 3127 by capela, Fri Jan 13 16:35:41 2017 UTC revision 3128 by capela, Thu Apr 27 11:09:16 2017 UTC
# Line 1  Line 1 
1  %define name    @PACKAGE_TARNAME@  %define name    @PACKAGE_TARNAME@
2  %define version @PACKAGE_VERSION@  %define version @PACKAGE_VERSION@
3  %define release 19  %define release 20
4    
5  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
6    
# Line 50  interface of LinuxSampler Control Protoc Line 50  interface of LinuxSampler Control Protoc
50  %__make DESTDIR="%{buildroot}" install  %__make DESTDIR="%{buildroot}" install
51    
52  %clean  %clean
53  [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
54    
55  %files  %files
56  %defattr(-,root,root)  %defattr(-,root,root)
# Line 82  interface of LinuxSampler Control Protoc Line 82  interface of LinuxSampler Control Protoc
82  %{_datadir}/man/man1/%{name}*.1.gz  %{_datadir}/man/man1/%{name}*.1.gz
83    
84  %changelog  %changelog
85    * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
86    - Pre-LAC2017 release frenzy.
87  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
88  - A Fall'16 release.  - A Fall'16 release.
89  * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1  * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1

Legend:
Removed from v.3127  
changed lines
  Added in v.3128

  ViewVC Help
Powered by ViewVC