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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC