--- liblscp/trunk/liblscp.spec.in 2004/09/28 14:06:18 254 +++ liblscp/trunk/liblscp.spec.in 2006/12/03 18:30:04 963 @@ -1,15 +1,15 @@ -%define name @PACKAGE@ -%define version @VERSION@ -%define release 9 -%define prefix @prefix@ +%define name @PACKAGE@ +%define version @VERSION@ +%define release 12 +%define prefix @prefix@ Summary: LinuxSampler control protocol API. Name: %{name} Version: %{version} Release: %{release} Prefix: %{prefix} -Copyright: LGPL +License: LGPL Group: Sound Source0: %{name}-%{version}.tar.gz URL: http://www.linuxsampler.org/ @@ -29,9 +29,9 @@ %prep %setup +if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi %build -make -f Makefile.cvs ./configure --prefix=%{prefix} make @@ -40,6 +40,12 @@ mkdir -p $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} install +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + %clean if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi @@ -57,6 +63,45 @@ %{prefix}/include/lscp %changelog +* Sun Dec 3 2006 Rui Nuno Capela +- Going up to 0.4.2 fast. + +* Tue Nov 28 2006 Rui Nuno Capela +- Bumped directly to 0.4.1 release. +- Getting ready for the new MIDI instrument mapping features. + +* Thu Jun 01 2006 Rui Nuno Capela +- Take a chance for a new 0.3.3 release. +- Changed deprecated copyright attribute to license. +- Added ldconfig to post-(un)install steps. + +* Mon Aug 29 2005 Rui Nuno Capela +- Fixed for 0.3.2 release. + +* Tue Aug 10 2005 Rui Nuno Capela +- Prepare 0.3.1 release for sampler channel mute/solo support. + +* Thu Jun 10 2005 Rui Nuno Capela +- Prepare 0.3.0 release featuring timeout flush idiosyncrasies. + +* Sun May 22 2005 Rui Nuno Capela +- Prepare 0.2.9 release due to event subscription LSCP command changes. + +* Tue May 6 2005 Rui Nuno Capela +- Prepare 0.2.8 release in response to [bug #9]. + +* Tue Mar 10 2005 Rui Nuno Capela +- Prepare 0.2.7 yet another bug-fix release. + +* Tue Mar 1 2005 Rui Nuno Capela +- Prepare 0.2.6 bug-fix release. + +* Tue Feb 14 2005 Rui Nuno Capela +- Prepare 0.2.5 release. + +* Tue Oct 11 2004 Rui Nuno Capela +- Fixed 0.2.4 release. + * Tue Sep 28 2004 Rui Nuno Capela - Fixed 0.2.3 release.