From 13b7b705a32ce4ed212d8df342655d924de340ec4235b648cbf5b59453dd065c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Jul 2011 00:09:33 +0000 Subject: [PATCH 1/3] 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 From 0f653c361211ee7a17c498baaa0f483c2fe3df08fb7e2a4c92b9ead925370bc9 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Mon, 1 Aug 2011 15:37:23 +0000 Subject: [PATCH 2/3] Accepting request 77577 from home:jengelh:bl - Update baselibs.conf to also ship libSDL_mixer-devel-32bit OBS-URL: https://build.opensuse.org/request/show/77577 OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=14 --- SDL_mixer.changes | 5 +++++ baselibs.conf | 3 +++ 2 files changed, 8 insertions(+) diff --git a/SDL_mixer.changes b/SDL_mixer.changes index a3fb3b2..fb5f01d 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 09:37:56 UTC 2011 - jengelh@medozas.de + +- Update baselibs.conf to also ship libSDL_mixer-devel-32bit + ------------------------------------------------------------------- Sat Jul 2 14:52:44 UTC 2011 - jengelh@medozas.de diff --git a/baselibs.conf b/baselibs.conf index e56e61f..aa78697 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_mixer-1_2-0 provides "SDL_mixer- = " obsoletes "SDL_mixer- <= " +libSDL_mixer-devel + requires -libSDL_mixer- + requires "libSDL_mixer-1_2-0- = " From 39fc5aafc271f0f74d12b47ded7381df09ed8884b2730d53384c756b4fd25671 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Sep 2011 18:56:10 +0000 Subject: [PATCH 3/3] Accepting request 83175 from home:jengelh:bl - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/83175 OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=15 --- SDL_mixer.changes | 5 +++++ SDL_mixer.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/SDL_mixer.changes b/SDL_mixer.changes index fb5f01d..86f7b47 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 10:23:43 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Mon Aug 1 09:37:56 UTC 2011 - jengelh@medozas.de diff --git a/SDL_mixer.spec b/SDL_mixer.spec index 3058f48..27025d3 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_mixer (Version 1.2.11) +# spec file for package SDL_mixer # -# 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_mixer