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
|
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)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
Name: SDL_Pango
|
Name: SDL_Pango
|
||||||
BuildRequires: SDL-devel fontconfig-devel freetype2-devel pango-devel pkgconfig
|
BuildRequires: SDL-devel fontconfig-devel freetype2-devel pango-devel pkgconfig
|
||||||
URL: http://sdlpango.sourceforge.net/
|
Url: http://sdlpango.sourceforge.net/
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 1
|
Release: 108
|
||||||
Summary: Programming Pango via SDL
|
Summary: Programming Pango via SDL
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Patch: %{name}-0.1.2-API-adds.patch
|
Patch: %{name}-0.1.2-API-adds.patch
|
||||||
@ -36,8 +36,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: SDL_Pango
|
Requires: %{name} = %{version}
|
||||||
Autoreqprov: on
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
@ -50,7 +49,7 @@ Authors:
|
|||||||
NAKAMURA Ken'ichi
|
NAKAMURA Ken'ichi
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -58,12 +57,15 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%_libdir
|
|||||||
make 2>&1 | grep -v 767
|
make 2>&1 | grep -v 767
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
@ -78,6 +80,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/%{_lib}/libSDL_Pango.la
|
/usr/%{_lib}/libSDL_Pango.la
|
||||||
/usr/%{_lib}/libSDL_Pango.so
|
/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
|
* Sun Oct 29 2006 - sndirsch@suse.de
|
||||||
- created package
|
- created package
|
||||||
|
Loading…
Reference in New Issue
Block a user