SHA256
1
0
forked from pool/SDL_ttf

Accepting request 83188 from games

- Remove redundant tags/sections from specfile

- Add libSDL_ttf-devel to baselibs
- Remove redundant tags

- Use %_smp_mflags for parallel building

OBS-URL: https://build.opensuse.org/request/show/83188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_ttf?expand=0&rev=18
This commit is contained in:
Lars Vogdt 2011-09-19 13:30:10 +00:00 committed by Git OBS Bridge
commit 7e3763d1e7
3 changed files with 22 additions and 22 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
- Add libSDL_ttf-devel to baselibs
- Remove redundant tags
-------------------------------------------------------------------
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

View File

@ -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
@ -35,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 <slouken@libsdl.org>
%package -n libSDL_ttf-2_0-0
Summary: Simple DirectMedia Layer - Truetype Library
Group: System/Libraries
@ -52,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 <slouken@libsdl.org>
%package -n libSDL_ttf-devel
License: LGPLv2.1+ ; Freetype Project License
Requires: %{name} = %{version} SDL-devel
@ -71,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 <slouken@libsdl.org>
%prep
%setup -q
@ -84,7 +65,7 @@ Authors:
%configure \
--with-pic \
--disable-static
%{__make} %{?jobs:-j %jobs}
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install

View File

@ -1,3 +1,6 @@
libSDL_ttf-2_0-0
provides "SDL_ttf-<targettype> = <version>"
obsoletes "SDL_ttf-<targettype> <= <version>"
libSDL_ttf-devel
requires -libSDL_ttf-<targettype>
requires "libSDL_ttf-2_0-0-<targettype> = <version>"