From 13b7b705a32ce4ed212d8df342655d924de340ec4235b648cbf5b59453dd065c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Jul 2011 00:09:33 +0000 Subject: [PATCH] Accepting request 75101 from home:jengelh:branches:games - Use %_smp_mflags for parallel building - Strip %clean section (not needed on BS) OBS-URL: https://build.opensuse.org/request/show/75101 OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=13 --- SDL_mixer.changes | 6 ++++++ SDL_mixer.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SDL_mixer.changes b/SDL_mixer.changes index 9f9c0a9..a3fb3b2 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 2 14:52:44 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Sat Jul 24 20:34:26 UTC 2010 - reddwarf@opensuse.org diff --git a/SDL_mixer.spec b/SDL_mixer.spec index 514daef..3058f48 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -87,15 +87,12 @@ Timidity MIDI, and SMPEG MP3 libraries. %configure \ --disable-static \ --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install install-bin DESTDIR=$RPM_BUILD_ROOT rm -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libSDL_mixer-1_2-0 -p /sbin/ldconfig %postun -n libSDL_mixer-1_2-0 -p /sbin/ldconfig