forked from pool/SDL_image
This commit is contained in:
parent
7d36b3cc15
commit
59331732fc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 12:37:53 CET 2007 - prusnak@suse.cz
|
||||
|
||||
- cleaned specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 14:23:43 CET 2006 - prusnak@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SDL_image (Version 1.2.5)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@ -15,7 +15,7 @@ BuildRequires: SDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11
|
||||
URL: http://www.libsdl.org/projects/SDL_image/
|
||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||
Version: 1.2.5
|
||||
Release: 18
|
||||
Release: 39
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-xcfinc.diff
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
@ -51,7 +51,7 @@ Authors:
|
||||
Sam Lantinga <slouken@devolution.com>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
@ -60,10 +60,8 @@ rm acinclude.m4 ; touch acinclude.m4 # Only contains SDL.m4 and libtool.m4
|
||||
libtoolize --copy --force
|
||||
aclocal
|
||||
autoconf
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||
--prefix=%{prefix} \
|
||||
--libdir=%{prefix}/%_lib
|
||||
make
|
||||
%configure
|
||||
make %{?jobs:-j %jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -88,7 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{prefix}/include/SDL/
|
||||
%{prefix}/%_lib/lib*.so
|
||||
|
||||
%changelog -n SDL_image
|
||||
%changelog
|
||||
* Fri Mar 02 2007 - prusnak@suse.cz
|
||||
- cleaned specfile
|
||||
* Wed Nov 08 2006 - prusnak@suse.cz
|
||||
- increment moved outside of assignement [#218752]
|
||||
* Fri Sep 29 2006 - schwab@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user