/[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 2406 by capela, Wed Jan 30 11:50:20 2013 UTC revision 3036 by capela, Thu Nov 3 09:08:44 2016 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 17  %define release 20
5    
6  %define _prefix @prefix@  %define _prefix @prefix@
7    
# Line 15  URL:           http://www.linuxsampler.org/ Line 15  URL:           http://www.linuxsampler.org/
15  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
16  #Packager:      rncbc.org  #Packager:      rncbc.org
17    
18  BuildRequires:  doxygen, pkg-config  BuildRequires: doxygen
19  BuildRequires:  glibc-devel  %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.
# Line 43  LinuxSampler control protocol API librar Line 48  LinuxSampler control protocol API librar
48  %prep  %prep
49    
50  %setup  %setup
51  [ -f Makefile.svn ] && %__make -f Makefile.svn  [ -f Makefile.git ] && %__make -f Makefile.git
52    
53  %build  %build
54  %configure  %configure
# Line 77  LinuxSampler control protocol API librar Line 82  LinuxSampler control protocol API librar
82  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
83    
84  %changelog  %changelog
85  * Sat Aug  1 2009 Rui Nuno Capela <rncbc@rncbc.org> - 0.5.6  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7
86    - A fifth of a Jubilee release.
87    * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>
88    - Use getaddrinfo() instead of deprecated gethostbyname().
89    * Sat Aug  1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
90  - New 0.5.6 release.  - New 0.5.6 release.
91  * 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
92  - Changed client interface function, for editing channel instrument.  - Changed client interface function, for editing channel instrument.
93  - New 0.5.5 release.  - New 0.5.5 release.
94  * 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
95  - Added new client interface function, for editing instrument.  - Added new client interface function, for editing instrument.
96  - New 0.5.4 release.  - New 0.5.4 release.
97  * 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
98  - New 0.5.3 release.  - New 0.5.3 release.
99  * 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
100  - Sampler channel effect sends control and global volume support.  - Sampler channel effect sends control and global volume support.
101  - Audio routing representation changed to integer array.  - Audio routing representation changed to integer array.
102  - New 0.5.2 release.  - New 0.5.2 release.
103  * 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
104  - Added support for new (un)subscribable events.  - Added support for new (un)subscribable events.
105  - Examples update.  - Examples update.
106  - Prepared for 0.5.1 maintenance release.  - Prepared for 0.5.1 maintenance release.
107  * 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
108  - Multi MIDI instrument maps introduced, sampler channel assignable.  - Multi MIDI instrument maps introduced, sampler channel assignable.
109  - Moved on up to a brand new 0.5.0 release.  - Moved on up to a brand new 0.5.0 release.
110  * 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
111  - Going up to 0.4.2 fast.  - Going up to 0.4.2 fast.
112  * 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
113  - Bumped directly to 0.4.1 release.  - Bumped directly to 0.4.1 release.
114  - Getting ready for the new MIDI instrument mapping features.  - Getting ready for the new MIDI instrument mapping features.
115  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.3  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.3.3
116  - Take a chance for a new 0.3.3 release.  - Take a chance for a new 0.3.3 release.
117  - Changed deprecated copyright attribute to license.  - Changed deprecated copyright attribute to license.
118  - Added ldconfig to post-(un)install steps.  - Added ldconfig to post-(un)install steps.
119  * 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
120  - Fixed for 0.3.2 release.  - Fixed for 0.3.2 release.
121  * Tue Aug 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.1  * Tue Aug 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
122  - Prepare 0.3.1 release for sampler channel mute/solo support.  - Prepare 0.3.1 release for sampler channel mute/solo support.
123  * Thu Jun 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.3.0  * Thu Jun 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
124  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
125  * 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
126  - Prepare 0.2.9 release due to event subscription LSCP command changes.  - Prepare 0.2.9 release due to event subscription LSCP command changes.
127  * Tue May  6 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.8  * Tue May  6 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.8
128  - Prepare 0.2.8 release in response to [bug #9].  - Prepare 0.2.8 release in response to [bug #9].
129  * Tue Mar 10 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.7  * Tue Mar 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.7
130  - Prepare 0.2.7 yet another bug-fix release.  - Prepare 0.2.7 yet another bug-fix release.
131  * 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
132  - Prepare 0.2.6 bug-fix release.  - Prepare 0.2.6 bug-fix release.
133  * Tue Feb 14 2005 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.5  * Tue Feb 14 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.5
134  - Prepare 0.2.5 release.  - Prepare 0.2.5 release.
135  * Tue Oct 11 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.4  * Tue Oct 11 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.4
136  - Fixed 0.2.4 release.  - Fixed 0.2.4 release.
137  * 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
138  - Fixed 0.2.3 release.  - Fixed 0.2.3 release.
139  * Tue Jul 29 2004 Rui Nuno Capela <rncbc@rncbc.org> - 0.2.2  * Tue Jul 29 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
140  - Prepare 0.2.2 release.  - Prepare 0.2.2 release.
141  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
142  - 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
143  * 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
144  - Prepare 0.2.1 bugfix release.  - Prepare 0.2.1 bugfix release.
145  * 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
146  - Catch up on 0.2.0 release.  - Catch up on 0.2.0 release.
147  * Mon Apr 26 2004 Rui Nuno Capela <rncbc@rncbc.org>  * Mon Apr 26 2004 Rui Nuno Capela <rncbc@rncbc.org>
148  - Server stuff moved out (stays on examples source package)  - Server stuff moved out (stays on examples source package)

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

  ViewVC Help
Powered by ViewVC