forked from pool/SDL_image
144 lines
4.1 KiB
RPMSpec
144 lines
4.1 KiB
RPMSpec
|
#
|
||
|
# spec file for package SDL_image (Version 1.2.5)
|
||
|
#
|
||
|
# Copyright (c) 2006 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.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
Name: SDL_image
|
||
|
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
|
||
|
Source0: %{name}-%{version}.tar.bz2
|
||
|
Patch0: %{name}-%{version}-xcfinc.diff
|
||
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||
|
Group: System/Libraries
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
Prefix: %{_prefix}
|
||
|
|
||
|
%description
|
||
|
This is a simple library to load images of various formats as SDL
|
||
|
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
||
|
formats.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Sam Lantinga <slouken@devolution.com>
|
||
|
|
||
|
%package devel
|
||
|
Summary: Libraries, includes and more to develop SDL_image applications
|
||
|
Group: Development/Libraries/X11
|
||
|
Requires: %{name} = %{version} SDL-devel libjpeg-devel libpng-devel libtiff-devel libstdc++-devel gcc gpm
|
||
|
|
||
|
%description devel
|
||
|
This is a simple library to load images of various formats as SDL
|
||
|
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
||
|
formats.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Sam Lantinga <slouken@devolution.com>
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
%patch0
|
||
|
|
||
|
%build
|
||
|
%{?suse_update_config:%{suse_update_config -f }}
|
||
|
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
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||
|
|
||
|
%post
|
||
|
%run_ldconfig
|
||
|
|
||
|
%postun
|
||
|
%run_ldconfig
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc README CHANGES COPYING
|
||
|
%{prefix}/%_lib/lib*.so.*
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{prefix}/%_lib/*a
|
||
|
%{prefix}/include/SDL/
|
||
|
%{prefix}/%_lib/lib*.so
|
||
|
|
||
|
%changelog -n SDL_image
|
||
|
* Wed Nov 08 2006 - prusnak@suse.cz
|
||
|
- increment moved outside of assignement [#218752]
|
||
|
* Fri Sep 29 2006 - schwab@suse.de
|
||
|
- Require libtiff-devel for SDL_image-devel.
|
||
|
* Tue Sep 12 2006 - nadvornik@suse.cz
|
||
|
- updated to 1.2.5:
|
||
|
* Added support for dynamically loading libjpeg, libpng, and libtiff.
|
||
|
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
|
||
|
* Added support for XV thumbnail images
|
||
|
* Added support for 32-bit BMP files with alpha
|
||
|
- fixed requires of devel subpackage [#192736]
|
||
|
* Fri Mar 10 2006 - bk@suse.de
|
||
|
- SDL_image-devel: add libstdc++, gcc and gpm to Requires (.la check)
|
||
|
* Mon Jan 30 2006 - coolo@suse.de
|
||
|
- fixing BuildRequires to include png support
|
||
|
* Wed Jan 25 2006 - mls@suse.de
|
||
|
- converted neededforbuild to BuildRequires
|
||
|
* Tue Jul 19 2005 - nadvornik@suse.cz
|
||
|
- updated to 1.2.4
|
||
|
* Sat Jan 10 2004 - adrian@suse.de
|
||
|
- add %%run_ldconfig
|
||
|
* Fri Jul 25 2003 - nadvornik@suse.cz
|
||
|
- update to 1.2.3
|
||
|
* Wed Jul 03 2002 - nadvornik@suse.cz
|
||
|
- updated to 1.2.2
|
||
|
* Tue Jun 11 2002 - meissner@suse.de
|
||
|
- regenerate auto files, removed acinclude.m4 (which only contains
|
||
|
SDL.m4 and libtool.m4).
|
||
|
* Fri May 10 2002 - ro@suse.de
|
||
|
- libdir fixed
|
||
|
* Fri Feb 01 2002 - ro@suse.de
|
||
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||
|
* Tue Jan 22 2002 - ro@suse.de
|
||
|
- changed neededforbuild <kdelibs-artsd> to <kdelibs3-artsd>
|
||
|
* Tue Jan 08 2002 - nadvornik@suse.cz
|
||
|
- updated to 1.2.1:
|
||
|
- added LBM format
|
||
|
- fixed transparent GIF and PNG
|
||
|
* Wed Aug 08 2001 - uli@suse.de
|
||
|
- fixed neededforbuild wrt SDL renaming
|
||
|
* Wed Jun 20 2001 - nadvornik@suse.cz
|
||
|
- added kdelibs and kdelibs-devel to neededforbuild
|
||
|
* Thu Apr 12 2001 - nadvornik@suse.cz
|
||
|
- update to 1.2.0
|
||
|
* Mon Mar 26 2001 - ro@suse.de
|
||
|
- changed neededforbuild <sdl> to <sdl sdl-devel>
|
||
|
* Mon Feb 19 2001 - uli@suse.de
|
||
|
- added alsa* to neededforbuild (needed by new SDL)
|
||
|
* Tue Dec 05 2000 - nadvornik@suse.cz
|
||
|
- added suse_update_config
|
||
|
* Tue Nov 28 2000 - nadvornik@suse.cz
|
||
|
- new package
|