forked from pool/SDL_Pango
This commit is contained in:
parent
15221c142f
commit
db3a5caa81
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 04:13:56 CET 2007 - crrodriguez@suse.de
|
||||
|
||||
- fix library-without-ldconfig-* errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 29 19:16:21 CET 2006 - sndirsch@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SDL_Pango (Version 0.1.2)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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.
|
||||
#
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
Name: SDL_Pango
|
||||
BuildRequires: SDL-devel fontconfig-devel freetype2-devel pango-devel pkgconfig
|
||||
URL: http://sdlpango.sourceforge.net/
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Url: http://sdlpango.sourceforge.net/
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Version: 0.1.2
|
||||
Release: 1
|
||||
Release: 108
|
||||
Summary: Programming Pango via SDL
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch: %{name}-0.1.2-API-adds.patch
|
||||
@ -36,8 +36,7 @@ Authors:
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: System/Libraries
|
||||
Requires: SDL_Pango
|
||||
Autoreqprov: on
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -50,7 +49,7 @@ Authors:
|
||||
NAKAMURA Ken'ichi
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch
|
||||
|
||||
%build
|
||||
@ -58,12 +57,15 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%_libdir
|
||||
make 2>&1 | grep -v 767
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
@ -78,6 +80,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/%{_lib}/libSDL_Pango.la
|
||||
/usr/%{_lib}/libSDL_Pango.so
|
||||
|
||||
%changelog -n SDL_Pango
|
||||
%changelog
|
||||
* Thu Dec 27 2007 - crrodriguez@suse.de
|
||||
- fix library-without-ldconfig-* errors
|
||||
* Sun Oct 29 2006 - sndirsch@suse.de
|
||||
- created package
|
||||
|
Loading…
Reference in New Issue
Block a user