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

Legend:
Removed from v.2424  
changed lines
  Added in v.3598

  ViewVC Help
Powered by ViewVC