SHA256
1
0
forked from pool/SDL_ttf
OBS User unknown 2007-06-28 17:42:32 +00:00 committed by Git OBS Bridge
parent da976482d7
commit 905e5130a5
3 changed files with 34 additions and 11 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.am --- Makefile.am
+++ Makefile.am 2002/12/16 16:49:33 +++ Makefile.am
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# Makefile.am for the SDL truetype font loading library and viewer # Makefile.am for the SDL truetype font loading library and viewer
- -

View File

@ -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 Fri Mar 2 12:40:30 CET 2007 - prusnak@suse.cz

View File

@ -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/ URL: http://www.libsdl.org/projects/SDL_ttf/
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/X11 Group: Development/Libraries/X11
#Requires: xforms
Autoreqprov: on
Version: 2.0.8 Version: 2.0.8
Release: 40 Release: 71
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 Patch0: %{name}-%{version}-automake.patch
Patch1: %{name}-%{version}-noftinternals.patch Patch1: %{name}-%{version}-noftinternals.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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: Authors:
-------- --------
Sam Lantinga <slouken@libsdl.org> Sam Lantinga <slouken@libsdl.org>
%prep %prep
%setup -q %setup -q
%patch %patch0
%patch1 %patch1
%build %build
@ -58,13 +71,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc CHANGES COPYING README %doc CHANGES COPYING README
/usr/include/SDL/SDL_ttf.h %{_libdir}/libSDL_ttf-2.0.so.*
%_libdir/libSDL_ttf-2.0.so.*
%_libdir/libSDL_ttf.a %files devel
%_libdir/libSDL_ttf.la %defattr(-,root,root)
%_libdir/libSDL_ttf.so %{_includedir}/SDL/SDL_ttf.h
%{_libdir}/libSDL_ttf.a
%{_libdir}/libSDL_ttf.la
%{_libdir}/libSDL_ttf.so
%changelog %changelog
* Thu Jun 07 2007 - prusnak@suse.cz
- split devel subpackage
* Fri Mar 02 2007 - prusnak@suse.cz * Fri Mar 02 2007 - prusnak@suse.cz
- cleaned spec file - cleaned spec file
* Fri Jun 23 2006 - nadvornik@suse.cz * Fri Jun 23 2006 - nadvornik@suse.cz