/[svn]/liblscp/trunk/liblscp.spec.in
ViewVC logotype

Contents of /liblscp/trunk/liblscp.spec.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3856 - (show annotations) (download)
Sun Feb 7 09:39:01 2021 UTC (3 years, 1 month ago) by capela
File size: 7183 byte(s)
* A Winter'21 Release.
1 #
2 # spec file for package liblscp
3 #
4 # Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5 # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6 #
7 # All modifications and additions to the file contributed by third parties
8 # remain the property of their copyright owners, unless otherwise agreed
9 # upon. The license for this file, and modifications and additions to the
10 # file, is the same license as for the pristine package itself (unless the
11 # license for the pristine package is not an Open Source License, in which
12 # case the license is the MIT License). An "Open Source License" is a
13 # license that conforms to the Open Source Definition (Version 1.9)
14 # published by the Open Source Initiative.
15 #
16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
17 #
18
19 %define name @PACKAGE@
20 %define version @VERSION@
21 %define release 45
22
23 %define _soname %{name}6
24
25 %define _prefix @prefix@
26
27 %if %{defined fedora}
28 %global debug_package %{nil}
29 %endif
30
31 Summary: LinuxSampler Control Protocol API library
32 Name: %{name}
33 Version: %{version}
34 Release: %{release}
35 License: LGPL-2.0+
36 Source0: %{name}-%{version}.tar.gz
37 URL: http://www.linuxsampler.org/
38 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
39 #Packager: rncbc.org
40
41 BuildRequires: libtool
42 BuildRequires: doxygen
43 %if %{defined fedora}
44 BuildRequires: pkgconfig
45 %else
46 BuildRequires: pkg-config
47 %endif
48 BuildRequires: glibc-devel
49
50 %description
51 LinuxSampler control protocol API library.
52
53
54 %package -n %{_soname}
55 Summary: LinuxSampler Control Protocol API library
56 Group: System/Libraries
57 Provides: %{name}
58
59 %description -n %{_soname}
60 LinuxSampler Control Protocol C API library - development files.
61 .
62 This package is for use with the LinuxSampler audio sampling
63 engine / library and packages. Wraps the LinuxSampler network
64 protocol and offers a convenient API in form of a C library.
65 .
66 For further informations visit
67 http://www.linuxsampler.org
68 .
69 This package contains the header files needed for
70 development with liblscp. You will need this only if you
71 intend to compile programs that use this library.
72
73
74 %package devel
75 Summary: LinuxSampler Control Protocol API library - development files
76 Group: Development/Libraries/C and C++
77 Requires: %{name} >= %{version}
78
79 %description devel
80 LinuxSampler Control Protocol C API library - development files.
81
82 This package is for use with the LinuxSampler audio sampling
83 engine / library and packages. Wraps the LinuxSampler network
84 protocol and offers a convenient API in form of a C library.
85
86 For further informations visit
87 http://www.linuxsampler.org
88
89 This package contains the header files needed for
90 development with liblscp. You will need this only if you
91 intend to compile programs that use this library.
92
93
94 %prep
95
96 %setup
97 [ -x ./autogen.sh ] && ./autogen.sh
98
99 %build
100 %if %{undefined fedora}
101 export CFLAGS="-ffat-lto-objects"
102 %endif
103 %configure
104 %__make %{?_smp_mflags}
105
106 %install
107 %__make DESTDIR="%{buildroot}" install
108
109 %clean
110 [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
111
112 %post -n %{_soname}
113 /sbin/ldconfig
114
115 %postun -n %{_soname}
116 /sbin/ldconfig
117
118 %files -n %{_soname}
119 %defattr(-,root,root)
120 %doc AUTHORS COPYING ChangeLog NEWS README TODO
121 %{_libdir}/liblscp.so.*
122
123 %files devel
124 %defattr(-,root,root)
125 %doc doc/html/*
126 %{_libdir}/liblscp.so
127 %{_libdir}/liblscp.a
128 %{_libdir}/liblscp.la
129 %{_libdir}/pkgconfig/lscp.pc
130 %dir %{_includedir}/lscp
131 %{_includedir}/lscp/*.h
132
133 %changelog
134 * Sun Feb 7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
135 - A Winter'21 release.
136 * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
137 - A Winter'20 release.
138 * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
139 - A Spring'20 release.
140 * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
141 - Winter'19 release.
142 * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
143 - An Autumn'17 release: bumped directly to 0.6.0.
144 * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8
145 - A Fall'16 release.
146 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7
147 - A fifth of a Jubilee release.
148 * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>
149 - Use getaddrinfo() instead of deprecated gethostbyname().
150 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
151 - New 0.5.6 release.
152 * Fri Oct 12 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
153 - Changed client interface function, for editing channel instrument.
154 - New 0.5.5 release.
155 * Tue Oct 2 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
156 - Added new client interface function, for editing instrument.
157 - New 0.5.4 release.
158 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
159 - New 0.5.3 release.
160 * Thu Jan 11 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
161 - Sampler channel effect sends control and global volume support.
162 - Audio routing representation changed to integer array.
163 - New 0.5.2 release.
164 * Fri Dec 22 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
165 - Added support for new (un)subscribable events.
166 - Examples update.
167 - Prepared for 0.5.1 maintenance release.
168 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
169 - Multi MIDI instrument maps introduced, sampler channel assignable.
170 - Moved on up to a brand new 0.5.0 release.
171 * Mon Dec 4 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
172 - Going up to 0.4.2 fast.
173 * Tue Nov 28 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
174 - Bumped directly to 0.4.1 release.
175 - Getting ready for the new MIDI instrument mapping features.
176 * Thu Jun 1 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.3.3
177 - Take a chance for a new 0.3.3 release.
178 - Changed deprecated copyright attribute to license.
179 - Added ldconfig to post-(un)install steps.
180 * Mon Aug 29 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.2
181 - Fixed for 0.3.2 release.
182 * Wed Aug 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
183 - Prepare 0.3.1 release for sampler channel mute/solo support.
184 * Fri Jun 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
185 - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
186 * Sun May 22 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.9
187 - Prepare 0.2.9 release due to event subscription LSCP command changes.
188 * Fri May 6 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.8
189 - Prepare 0.2.8 release in response to [bug #9].
190 * Thu Mar 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.7
191 - Prepare 0.2.7 yet another bug-fix release.
192 * Tue Mar 1 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.6
193 - Prepare 0.2.6 bug-fix release.
194 * Mon Feb 14 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.5
195 - Prepare 0.2.5 release.
196 * Mon Oct 11 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.4
197 - Fixed 0.2.4 release.
198 * Tue Sep 28 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
199 - Fixed 0.2.3 release.
200 * Thu Jul 29 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
201 - Prepare 0.2.2 release.
202 * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
203 - renamed 'liblscp.pc' to 'lscp.pc' as well as the pkg-config lib name
204 * Thu Jul 8 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.1
205 - Prepare 0.2.1 bugfix release.
206 * Tue Jul 6 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
207 - Catch up on 0.2.0 release.
208 * Mon Apr 26 2004 Rui Nuno Capela <rncbc@rncbc.org>
209 - Server stuff moved out (stays on examples source package)
210 * Sat Apr 24 2004 Rui Nuno Capela <rncbc@rncbc.org>
211 - Created initial liblscp.spec.in

  ViewVC Help
Powered by ViewVC