From bdaac1b7a6a3a87b16b7dd24021bb5e191094b81fb75491eee521828198cb068 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 14 Mar 2011 09:54:38 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/SDL_gfx revision 17.0 OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=58b9bd412995673fa260c1221bb92c4b --- SDL_gfx.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 9afa530..412fa98 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_gfx (Version 2.0.22) +# spec file for package SDL_gfx # -# 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 @@ -17,12 +17,13 @@ # norootforbuild + Name: SDL_gfx BuildRequires: libSDL-devel Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Summary: SDL Graphics Routines for Primitives and Other Support Functions Version: 2.0.22 -Release: 4 +Release: 1 Source0: %{name}-%{version}.tar.gz Source1: baselibs.conf License: LGPLv2.1+ From ca4ee2a1a657e6e8aa6148deedf6f6ec2bdb1045eb92d3f001afb713c4167002 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Jul 2011 00:47:36 +0000 Subject: [PATCH 2/4] Accepting request 75099 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/75099 OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=10 --- SDL_gfx.changes | 6 ++++++ SDL_gfx.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 7910140..2324f42 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 2 14:51:35 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 412fa98..16c0a88 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -119,7 +119,7 @@ Authors: %build %configure --disable-static --with-pic --disable-mmx -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -129,9 +129,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun -n libSDL_gfx13 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_gfx13 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENSE NEWS README From 0fc80c7f44f807e11baf12ec5acffc7a9901a9d537f45a4dc9d5c2bf6dd037f6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 17 Sep 2011 10:01:36 +0000 Subject: [PATCH 3/4] Accepting request 82588 from home:jengelh:bl - Add libSDL_gfx-devel to baselibs - Remove redundant tags/sections OBS-URL: https://build.opensuse.org/request/show/82588 OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=11 --- SDL_gfx.changes | 6 ++++++ SDL_gfx.spec | 1 - baselibs.conf | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 2324f42..04560bd 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 18:21:15 UTC 2011 - jengelh@medozas.de + +- Add libSDL_gfx-devel to baselibs +- Remove redundant tags/sections + ------------------------------------------------------------------- Sat Jul 2 14:51:35 UTC 2011 - jengelh@medozas.de diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 16c0a88..62dae1b 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: SDL_gfx diff --git a/baselibs.conf b/baselibs.conf index 46b8578..7d8c913 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_gfx13 provides "SDL_gfx- = " obsoletes "SDL_gfx- <= " +libSDL_gfx-devel + requires -libSDL_gfx- + requires "libSDL_gfx13- = " From bd3eb53e23df54ced54f78b30e6e368d1182aa6eeb2086607f30bdd2fefd0802 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Sep 2011 18:56:03 +0000 Subject: [PATCH 4/4] Accepting request 83173 from home:jengelh:bl OBS-URL: https://build.opensuse.org/request/show/83173 OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=12 --- SDL_gfx.spec | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 62dae1b..d972d34 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -46,12 +46,6 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %package -n libSDL_gfx13 Summary: SDL Graphics Routines for Primitives and Other Support Functions Group: System/Libraries @@ -76,12 +70,6 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %package -n libSDL_gfx-devel License: LGPLv2.1+ Summary: Libraries, includes and more to develop SDL_gfx applications @@ -107,12 +95,6 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %prep %setup -q