OBS User unknown 2008-05-22 02:32:44 +00:00 committed by Git OBS Bridge
parent b75986d802
commit 1cf8b3f8ea
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 19 11:14:00 CEST 2008 - crrodriguez@suse.de
- disable unusable static libraries
(there is no static libogg,libvorbis,flac,speex etc..)
-------------------------------------------------------------------
Thu Apr 24 11:18:57 CEST 2008 - prusnak@suse.cz

View File

@ -16,7 +16,7 @@ BuildRequires: SDL-devel flac-devel libmikmod-devel libogg-devel libvorbis-deve
Url: http://icculus.org/SDL_sound/
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
Version: 1.0.3
Release: 1
Release: 12
Source: %{name}-%{version}-nompglib.tar.bz2
Patch0: %{name}-%{version}-nompglib.patch
License: LGPL v2.1 or later
@ -40,8 +40,7 @@ Authors:
License: LGPL v2.1 or later
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
Group: System/Libraries
Requires: %{name} = %{version}
Requires: SDL-devel flac-devel libmikmod-devel libvorbis-devel libogg-devel speex-devel physfs-devel
Requires: %{name} = %{version} SDL-devel
%description devel
SDL_sound is a library that handles the decoding of several popular
@ -61,11 +60,12 @@ Authors:
%patch0
%build
%configure --disable-sdltest --disable-smpeg --disable-mpglib
%configure --disable-static --with-pic --disable-sdltest --disable-smpeg --disable-mpglib
make %{?jobs:-j %jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -f %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
@ -83,10 +83,12 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{_includedir}/SDL
%{_libdir}/*a
%{_libdir}/lib*.so
%changelog
* Mon May 19 2008 crrodriguez@suse.de
- disable unusable static libraries
(there is no static libogg,libvorbis,flac,speex etc..)
* Thu Apr 24 2008 prusnak@suse.cz
- updated to 1.0.3
* check if Speex header has bogus data (CVE-2008-1686)