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

Legend:
Removed from v.749  
changed lines
  Added in v.3045

  ViewVC Help
Powered by ViewVC