/[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 2929 by capela, Wed Jul 6 14:58:00 2016 UTC revision 2983 by capela, Wed Sep 14 10:49:05 2016 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 17  %define release 18
4    
5  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
6    
# Line 45  interface of LinuxSampler Control Protoc Line 45  interface of LinuxSampler Control Protoc
45  %__make %{?_smp_mflags}  %__make %{?_smp_mflags}
46    
47  %install  %install
48  %__make DESTDIR=%{buildroot} install  %__make DESTDIR="%{buildroot}" install
49    
50  %clean  %clean
51  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
52    
53  %files  %files
54  %defattr(-,root,root)  %defattr(-,root,root)
# Line 80  interface of LinuxSampler Control Protoc Line 80  interface of LinuxSampler Control Protoc
80  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}.1.gz
81    
82  %changelog  %changelog
83    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
84    - End of Summer'16 release.
85  * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0  * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
86  - Spring'16 release frenzy.  - Spring'16 release frenzy.
87  * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1  * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1

Legend:
Removed from v.2929  
changed lines
  Added in v.2983

  ViewVC Help
Powered by ViewVC