diff --git a/SDL_mixer.changes b/SDL_mixer.changes index bb84ecc..9f9c0a9 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 24 20:34:26 UTC 2010 - reddwarf@opensuse.org + +- Add FLAC support +- Recommend the libraries that are dlopened + ------------------------------------------------------------------- Tue Jan 12 09:16:01 UTC 2010 - coolo@novell.com diff --git a/SDL_mixer.spec b/SDL_mixer.spec index dfddc26..b2ff519 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -19,7 +19,7 @@ Name: SDL_mixer -BuildRequires: libSDL-devel libmikmod-devel libogg-devel libvorbis-devel +BuildRequires: libSDL-devel libmikmod-devel libvorbis-devel flac-devel Summary: Sample Mixer Library for SDL Version: 1.2.11 Release: 2 @@ -45,6 +45,9 @@ Group: System/Libraries License: LGPLv2.1+ Provides: SDL_mixer = %{version} Obsoletes: SDL_mixer <= %{version} +Recommends: %(rpm -qf %{_libdir}/libmikmod.so.[0-9] --qf '%{NAME}') +Recommends: %(rpm -qf %{_libdir}/libvorbisfile.so.[0-9] --qf '%{NAME}') +Recommends: %(rpm -qf %{_libdir}/libFLAC.so.[0-9] --qf '%{NAME}') # bug437293 %ifarch ppc64 Obsoletes: SDL_mixer-64bit @@ -83,8 +86,7 @@ Timidity MIDI, and SMPEG MP3 libraries. %build %configure \ --disable-static \ - --with-pic \ - --enable-music-libmikmod + --with-pic make %{?jobs:-j %jobs} %install diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000