forked from pool/SDL_ttf
This commit is contained in:
parent
e7938fbeca
commit
da976482d7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 12:40:30 CET 2007 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- cleaned spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 23 12:27:00 CEST 2006 - nadvornik@suse.cz
|
Fri Jun 23 12:27:00 CEST 2006 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
16
SDL_ttf.spec
16
SDL_ttf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_ttf (Version 2.0.8)
|
# spec file for package SDL_ttf (Version 2.0.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,12 +13,12 @@
|
|||||||
Name: SDL_ttf
|
Name: SDL_ttf
|
||||||
BuildRequires: SDL-devel freetype2-devel gcc-c++ xorg-x11 xorg-x11-Mesa-devel
|
BuildRequires: SDL-devel freetype2-devel gcc-c++ xorg-x11 xorg-x11-Mesa-devel
|
||||||
URL: http://www.libsdl.org/projects/SDL_ttf/
|
URL: http://www.libsdl.org/projects/SDL_ttf/
|
||||||
License: LGPL
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
#Requires: xforms
|
#Requires: xforms
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.0.8
|
Version: 2.0.8
|
||||||
Release: 1
|
Release: 40
|
||||||
Summary: Simple DirectMedia Layer--Truetype Library
|
Summary: Simple DirectMedia Layer--Truetype Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}.dif
|
Patch: %{name}-%{version}.dif
|
||||||
@ -36,15 +36,15 @@ Authors:
|
|||||||
Sam Lantinga <slouken@libsdl.org>
|
Sam Lantinga <slouken@libsdl.org>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm *.m4
|
rm *.m4
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%_libdir
|
%configure
|
||||||
make
|
make %{?jobs:-j %jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -64,7 +64,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%_libdir/libSDL_ttf.la
|
%_libdir/libSDL_ttf.la
|
||||||
%_libdir/libSDL_ttf.so
|
%_libdir/libSDL_ttf.so
|
||||||
|
|
||||||
%changelog -n SDL_ttf
|
%changelog
|
||||||
|
* Fri Mar 02 2007 - prusnak@suse.cz
|
||||||
|
- cleaned spec file
|
||||||
* Fri Jun 23 2006 - nadvornik@suse.cz
|
* Fri Jun 23 2006 - nadvornik@suse.cz
|
||||||
- do not use freetype2 internals
|
- do not use freetype2 internals
|
||||||
* Fri Jan 27 2006 - nadvornik@suse.cz
|
* Fri Jan 27 2006 - nadvornik@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user