Accepting request 22005 from games

Copy from games/SDL_ttf based on submit request 22005 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/22005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_ttf?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2009-10-07 23:55:59 +00:00 committed by Git OBS Bridge
parent ff473c89b5
commit 345681102c
3 changed files with 13 additions and 53 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 7 14:52:42 CEST 2009 - prusnak@suse.cz
- fix provides and obsoletes [bnc#544957]
-------------------------------------------------------------------
Fri May 29 17:40:32 CEST 2009 - prusnak@suse.cz

View File

@ -21,10 +21,10 @@
Name: SDL_ttf
BuildRequires: freetype2-devel libSDL-devel xorg-x11-devel
Url: http://www.libsdl.org/projects/SDL_ttf/
License: LGPL v2.1 or later; Freetype Project License
License: LGPL v2.1 or later ; Freetype Project License
Group: System/Libraries
Version: 2.0.9
Release: 153
Release: 154
Summary: Simple DirectMedia Layer - Truetype Library
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180]
Source: %{name}-%{version}-repack.tar.bz2
@ -43,9 +43,9 @@ Authors:
%package -n libSDL_ttf-2_0-0
Summary: Simple DirectMedia Layer - Truetype Library
Group: System/Libraries
License: LGPL v2.1 or later; Freetype Project License
License: LGPL v2.1 or later ; Freetype Project License
Provides: SDL_ttf = %{version}
Obsoletes: SDL_ttf < %{version}
Obsoletes: SDL_ttf <= %{version}
%description -n libSDL_ttf-2_0-0
This is a sample library that allows you to use TrueType fonts in your
@ -58,13 +58,13 @@ Authors:
Sam Lantinga <slouken@libsdl.org>
%package -n libSDL_ttf-devel
License: LGPL v2.1 or later; Freetype Project License
License: LGPL v2.1 or later ; Freetype Project License
Requires: %{name} = %{version} SDL-devel
Summary: Simple DirectMedia Layer - Truetype Library
Group: Development/Libraries/C and C++
Requires: libSDL_ttf-2_0-0 = %{version} libSDL-devel
Provides: SDL_ttf-devel = %{version}
Obsoletes: SDL_ttf-devel < %{version}
Obsoletes: SDL_ttf-devel <= %{version}
%description -n libSDL_ttf-devel
This is a sample library that allows you to use TrueType fonts in your
@ -104,50 +104,3 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/lib*.so
%changelog
* Fri May 29 2009 prusnak@suse.cz
- removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream
tarball [bnc#508180]
* Wed May 20 2009 prusnak@suse.cz
- follow Shared Library Policy
* Sun Jul 13 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
- 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
- Cleanup BuildRequires.
* 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
- do not use freetype2 internals
* Fri Jan 27 2006 nadvornik@suse.cz
- fixed BuildRequires
* Wed Jan 25 2006 nadvornik@suse.cz
- fixed crash on nonexistant font file [#145040]
* Sat Jan 10 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig
* Tue Jan 06 2004 nadvornik@suse.cz
- fixed to compile with new freetype
* Fri Jul 25 2003 nadvornik@suse.cz
- updated to 2.0.6
- added buildroot
* Mon Dec 16 2002 ro@suse.de
- fix build with automake, use "AUTOMAKE_OPTIONS = foreign"
* Mon Sep 02 2002 uli@suse.de
- use %%_libdir (bug #18726)
* 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
- run autoreconf (fixes build on ppc64)
* Tue Jan 22 2002 ro@suse.de
- changed neededforbuild <kdelibs-artsd> to <kdelibs3-artsd>
* Tue Aug 07 2001 uli@suse.de
- initial package

View File

@ -1 +1,3 @@
libSDL_ttf-2_0-0
provides "SDL_ttf-<targettype> = <version>"
obsoletes "SDL_ttf-<targettype> <= <version>"