--- liblscp/trunk/liblscp.spec.in 2005/08/28 21:32:40 762 +++ liblscp/trunk/liblscp.spec.in 2006/11/28 15:31:20 948 @@ -1,15 +1,15 @@ -%define name @PACKAGE@ -%define version @VERSION@ -%define release 9 -%define prefix @prefix@ +%define name @PACKAGE@ +%define version @VERSION@ +%define release 11 +%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,7 +63,16 @@ %{prefix}/include/lscp %changelog -* Sun Aug 28 2005 Rui Nuno Capela +* The 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