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:
commit
7e3763d1e7
@ -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
|
Wed Jan 27 02:45:00 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
25
SDL_ttf.spec
25
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
|
# 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
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: SDL_ttf
|
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
|
This is a sample library that allows you to use TrueType fonts in your
|
||||||
SDL applications.
|
SDL applications.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Lantinga <slouken@libsdl.org>
|
|
||||||
|
|
||||||
%package -n libSDL_ttf-2_0-0
|
%package -n libSDL_ttf-2_0-0
|
||||||
Summary: Simple DirectMedia Layer - Truetype Library
|
Summary: Simple DirectMedia Layer - Truetype Library
|
||||||
Group: System/Libraries
|
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
|
This is a sample library that allows you to use TrueType fonts in your
|
||||||
SDL applications.
|
SDL applications.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Lantinga <slouken@libsdl.org>
|
|
||||||
|
|
||||||
%package -n libSDL_ttf-devel
|
%package -n libSDL_ttf-devel
|
||||||
License: LGPLv2.1+ ; Freetype Project License
|
License: LGPLv2.1+ ; Freetype Project License
|
||||||
Requires: %{name} = %{version} SDL-devel
|
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
|
This is a sample library that allows you to use TrueType fonts in your
|
||||||
SDL applications.
|
SDL applications.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Lantinga <slouken@libsdl.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -84,7 +65,7 @@ Authors:
|
|||||||
%configure \
|
%configure \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
libSDL_ttf-2_0-0
|
libSDL_ttf-2_0-0
|
||||||
provides "SDL_ttf-<targettype> = <version>"
|
provides "SDL_ttf-<targettype> = <version>"
|
||||||
obsoletes "SDL_ttf-<targettype> <= <version>"
|
obsoletes "SDL_ttf-<targettype> <= <version>"
|
||||||
|
libSDL_ttf-devel
|
||||||
|
requires -libSDL_ttf-<targettype>
|
||||||
|
requires "libSDL_ttf-2_0-0-<targettype> = <version>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user