forked from pool/SDL_Pango
Accepting request 21999 from games
Copy from games/SDL_Pango based on submit request 21999 from user prusnak OBS-URL: https://build.opensuse.org/request/show/21999 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_Pango?expand=0&rev=6
This commit is contained in:
parent
23cf5c1711
commit
10804069a0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 14:52:17 CEST 2009 - prusnak@suse.cz
|
||||
|
||||
- fix provides and obsoletes [bnc#544957]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 13:30:54 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
@ -24,7 +24,7 @@ Url: http://sdlpango.sourceforge.net/
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Version: 0.1.2
|
||||
Release: 210
|
||||
Release: 211
|
||||
Summary: Programming Pango via SDL
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-API-adds.patch
|
||||
@ -45,7 +45,7 @@ License: LGPL v2.1 or later
|
||||
Summary: Programming Pango via SDL
|
||||
Group: System/Libraries
|
||||
Provides: SDL_Pango = %{version}
|
||||
Obsoletes: SDL_Pango < %{version}
|
||||
Obsoletes: SDL_Pango <= %{version}
|
||||
|
||||
%description -n libSDL_Pango1
|
||||
Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
|
||||
@ -63,7 +63,7 @@ Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libSDL_Pango1 = %{version} libSDL-devel pkgconfig
|
||||
Provides: SDL_Pango-devel = %{version}
|
||||
Obsoletes: SDL_Pango-devel < %{version}
|
||||
Obsoletes: SDL_Pango-devel <= %{version}
|
||||
|
||||
%description -n libSDL_Pango-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -106,14 +106,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 2009 coolo@novell.com
|
||||
- fix requires of devel package
|
||||
* Wed May 20 2009 prusnak@suse.cz
|
||||
- follow Shared Library Policy
|
||||
* Thu Jun 26 2008 crrodriguez@suse.de
|
||||
- disable unusable static libraries
|
||||
- SDL_Pango-devel should require SDL-devel
|
||||
* Thu Dec 27 2007 crrodriguez@suse.de
|
||||
- fix library-without-ldconfig-* errors
|
||||
* Sun Oct 29 2006 sndirsch@suse.de
|
||||
- created package
|
||||
|
@ -1 +1,3 @@
|
||||
libSDL_Pango1
|
||||
provides "SDL_Pango-<targettype> = <version>"
|
||||
obsoletes "SDL_Pango-<targettype> <= <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user