From 6fb5bd3e3e4618fc9b49db0c171ee0635e07da122de8a2b64b0613f9dce17c04 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Jul 2011 00:09:07 +0000 Subject: [PATCH 1/4] Accepting request 75104 from home:jengelh:branches:games - Use %_smp_mflags for parallel building OBS-URL: https://build.opensuse.org/request/show/75104 OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=7 --- SDL_ttf.changes | 5 +++++ SDL_ttf.spec | 2 +- ready | 0 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 ready diff --git a/SDL_ttf.changes b/SDL_ttf.changes index 6b75f01..0c15c30 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 2 14:54:16 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building + ------------------------------------------------------------------- Wed Jan 27 02:45:00 CET 2010 - jengelh@medozas.de diff --git a/SDL_ttf.spec b/SDL_ttf.spec index 76af771..8d784e2 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -84,7 +84,7 @@ Authors: %configure \ --with-pic \ --disable-static -%{__make} %{?jobs:-j %jobs} +%{__make} %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From 6a218ad2f32ddd932bd503dcce47f5c28d2f0908d80d1a97968ac29d304eacb5 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 17 Sep 2011 10:02:05 +0000 Subject: [PATCH 2/4] Accepting request 82590 from home:jengelh:bl - Add libSDL_ttf-devel to baselibs - Remove redundant tags OBS-URL: https://build.opensuse.org/request/show/82590 OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=8 --- SDL_ttf.changes | 6 ++++++ SDL_ttf.spec | 5 ++--- baselibs.conf | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SDL_ttf.changes b/SDL_ttf.changes index 0c15c30..6327066 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 18:24:34 UTC 2011 - jengelh@medozas.de + +- Add libSDL_ttf-devel to baselibs +- Remove redundant tags + ------------------------------------------------------------------- Sat Jul 2 14:54:16 UTC 2011 - jengelh@medozas.de diff --git a/SDL_ttf.spec b/SDL_ttf.spec index 8d784e2..c025c5f 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_ttf (Version 2.0.9) +# spec file for package SDL_ttf # -# 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_ttf diff --git a/baselibs.conf b/baselibs.conf index 85e26cc..0da24af 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_ttf-2_0-0 provides "SDL_ttf- = " obsoletes "SDL_ttf- <= " +libSDL_ttf-devel + requires -libSDL_ttf- + requires "libSDL_ttf-2_0-0- = " From 17a80f5c21ec6a87453e4674f18abd8f259b82b981b5e02baba438a18366c78d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Sep 2011 18:56:24 +0000 Subject: [PATCH 3/4] Accepting request 83178 from home:jengelh:bl - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/83178 OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=9 --- SDL_ttf.changes | 5 +++++ SDL_ttf.spec | 18 ------------------ 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/SDL_ttf.changes b/SDL_ttf.changes index 6327066..c4b7045 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 10:24:24 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Fri Sep 16 18:24:34 UTC 2011 - jengelh@medozas.de diff --git a/SDL_ttf.spec b/SDL_ttf.spec index c025c5f..db5c542 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -34,12 +34,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build This is a sample library that allows you to use TrueType fonts in your SDL applications. - - -Authors: --------- - Sam Lantinga - %package -n libSDL_ttf-2_0-0 Summary: Simple DirectMedia Layer - Truetype Library Group: System/Libraries @@ -51,12 +45,6 @@ Obsoletes: SDL_ttf <= %{version} This is a sample library that allows you to use TrueType fonts in your SDL applications. - - -Authors: --------- - Sam Lantinga - %package -n libSDL_ttf-devel License: LGPLv2.1+ ; Freetype Project License Requires: %{name} = %{version} SDL-devel @@ -70,12 +58,6 @@ Obsoletes: SDL_ttf-devel <= %{version} This is a sample library that allows you to use TrueType fonts in your SDL applications. - - -Authors: --------- - Sam Lantinga - %prep %setup -q From b800eb700ee9bf987d36242823e7570f5b5f0070b8558f4af13b35557f1b0e2e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Sep 2011 19:08:05 +0000 Subject: [PATCH 4/4] Directly use make, go with %_smp_mflags OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=10 --- SDL_ttf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_ttf.spec b/SDL_ttf.spec index db5c542..b53b2f1 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -65,7 +65,7 @@ SDL applications. %configure \ --with-pic \ --disable-static -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install