forked from pool/SDL_Pango
Accepting request 146877 from home:elvigia:branches:games
- Remove fontconfig-devel freetype2-devel which are not really BuildRequired. OBS-URL: https://build.opensuse.org/request/show/146877 OBS-URL: https://build.opensuse.org/package/show/games/SDL_Pango?expand=0&rev=11
This commit is contained in:
parent
b364a15219
commit
f1827d5913
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 02:31:49 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Remove fontconfig-devel freetype2-devel which are not
|
||||||
|
really BuildRequired.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 18:19:36 UTC 2011 - jengelh@medozas.de
|
Fri Sep 16 18:19:36 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_Pango
|
# spec file for package SDL_Pango
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: SDL_Pango
|
Name: SDL_Pango
|
||||||
BuildRequires: fontconfig-devel freetype2-devel libSDL-devel pango-devel pkgconfig
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: pango-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
Url: http://sdlpango.sourceforge.net/
|
Url: http://sdlpango.sourceforge.net/
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 212
|
Release: 0
|
||||||
Summary: Programming Pango via SDL
|
Summary: Programming Pango via SDL
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch0: %{name}-%{version}-API-adds.patch
|
Patch0: %{name}-%{version}-API-adds.patch
|
||||||
@ -35,7 +36,6 @@ Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
|
|||||||
engine to SDL.
|
engine to SDL.
|
||||||
|
|
||||||
%package -n libSDL_Pango1
|
%package -n libSDL_Pango1
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Programming Pango via SDL
|
Summary: Programming Pango via SDL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: SDL_Pango = %{version}
|
Provides: SDL_Pango = %{version}
|
||||||
@ -46,10 +46,11 @@ Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
|
|||||||
engine to SDL.
|
engine to SDL.
|
||||||
|
|
||||||
%package -n libSDL_Pango-devel
|
%package -n libSDL_Pango-devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libSDL_Pango1 = %{version} libSDL-devel pkgconfig
|
Requires: libSDL-devel
|
||||||
|
Requires: libSDL_Pango1 = %{version}
|
||||||
|
Requires: pkgconfig
|
||||||
Provides: SDL_Pango-devel = %{version}
|
Provides: SDL_Pango-devel = %{version}
|
||||||
Obsoletes: SDL_Pango-devel <= %{version}
|
Obsoletes: SDL_Pango-devel <= %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user