This commit is contained in:
parent
6b86f80a09
commit
0d3f604830
@ -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
|
Fri Jul 27 09:49:25 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
11
wavpack.spec
11
wavpack.spec
@ -16,7 +16,7 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
|
|||||||
URL: http://www.wavpack.com/
|
URL: http://www.wavpack.com/
|
||||||
Summary: Free Hybrid Lossless Audio Compression Format
|
Summary: Free Hybrid Lossless Audio Compression Format
|
||||||
Version: 4.41.0
|
Version: 4.41.0
|
||||||
Release: 1
|
Release: 6
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# Name used by third parties before openSUSE 10.3:
|
# Name used by third parties before openSUSE 10.3:
|
||||||
Provides: WavPack = %{version}-%{release}
|
Provides: WavPack = %{version}-%{release}
|
||||||
@ -122,11 +122,13 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
#not needed
|
||||||
|
%{__rm} %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libwavpack1 -p /sbin/ldconfig
|
%post -n libwavpack1 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -149,10 +151,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/wavpack
|
%{_includedir}/wavpack
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/pkgconfig/wavpack.pc
|
%{_libdir}/pkgconfig/wavpack.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2007 - crrodriguez@suse.de
|
||||||
|
- remove static libraries and useless libtool archive
|
||||||
* Fri Jul 27 2007 - sbrabec@suse.cz
|
* Fri Jul 27 2007 - sbrabec@suse.cz
|
||||||
- Updated to version 4.41.0:
|
- Updated to version 4.41.0:
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user