--- liblscp/trunk/liblscp.spec.in 2005/02/14 13:01:55 380 +++ liblscp/trunk/liblscp.spec.in 2006/12/22 00:35:52 997 @@ -1,15 +1,15 @@ -%define name @PACKAGE@ -%define version @VERSION@ -%define release 14 -%define prefix @prefix@ +%define name @PACKAGE@ +%define version @VERSION@ +%define release 13 +%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/ @@ -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,48 @@ %{prefix}/include/lscp %changelog +* Fri Dec 22 2006 Rui Nuno Capela +- Added support for new (un)subscribable events. +- Examples update. +- Prepared for 0.5.1 maintenance release. + +* Sun Dec 17 2006 Rui Nuno Capela +- Multi MIDI instrument maps introduced, sampler channel assignable. +- Moved on up to a brand new 0.5.0 release. + +* Mon Dec 4 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.