/[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 1412 by capela, Fri Oct 12 22:43:38 2007 UTC revision 1966 by capela, Sat Aug 1 17:23:32 2009 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 16  %define release 17
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        LinuxSampler control protocol API.  Summary:        LinuxSampler control protocol API.
# 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  %{_includedir}/lscp
64    
65  %changelog  %changelog
66    * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>
67    - New 0.5.6 release.
68    
69  * Fri Oct 12 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Fri Oct 12 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
70  - Changed client interface function, for editing channel instrument.  - Changed client interface function, for editing channel instrument.
71  - New 0.5.5 release.  - New 0.5.5 release.

Legend:
Removed from v.1412  
changed lines
  Added in v.1966

  ViewVC Help
Powered by ViewVC