From 3391ba9724c4cbb9a834357f06d6cde3767ccfb0d20b7b762892bf5e4b7ce60f Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Mon, 7 Jan 2013 13:55:02 +0000 Subject: [PATCH] Accepting request 146874 from home:elvigia:branches:games - Do not buildRequire metapackage xorg-x11-devel it is not needed and adds significant bloat OBS-URL: https://build.opensuse.org/request/show/146874 OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=15 --- SDL_ttf.changes | 6 ++++++ SDL_ttf.spec | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/SDL_ttf.changes b/SDL_ttf.changes index ccf6f37..104d7cf 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 3 02:06:00 UTC 2013 - crrodriguez@opensuse.org + +- Do not buildRequire metapackage xorg-x11-devel it is not + needed and adds significant bloat + ------------------------------------------------------------------- Tue May 8 14:08:05 UTC 2012 - cfarrell@suse.com diff --git a/SDL_ttf.spec b/SDL_ttf.spec index e6fd5db..89f2604 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_ttf # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,15 +16,15 @@ # - Name: SDL_ttf -BuildRequires: freetype2-devel libSDL-devel xorg-x11-devel +BuildRequires: freetype2-devel +BuildRequires: libSDL-devel Url: http://www.libsdl.org/projects/SDL_ttf/ +Version: 2.0.9 +Release: 0 +Summary: Simple DirectMedia Layer - Truetype Library License: LGPL-2.1+ Group: System/Libraries -Version: 2.0.9 -Release: 155 -Summary: Simple DirectMedia Layer - Truetype Library # removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180] Source: %{name}-%{version}-repack.tar.bz2 Source2: baselibs.conf @@ -37,7 +37,6 @@ SDL applications. %package -n libSDL_ttf-2_0-0 Summary: Simple DirectMedia Layer - Truetype Library Group: System/Libraries -License: LGPL-2.1+ Provides: SDL_ttf = %{version} Obsoletes: SDL_ttf <= %{version} @@ -46,11 +45,12 @@ This is a sample library that allows you to use TrueType fonts in your SDL applications. %package -n libSDL_ttf-devel -License: LGPL-2.1+ -Requires: %{name} = %{version} SDL-devel +Requires: %{name} = %{version} +Requires: SDL-devel Summary: Simple DirectMedia Layer - Truetype Library Group: Development/Libraries/C and C++ -Requires: libSDL_ttf-2_0-0 = %{version} libSDL-devel +Requires: libSDL-devel +Requires: libSDL_ttf-2_0-0 = %{version} Provides: SDL_ttf-devel = %{version} Obsoletes: SDL_ttf-devel <= %{version}