/[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 963 by capela, Sun Dec 3 18:30:04 2006 UTC revision 2406 by capela, Wed Jan 30 11:50:20 2013 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 12  %define release 17
 %define prefix  @prefix@  
5    
6  Summary:        LinuxSampler control protocol API.  %define _prefix @prefix@
7    
8    Summary:        LinuxSampler control protocol API
9  Name:           %{name}  Name:           %{name}
10  Version:        %{version}  Version:        %{version}
11  Release:        %{release}  Release:        %{release}
12  Prefix:         %{prefix}  License:        LGPL-2.0+
 License:        LGPL  
 Group:          Sound  
13  Source0:        %{name}-%{version}.tar.gz  Source0:        %{name}-%{version}.tar.gz
14  URL:            http://www.linuxsampler.org/  URL:            http://www.linuxsampler.org/
15  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
16    #Packager:      rncbc.org
17    
18    BuildRequires:  doxygen, pkg-config
19    BuildRequires:  glibc-devel
20    
21  %description  %description
22  LinuxSampler control protocol API.  LinuxSampler control protocol API.
23    
24    
25    %package -n %{name}6
26    Summary:        LinuxSampler control protocol API library
27    Group:          Productivity/Multimedia/Sound
28    Provides:       %{name}
29    
30    %description -n %{name}6
31    LinuxSampler control protocol API library.
32    
33    
34  %package devel  %package devel
35  Summary:        LinuxSampler control protocol API libraries and include files.  Summary:        LinuxSampler control protocol API libraries and include files
36  Group:          Development/Libraries  Group:          Development/Libraries/C and C++
37  Requires:       %{name} = %{version}  Requires:       %{name} = %{version}
38    
39  %description devel  %description devel
40  LinuxSampler control protocol API libraries and include files.  LinuxSampler control protocol API libraries and include files.
41    
42    
43  %prep  %prep
44    
45  %setup  %setup
46  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi  [ -f Makefile.svn ] && %__make -f Makefile.svn
47    
48  %build  %build
49  ./configure --prefix=%{prefix}  %configure
50  make  %__make
51    
52  %install  %install
53  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  %makeinstall
 mkdir -p $RPM_BUILD_ROOT  
 make prefix=$RPM_BUILD_ROOT%{prefix} install  
54    
55  %post  %clean
56  /sbin/ldconfig  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
57    
58  %postun  %post -n %{name}6
59  /sbin/ldconfig  /sbin/ldconfig
60    
61  %clean  %postun -n %{name}6
62  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  /sbin/ldconfig
63    
64  %files  %files -n %{name}6
65  %defattr(-,root,root)  %defattr(-,root,root)
66  %doc AUTHORS COPYING ChangeLog NEWS README TODO  %doc AUTHORS COPYING ChangeLog NEWS README TODO
67  %{prefix}/lib/liblscp.so*  %{_libdir}/liblscp.so.*
68    
69  %files devel  %files devel
70  %defattr(-,root,root)  %defattr(-,root,root)
71  %doc doc/html/*  %doc doc/html/*
72  %{prefix}/lib/liblscp.a  %{_libdir}/liblscp.so
73  %{prefix}/lib/liblscp.la  %{_libdir}/liblscp.a
74  %{prefix}/lib/pkgconfig/lscp.pc  %{_libdir}/liblscp.la
75  %{prefix}/include/lscp  %{_libdir}/pkgconfig/lscp.pc
76    %dir %{_includedir}/lscp
77    %{_includedir}/lscp/*.h
78    
79  %changelog  %changelog
80  * Sun Dec  3 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Sat Aug  1 2009 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.6
81    - New 0.5.6 release.
82    * Fri Oct 12 2007 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.5
83    - Changed client interface function, for editing channel instrument.
84    - New 0.5.5 release.
85    * Tue Oct  2 2007 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.4
86    - Added new client interface function, for editing instrument.
87    - New 0.5.4 release.
88    * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.3
89    - New 0.5.3 release.
90    * Thu Jan 11 2007 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.2
91    - Sampler channel effect sends control and global volume support.
92    - Audio routing representation changed to integer array.
93    - New 0.5.2 release.
94    * Fri Dec 22 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.1
95    - Added support for new (un)subscribable events.
96    - Examples update.
97    - Prepared for 0.5.1 maintenance release.
98    * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.0
99    - Multi MIDI instrument maps introduced, sampler channel assignable.
100    - Moved on up to a brand new 0.5.0 release.
101    * Mon Dec  4 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.4.2
102  - Going up to 0.4.2 fast.  - Going up to 0.4.2 fast.
103    * Tue Nov 28 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.4.1
 * Tue Nov 28 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  
104  - Bumped directly to 0.4.1 release.  - Bumped directly to 0.4.1 release.
105  - Getting ready for the new MIDI instrument mapping features.  - Getting ready for the new MIDI instrument mapping features.
106    * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.3
 * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  
107  - Take a chance for a new 0.3.3 release.  - Take a chance for a new 0.3.3 release.
108  - Changed deprecated copyright attribute to license.  - Changed deprecated copyright attribute to license.
109  - Added ldconfig to post-(un)install steps.  - Added ldconfig to post-(un)install steps.
110    * Mon Aug 29 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.2
 * Mon Aug 29 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
111  - Fixed for 0.3.2 release.  - Fixed for 0.3.2 release.
112    * Tue Aug 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.1
 * Tue Aug 10 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
113  - Prepare 0.3.1 release for sampler channel mute/solo support.  - Prepare 0.3.1 release for sampler channel mute/solo support.
114    * Thu Jun 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.0
 * Thu Jun 10 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
115  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
116    * Sun May 22 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.9
 * Sun May 22 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
117  - Prepare 0.2.9 release due to event subscription LSCP command changes.  - Prepare 0.2.9 release due to event subscription LSCP command changes.
118    * Tue May  6 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.8
 * Tue May  6 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
119  - Prepare 0.2.8 release in response to [bug #9].  - Prepare 0.2.8 release in response to [bug #9].
120    * Tue Mar 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.7
 * Tue Mar 10 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
121  - Prepare 0.2.7 yet another bug-fix release.  - Prepare 0.2.7 yet another bug-fix release.
122    * Tue Mar  1 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.6
 * Tue Mar  1 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
123  - Prepare 0.2.6 bug-fix release.  - Prepare 0.2.6 bug-fix release.
124    * Tue Feb 14 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.5
 * Tue Feb 14 2005 Rui Nuno Capela <rncbc@users.sourceforge.net>  
125  - Prepare 0.2.5 release.  - Prepare 0.2.5 release.
126    * Tue Oct 11 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.4
 * Tue Oct 11 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
127  - Fixed 0.2.4 release.  - Fixed 0.2.4 release.
128    * Tue Sep 28 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.3
 * Tue Sep 28 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
129  - Fixed 0.2.3 release.  - Fixed 0.2.3 release.
130    * Tue Jul 29 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.2
 * Tue Jul 29 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
131  - Prepare 0.2.2 release.  - Prepare 0.2.2 release.
   
132  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
133  - renamed 'liblscp.pc' to 'lscp.pc' as well as the pkg-config lib name  - renamed 'liblscp.pc' to 'lscp.pc' as well as the pkg-config lib name
134    * Thu Jul  8 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.1
 * Thu Jul  8 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
135  - Prepare 0.2.1 bugfix release.  - Prepare 0.2.1 bugfix release.
136    * Tue Jul  6 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.2
 * Tue Jul  6 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
137  - Catch up on 0.2.0 release.  - Catch up on 0.2.0 release.
138    * Mon Apr 26 2004 Rui Nuno Capela <rncbc@rncbc.org>
 * Mon Apr 26 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
139  - Server stuff moved out (stays on examples source package)  - Server stuff moved out (stays on examples source package)
140    * Sat Apr 24 2004 Rui Nuno Capela <rncbc@rncbc.org>
 * Sat Apr 24 2004 Rui Nuno Capela <rncbc@users.sourceforge.net>  
141  - Created initial liblscp.spec.in  - Created initial liblscp.spec.in

Legend:
Removed from v.963  
changed lines
  Added in v.2406

  ViewVC Help
Powered by ViewVC