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