/[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 2873 by capela, Tue Apr 12 16:44:46 2016 UTC revision 3597 by capela, Sun Sep 8 09:47:23 2019 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 20  %define release 24
5    
6    %define _soname %{name}6
7    
8  %define _prefix @prefix@  %define _prefix @prefix@
9    
# Line 15  URL:           http://www.linuxsampler.org/ Line 17  URL:           http://www.linuxsampler.org/
17  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18  #Packager:      rncbc.org  #Packager:      rncbc.org
19    
20  BuildRequires:  doxygen, pkg-config  BuildRequires: libtool
21  BuildRequires:  glibc-devel  BuildRequires: doxygen
22    %if %{defined fedora}
23    BuildRequires: pkgconfig
24    %else
25    BuildRequires: pkg-config
26    %endif
27    BuildRequires: glibc-devel
28    
29  %description  %description
30  LinuxSampler control protocol API.  LinuxSampler control protocol API.
31    
32    
33  %package -n %{name}6  %package -n %{_soname}
34  Summary:        LinuxSampler control protocol API library  Summary:        LinuxSampler control protocol API library
35  Group:          Productivity/Multimedia/Sound  Group:          Productivity/Multimedia/Sound
36  Provides:       %{name}  Provides:       %{name}
37    
38  %description -n %{name}6  %description -n %{_soname}
39  LinuxSampler control protocol API library.  LinuxSampler control protocol API library.
40    
41    
# Line 43  LinuxSampler control protocol API librar Line 51  LinuxSampler control protocol API librar
51  %prep  %prep
52    
53  %setup  %setup
54  [ -f Makefile.git ] && %__make -f Makefile.git  [ -x ./autogen.sh ] && ./autogen.sh
55    
56  %build  %build
57  %configure  %configure
58  %__make  %__make %{?_smp_mflags}
59    
60  %install  %install
61  %makeinstall  %__make DESTDIR="%{buildroot}" install
62    find %{buildroot} -name "lib*.*a" -ls -delete
63    
64  %clean  %clean
65  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
66    
67  %post -n %{name}6  %post -n %{_soname}
68  /sbin/ldconfig  /sbin/ldconfig
69    
70  %postun -n %{name}6  %postun -n %{_soname}
71  /sbin/ldconfig  /sbin/ldconfig
72    
73  %files -n %{name}6  %files -n %{_soname}
74  %defattr(-,root,root)  %defattr(-,root,root)
75  %doc AUTHORS COPYING ChangeLog NEWS README TODO  %doc AUTHORS COPYING ChangeLog NEWS README TODO
76  %{_libdir}/liblscp.so.*  %{_libdir}/liblscp.so.*
# Line 70  LinuxSampler control protocol API librar Line 79  LinuxSampler control protocol API librar
79  %defattr(-,root,root)  %defattr(-,root,root)
80  %doc doc/html/*  %doc doc/html/*
81  %{_libdir}/liblscp.so  %{_libdir}/liblscp.so
82  %{_libdir}/liblscp.a  #{_libdir}/liblscp.a
83  %{_libdir}/liblscp.la  #{_libdir}/liblscp.la
84  %{_libdir}/pkgconfig/lscp.pc  %{_libdir}/pkgconfig/lscp.pc
85  %dir %{_includedir}/lscp  %dir %{_includedir}/lscp
86  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
87    
88  %changelog  %changelog
89    * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
90    - An Autumn'17 release: bumped directly to 0.6.0.
91    * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8
92    - A Fall'16 release.
93  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7
94  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
95  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>
# Line 107  LinuxSampler control protocol API librar Line 120  LinuxSampler control protocol API librar
120  * 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
121  - Bumped directly to 0.4.1 release.  - Bumped directly to 0.4.1 release.
122  - Getting ready for the new MIDI instrument mapping features.  - Getting ready for the new MIDI instrument mapping features.
123  * 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
124  - Take a chance for a new 0.3.3 release.  - Take a chance for a new 0.3.3 release.
125  - Changed deprecated copyright attribute to license.  - Changed deprecated copyright attribute to license.
126  - Added ldconfig to post-(un)install steps.  - Added ldconfig to post-(un)install steps.
127  * 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
128  - Fixed for 0.3.2 release.  - Fixed for 0.3.2 release.
129  * 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
130  - Prepare 0.3.1 release for sampler channel mute/solo support.  - Prepare 0.3.1 release for sampler channel mute/solo support.
131  * 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
132  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
133  * 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
134  - Prepare 0.2.9 release due to event subscription LSCP command changes.  - Prepare 0.2.9 release due to event subscription LSCP command changes.
135  * 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
136  - Prepare 0.2.8 release in response to [bug #9].  - Prepare 0.2.8 release in response to [bug #9].
137  * 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
138  - Prepare 0.2.7 yet another bug-fix release.  - Prepare 0.2.7 yet another bug-fix release.
139  * 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
140  - Prepare 0.2.6 bug-fix release.  - Prepare 0.2.6 bug-fix release.
141  * 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
142  - Prepare 0.2.5 release.  - Prepare 0.2.5 release.
143  * 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
144  - Fixed 0.2.4 release.  - Fixed 0.2.4 release.
145  * 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
146  - Fixed 0.2.3 release.  - Fixed 0.2.3 release.
147  * 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
148  - Prepare 0.2.2 release.  - Prepare 0.2.2 release.
149  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
150  - 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

Legend:
Removed from v.2873  
changed lines
  Added in v.3597

  ViewVC Help
Powered by ViewVC