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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3400 - (show annotations) (download)
Tue Dec 12 17:47:01 2017 UTC (6 years, 4 months ago) by capela
File size: 5027 byte(s)
* An Autumn'17 release: bumped directly to 0.6.0.
1
2 %define name @PACKAGE@
3 %define version @VERSION@
4 %define release 24
5
6 %define _prefix @prefix@
7
8 Summary: LinuxSampler control protocol API
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}
12 License: LGPL-2.0+
13 Source0: %{name}-%{version}.tar.gz
14 URL: http://www.linuxsampler.org/
15 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
27 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
40 Summary: LinuxSampler control protocol API libraries and include files
41 Group: Development/Libraries/C and C++
42 Requires: %{name} = %{version}
43
44 %description devel
45 LinuxSampler control protocol API libraries and include files.
46
47
48 %prep
49
50 %setup
51 [ -x ./autogen.sh ] && ./autogen.sh
52
53 %build
54 %configure
55 %__make %{?_smp_mflags}
56
57 %install
58 %__make DESTDIR="%{buildroot}" install
59
60 %clean
61 [ -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 -n %{name}6
70 %defattr(-,root,root)
71 %doc AUTHORS COPYING ChangeLog NEWS README TODO
72 %{_libdir}/liblscp.so.*
73
74 %files devel
75 %defattr(-,root,root)
76 %doc doc/html/*
77 %{_libdir}/liblscp.so
78 %{_libdir}/liblscp.a
79 %{_libdir}/liblscp.la
80 %{_libdir}/pkgconfig/lscp.pc
81 %dir %{_includedir}/lscp
82 %{_includedir}/lscp/*.h
83
84 %changelog
85 * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
86 - An Autumn'17 release: bumped directly to 0.6.0.
87 * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8
88 - A Fall'16 release.
89 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7
90 - A fifth of a Jubilee release.
91 * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>
92 - Use getaddrinfo() instead of deprecated gethostbyname().
93 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
94 - New 0.5.6 release.
95 * Fri Oct 12 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
96 - Changed client interface function, for editing channel instrument.
97 - New 0.5.5 release.
98 * Tue Oct 2 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
99 - Added new client interface function, for editing instrument.
100 - New 0.5.4 release.
101 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
102 - New 0.5.3 release.
103 * Thu Jan 11 2007 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
104 - Sampler channel effect sends control and global volume support.
105 - Audio routing representation changed to integer array.
106 - New 0.5.2 release.
107 * Fri Dec 22 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
108 - Added support for new (un)subscribable events.
109 - Examples update.
110 - Prepared for 0.5.1 maintenance release.
111 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
112 - Multi MIDI instrument maps introduced, sampler channel assignable.
113 - Moved on up to a brand new 0.5.0 release.
114 * Mon Dec 4 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
115 - Going up to 0.4.2 fast.
116 * Tue Nov 28 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
117 - Bumped directly to 0.4.1 release.
118 - Getting ready for the new MIDI instrument mapping features.
119 * Thu Jun 1 2006 Rui Nuno Capela <rncbc@rncbc.org> 0.3.3
120 - Take a chance for a new 0.3.3 release.
121 - Changed deprecated copyright attribute to license.
122 - Added ldconfig to post-(un)install steps.
123 * Mon Aug 29 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.2
124 - Fixed for 0.3.2 release.
125 * Wed Aug 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
126 - Prepare 0.3.1 release for sampler channel mute/solo support.
127 * Fri Jun 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
128 - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
129 * Sun May 22 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.9
130 - Prepare 0.2.9 release due to event subscription LSCP command changes.
131 * Fri May 6 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.8
132 - Prepare 0.2.8 release in response to [bug #9].
133 * Thu Mar 10 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.7
134 - Prepare 0.2.7 yet another bug-fix release.
135 * Tue Mar 1 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.6
136 - Prepare 0.2.6 bug-fix release.
137 * Mon Feb 14 2005 Rui Nuno Capela <rncbc@rncbc.org> 0.2.5
138 - Prepare 0.2.5 release.
139 * Mon Oct 11 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.4
140 - Fixed 0.2.4 release.
141 * Tue Sep 28 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
142 - Fixed 0.2.3 release.
143 * Thu Jul 29 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
144 - Prepare 0.2.2 release.
145 * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
146 - renamed 'liblscp.pc' to 'lscp.pc' as well as the pkg-config lib name
147 * Thu Jul 8 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.1
148 - Prepare 0.2.1 bugfix release.
149 * Tue Jul 6 2004 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
150 - Catch up on 0.2.0 release.
151 * Mon Apr 26 2004 Rui Nuno Capela <rncbc@rncbc.org>
152 - Server stuff moved out (stays on examples source package)
153 * Sat Apr 24 2004 Rui Nuno Capela <rncbc@rncbc.org>
154 - Created initial liblscp.spec.in

  ViewVC Help
Powered by ViewVC