rpms/SDL_ttf/FC-4 .cvsignore, 1.2, 1.3 SDL_ttf.spec, 1.6, 1.7 sources, 1.2, 1.3 SDL_ttf-2.0.6-ft2-build.patch, 1.1, NONE SDL_ttf-2.0.6-openstream.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu Sep 29 20:08:44 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/SDL_ttf/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22746

Modified Files:
	.cvsignore SDL_ttf.spec sources 
Removed Files:
	SDL_ttf-2.0.6-ft2-build.patch SDL_ttf-2.0.6-openstream.patch 
Log Message:
* Thu Sep 29 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.7-1
- General spec formatting changes.
- 2.0.7, patches applied upstream.
- Require SDL-devel in -devel.
- Build with dependency tracking disabled.
- Don't ship static libs.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SDL_ttf/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 03:59:03 -0000	1.2
+++ .cvsignore	29 Sep 2005 20:08:25 -0000	1.3
@@ -1 +1 @@
-SDL_ttf-2.0.6.tar.gz
+SDL_ttf-2.0.7.tar.gz


Index: SDL_ttf.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_ttf/FC-4/SDL_ttf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SDL_ttf.spec	6 Apr 2005 22:10:46 -0000	1.6
+++ SDL_ttf.spec	29 Sep 2005 20:08:25 -0000	1.7
@@ -1,68 +1,83 @@
-Summary: Simple DirectMedia Layer TrueType Font library
-Name: SDL_ttf
-Version: 2.0.6
-Release: 5
-
-URL: http://www.libsdl.org/projects/SDL_ttf/
-Source0: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.6.tar.gz
-Patch0: %{name}-%{version}-openstream.patch
-Patch1: %{name}-%{version}-ft2-build.patch
-License: LGPL
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: SDL-devel >= 1.2.4
-BuildRequires: freetype-devel >= 2.0
-BuildRequires: zlib-devel
+Name:		SDL_ttf
+Version:	2.0.7
+Release:	1%{?dist}
+Summary:	Simple DirectMedia Layer TrueType Font library
+
+Group:		System Environment/Libraries
+License:	LGPL
+URL:		http://www.libsdl.org/projects/SDL_ttf/
+Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	SDL-devel >= 1.2.4
+BuildRequires:	freetype-devel >= 2.0
+BuildRequires:	zlib-devel
+
 
 %description
 This library allows you to use TrueType fonts to render text in SDL
 applications.
 
+
 %package devel
-Summary: Files to develop SDL applications which use TrueType fonts
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Summary:	Files to develop SDL applications which use TrueType fonts
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	SDL-devel >= 1.2.4
+
 
 %description devel
 This library allows you to use TrueType fonts to render text in SDL
 applications. This package provides the libraries, include files and other
 resources needed for developing SDL_ttf applications.
 
+
 %prep
 %setup -q
-%patch -p1
-%patch1 -p1 -b .ft2
+
 
 %build
-%configure
+%configure --disable-dependency-tracking --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
-
+make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 %doc README CHANGES COPYING
 %{_libdir}/lib*.so.*
 
+
 %files devel
 %defattr(-,root,root)
-%{_libdir}/*.a
 %{_libdir}/*.so
-%{_includedir}/SDL/
+%{_includedir}/SDL/*.h
+
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Sep 29 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.7-1
+- General spec formatting changes.
+- 2.0.7, patches applied upstream.
+- Require SDL-devel in -devel.
+- Build with dependency tracking disabled.
+- Don't ship static libs.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-5
 - rebuilt
 
 * Wed Mar 21 2004 Panu Matilainen <pmatilai at welho.com> 0:2.0.6-0.fdr.4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SDL_ttf/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 03:59:03 -0000	1.2
+++ sources	29 Sep 2005 20:08:25 -0000	1.3
@@ -1 +1 @@
-880ca22ac3e8beb5cca2326cc8069733  SDL_ttf-2.0.6.tar.gz
+0f6ee1a502e6913a412aac353dc75bbc  SDL_ttf-2.0.7.tar.gz


--- SDL_ttf-2.0.6-ft2-build.patch DELETED ---


--- SDL_ttf-2.0.6-openstream.patch DELETED ---




More information about the fedora-extras-commits mailing list