--- liblscp/trunk/liblscp.spec.in 2005/08/28 22:23:43 764 +++ liblscp/trunk/liblscp.spec.in 2006/06/01 08:32:16 869 @@ -1,7 +1,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 9 +%define release 10 %define prefix @prefix@ Summary: LinuxSampler control protocol API. @@ -9,7 +9,7 @@ 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,11 @@ %{prefix}/include/lscp %changelog +* 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.