diff --git a/wavpack.changes b/wavpack.changes index b9a920b..c81f872 100644 --- a/wavpack.changes +++ b/wavpack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 13 07:06:33 CEST 2007 - crrodriguez@suse.de + +- remove static libraries and useless libtool archive + ------------------------------------------------------------------- Fri Jul 27 09:49:25 CEST 2007 - sbrabec@suse.cz diff --git a/wavpack.spec b/wavpack.spec index 3019480..d654d01 100644 --- a/wavpack.spec +++ b/wavpack.spec @@ -16,7 +16,7 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors URL: http://www.wavpack.com/ Summary: Free Hybrid Lossless Audio Compression Format Version: 4.41.0 -Release: 1 +Release: 6 Source: %{name}-%{version}.tar.bz2 # Name used by third parties before openSUSE 10.3: Provides: WavPack = %{version}-%{release} @@ -122,11 +122,13 @@ Authors: %build autoreconf -f -i -%configure -make %{?jobs:-j%jobs} +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install %makeinstall +#not needed +%{__rm} %{buildroot}%{_libdir}/*.la %post -n libwavpack1 -p /sbin/ldconfig @@ -149,10 +151,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_includedir}/wavpack %{_libdir}/*.so -%{_libdir}/*.*a %{_libdir}/pkgconfig/wavpack.pc %changelog +* Mon Aug 13 2007 - crrodriguez@suse.de +- remove static libraries and useless libtool archive * Fri Jul 27 2007 - sbrabec@suse.cz - Updated to version 4.41.0: * bug fixes