forked from pool/SDL_ttf
This commit is contained in:
parent
da976482d7
commit
905e5130a5
@ -1,5 +1,5 @@
|
||||
--- Makefile.am
|
||||
+++ Makefile.am 2002/12/16 16:49:33
|
||||
+++ Makefile.am
|
||||
@@ -1,5 +1,5 @@
|
||||
# Makefile.am for the SDL truetype font loading library and viewer
|
||||
-
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 16:27:46 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
- split devel subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 12:40:30 CET 2007 - prusnak@suse.cz
|
||||
|
||||
|
38
SDL_ttf.spec
38
SDL_ttf.spec
@ -15,13 +15,11 @@ BuildRequires: SDL-devel freetype2-devel gcc-c++ xorg-x11 xorg-x11-Mesa-devel
|
||||
URL: http://www.libsdl.org/projects/SDL_ttf/
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Development/Libraries/X11
|
||||
#Requires: xforms
|
||||
Autoreqprov: on
|
||||
Version: 2.0.8
|
||||
Release: 40
|
||||
Release: 71
|
||||
Summary: Simple DirectMedia Layer--Truetype Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}.dif
|
||||
Patch0: %{name}-%{version}-automake.patch
|
||||
Patch1: %{name}-%{version}-noftinternals.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -31,13 +29,28 @@ SDL applications.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Lantinga <slouken@libsdl.org>
|
||||
|
||||
%package devel
|
||||
Requires: SDL_ttf = %{version}
|
||||
Summary: Simple DirectMedia Layer--Truetype Library
|
||||
Group: Development/Libraries/X11
|
||||
|
||||
%description devel
|
||||
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
|
||||
%patch
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
@ -58,13 +71,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING README
|
||||
/usr/include/SDL/SDL_ttf.h
|
||||
%_libdir/libSDL_ttf-2.0.so.*
|
||||
%_libdir/libSDL_ttf.a
|
||||
%_libdir/libSDL_ttf.la
|
||||
%_libdir/libSDL_ttf.so
|
||||
%{_libdir}/libSDL_ttf-2.0.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/SDL/SDL_ttf.h
|
||||
%{_libdir}/libSDL_ttf.a
|
||||
%{_libdir}/libSDL_ttf.la
|
||||
%{_libdir}/libSDL_ttf.so
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2007 - prusnak@suse.cz
|
||||
- split devel subpackage
|
||||
* Fri Mar 02 2007 - prusnak@suse.cz
|
||||
- cleaned spec file
|
||||
* Fri Jun 23 2006 - nadvornik@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user