diff --git a/SDL_ttf.changes b/SDL_ttf.changes index 37823d1..5baed11 100644 --- a/SDL_ttf.changes +++ b/SDL_ttf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 13 22:44:32 CEST 2008 - crrodriguez@suse.de + +- remove unusable static libraries +- SDL_ttf-devel requires SDL-devel + ------------------------------------------------------------------- Sun Dec 16 21:40:47 CET 2007 - sndirsch@suse.de diff --git a/SDL_ttf.spec b/SDL_ttf.spec index 4a8b891..8a825ad 100644 --- a/SDL_ttf.spec +++ b/SDL_ttf.spec @@ -1,22 +1,30 @@ # # spec file for package SDL_ttf (Version 2.0.9) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: SDL_ttf BuildRequires: SDL-devel freetype2-devel gcc-c++ xorg-x11-Mesa-devel xorg-x11-devel Url: http://www.libsdl.org/projects/SDL_ttf/ License: LGPL v2.1 or later Group: Development/Libraries/X11 Version: 2.0.9 -Release: 46 +Release: 133 Summary: Simple DirectMedia Layer--Truetype Library Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,7 +40,8 @@ Authors: Sam Lantinga %package devel -Requires: SDL_ttf = %{version} +License: LGPL v2.1 or later +Requires: %{name} = %{version} SDL-devel Summary: Simple DirectMedia Layer--Truetype Library Group: Development/Libraries/X11 @@ -50,11 +59,12 @@ Authors: %setup -q %build -%configure -make %{?jobs:-j %jobs} +%configure --with-pic --disable-static +%{__make} %{?jobs:-j %jobs} %install make DESTDIR=$RPM_BUILD_ROOT install +rm -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig @@ -68,47 +78,48 @@ make DESTDIR=$RPM_BUILD_ROOT install %files devel %defattr(-,root,root) %{_includedir}/SDL/SDL_ttf.h -%{_libdir}/libSDL_ttf.a -%{_libdir}/libSDL_ttf.la %{_libdir}/libSDL_ttf.so %changelog -* Sun Dec 16 2007 - sndirsch@suse.de +* Mon Jul 14 2008 crrodriguez@suse.de +- remove unusable static libraries +- SDL_ttf-devel requires SDL-devel +* Sun Dec 16 2007 sndirsch@suse.de - fixed BuildRequires for SUSE < 10.2 -* Wed Jul 25 2007 - prusnak@suse.cz +* Wed Jul 25 2007 prusnak@suse.cz - updated to 2.0.9 * fixed rendering of fonts with 2 bit and 4 bit embedded graymaps * fixed bug in solid bold glyph rendering * fixed crash when passing NULL to TTF_CloseFont() -* Sun Jul 22 2007 - aj@suse.de +* Sun Jul 22 2007 aj@suse.de - Cleanup BuildRequires. -* Thu Jun 07 2007 - prusnak@suse.cz +* 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 -* Fri Jun 23 2006 - nadvornik@suse.cz +* Fri Jun 23 2006 nadvornik@suse.cz - do not use freetype2 internals -* Fri Jan 27 2006 - nadvornik@suse.cz +* Fri Jan 27 2006 nadvornik@suse.cz - fixed BuildRequires -* Wed Jan 25 2006 - nadvornik@suse.cz +* Wed Jan 25 2006 nadvornik@suse.cz - fixed crash on nonexistant font file [#145040] -* Sat Jan 10 2004 - adrian@suse.de +* Sat Jan 10 2004 adrian@suse.de - add %%defattr and %%run_ldconfig -* Tue Jan 06 2004 - nadvornik@suse.cz +* Tue Jan 06 2004 nadvornik@suse.cz - fixed to compile with new freetype -* Fri Jul 25 2003 - nadvornik@suse.cz +* Fri Jul 25 2003 nadvornik@suse.cz - updated to 2.0.6 - added buildroot -* Mon Dec 16 2002 - ro@suse.de +* Mon Dec 16 2002 ro@suse.de - fix build with automake, use "AUTOMAKE_OPTIONS = foreign" -* Mon Sep 02 2002 - uli@suse.de +* Mon Sep 02 2002 uli@suse.de - use %%_libdir (bug #18726) -* Thu Jun 13 2002 - uli@suse.de +* Thu Jun 13 2002 uli@suse.de - update -> 2.0.5 (bugfixes, support for selecting individual font faces, support for foreground/background color in showfont) -* Wed Jun 12 2002 - ro@suse.de +* Wed Jun 12 2002 ro@suse.de - run autoreconf (fixes build on ppc64) -* Tue Jan 22 2002 - ro@suse.de +* Tue Jan 22 2002 ro@suse.de - changed neededforbuild to -* Tue Aug 07 2001 - uli@suse.de +* Tue Aug 07 2001 uli@suse.de - initial package