/[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 2487 by capela, Tue Dec 31 11:21:32 2013 UTC revision 3045 by capela, Sun Nov 13 18:43:46 2016 UTC
# 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  [ -x ./autogen.sh ] && ./autogen.sh
52    
53  %build  %build
54  %configure  %configure
55  %__make  %__make %{?_smp_mflags}
56    
57  %install  %install
58  %makeinstall  %__make DESTDIR="%{buildroot}" install
59    
60  %clean  %clean
61  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
62    
63  %post -n %{name}6  %post -n %{name}6
64  /sbin/ldconfig  /sbin/ldconfig
# 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    * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8
86    - A Fall'16 release.
87  * 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
88  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
89  * 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 114  LinuxSampler control protocol API librar
114  * 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
115  - Bumped directly to 0.4.1 release.  - Bumped directly to 0.4.1 release.
116  - Getting ready for the new MIDI instrument mapping features.  - Getting ready for the new MIDI instrument mapping features.
117  * 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
118  - Take a chance for a new 0.3.3 release.  - Take a chance for a new 0.3.3 release.
119  - Changed deprecated copyright attribute to license.  - Changed deprecated copyright attribute to license.
120  - Added ldconfig to post-(un)install steps.  - Added ldconfig to post-(un)install steps.
121  * 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
122  - Fixed for 0.3.2 release.  - Fixed for 0.3.2 release.
123  * 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
124  - Prepare 0.3.1 release for sampler channel mute/solo support.  - Prepare 0.3.1 release for sampler channel mute/solo support.
125  * 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
126  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.  - Prepare 0.3.0 release featuring timeout flush idiosyncrasies.
127  * 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
128  - Prepare 0.2.9 release due to event subscription LSCP command changes.  - Prepare 0.2.9 release due to event subscription LSCP command changes.
129  * 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
130  - Prepare 0.2.8 release in response to [bug #9].  - Prepare 0.2.8 release in response to [bug #9].
131  * 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
132  - Prepare 0.2.7 yet another bug-fix release.  - Prepare 0.2.7 yet another bug-fix release.
133  * 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
134  - Prepare 0.2.6 bug-fix release.  - Prepare 0.2.6 bug-fix release.
135  * 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
136  - Prepare 0.2.5 release.  - Prepare 0.2.5 release.
137  * 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
138  - Fixed 0.2.4 release.  - Fixed 0.2.4 release.
139  * 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
140  - Fixed 0.2.3 release.  - Fixed 0.2.3 release.
141  * 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
142  - Prepare 0.2.2 release.  - Prepare 0.2.2 release.
143  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>  * Tue Jul 13 2004 Christian Schoenebeck <cuse@users.sourceforge.net>
144  - 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.2487  
changed lines
  Added in v.3045

  ViewVC Help
Powered by ViewVC