diff --git a/SDL_sound.changes b/SDL_sound.changes index 9ce63da..4fe77a2 100644 --- a/SDL_sound.changes +++ b/SDL_sound.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 17 10:24:03 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + +------------------------------------------------------------------- +Mon Aug 1 09:38:13 UTC 2011 - jengelh@medozas.de + +- Update baselibs.conf to also ship libSDL_sound-devel-32bit + +------------------------------------------------------------------- +Sat Jul 2 14:54:00 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Wed Jan 27 02:44:11 CET 2010 - jengelh@medozas.de diff --git a/SDL_sound.spec b/SDL_sound.spec index e4c1529..f6de076 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_sound (Version 1.0.3) +# spec file for package SDL_sound # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: SDL_sound @@ -38,12 +37,6 @@ play a file or alternatively decode a file and hand back a single pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes. - - -Authors: --------- - Ryan C. Gordon - %package -n libSDL_sound-1_0-1 Group: System/Libraries Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) @@ -58,12 +51,6 @@ play a file or alternatively decode a file and hand back a single pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes. - - -Authors: --------- - Ryan C. Gordon - %package -n libSDL_sound-devel License: LGPLv2.1+ Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) @@ -79,12 +66,6 @@ play a file or alternatively decode a file and hand back a single pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes. - - -Authors: --------- - Ryan C. Gordon - %prep %setup -q %patch0 @@ -96,7 +77,7 @@ Authors: --disable-sdltest \ --disable-smpeg \ --disable-mpglib -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -106,9 +87,6 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -n libSDL_sound-1_0-1 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_sound-1_0-1 %defattr(-,root,root) %doc CHANGELOG COPYING CREDITS README TODO diff --git a/baselibs.conf b/baselibs.conf index 0f63113..3438e2c 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_sound-1_0-1 provides "SDL_sound- = " obsoletes "SDL_sound- <= " +libSDL_sound-devel + requires -libSDL_sound- + requires "libSDL_sound-1_0-1- = "