/[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 1031 by capela, Mon Jan 15 11:08:28 2007 UTC revision 1967 by capela, Sat Aug 1 17:37:28 2009 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 14  %define release 17
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        LinuxSampler control protocol API.  Summary:        LinuxSampler control protocol API.
# Line 32  LinuxSampler control protocol API librar Line 32  LinuxSampler control protocol API librar
32  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi
33    
34  %build  %build
35  ./configure --prefix=%{prefix}  ./configure --prefix=%{prefix} --libdir=%{_libdir}
36  make  make
37    
38  %install  %install
# Line 52  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 52  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
52  %files  %files
53  %defattr(-,root,root)  %defattr(-,root,root)
54  %doc AUTHORS COPYING ChangeLog NEWS README TODO  %doc AUTHORS COPYING ChangeLog NEWS README TODO
55  %{prefix}/lib/liblscp.so*  %{_libdir}/liblscp.so*
56    
57  %files devel  %files devel
58  %defattr(-,root,root)  %defattr(-,root,root)
59  %doc doc/html/*  %doc doc/html/*
60  %{prefix}/lib/liblscp.a  %{_libdir}/liblscp.a
61  %{prefix}/lib/liblscp.la  %{_libdir}/liblscp.la
62  %{prefix}/lib/pkgconfig/lscp.pc  %{_libdir}/pkgconfig/lscp.pc
63  %{prefix}/include/lscp  %dir %{_includedir}/lscp
64    %{_includedir}/lscp/*.h
65    
66  %changelog  %changelog
67    * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>
68    - New 0.5.6 release.
69    
70    * Fri Oct 12 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
71    - Changed client interface function, for editing channel instrument.
72    - New 0.5.5 release.
73    
74    * Tue Oct  2 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
75    - Added new client interface function, for editing instrument.
76    - New 0.5.4 release.
77    
78  * Mon Jan 15 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Mon Jan 15 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
79  - New 0.5.3 release.  - New 0.5.3 release.
80    

Legend:
Removed from v.1031  
changed lines
  Added in v.1967

  ViewVC Help
Powered by ViewVC