Accepting request 147404 from games
- Do not buildRequire metapackage xorg-x11-devel it is not needed and adds significant bloat (forwarded request 146874 from elvigia) OBS-URL: https://build.opensuse.org/request/show/147404 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_ttf?expand=0&rev=22
This commit is contained in:
commit
00824f85be
@ -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
|
||||
|
||||
|
20
SDL_ttf.spec
20
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user