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
|
||||
|
||||
|
11
wavpack.spec
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user