diff --git a/SDL_sound.changes b/SDL_sound.changes index 9ce63da..a5f57ba 100644 --- a/SDL_sound.changes +++ b/SDL_sound.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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..9031ef8 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -96,7 +96,7 @@ Authors: --disable-sdltest \ --disable-smpeg \ --disable-mpglib -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -106,9 +106,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/ready b/ready deleted file mode 100644 index 473a0f4..0000000