SPECS: SDL_image.spec - updated to 1.2.5, removed obsolete ac_fixe...
qboosh
qboosh at pld-linux.org
Sat May 20 01:03:17 CEST 2006
Author: qboosh Date: Fri May 19 23:03:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.5, removed obsolete ac_fixes patch
- libjpeg,libpng,libtiff are dlopened now; pass sonames for lib64 support
- moved base docs to base
---- Files affected:
SPECS:
SDL_image.spec (1.55 -> 1.56)
---- Diffs:
================================================================
Index: SPECS/SDL_image.spec
diff -u SPECS/SDL_image.spec:1.55 SPECS/SDL_image.spec:1.56
--- SPECS/SDL_image.spec:1.55 Sun Jan 16 00:24:30 2005
+++ SPECS/SDL_image.spec Sat May 20 01:03:11 2006
@@ -3,19 +3,18 @@
Summary(pl): Przykładowa biblioteka do ładowania obrazków
Summary(pt_BR): Simple DirectMedia Layer - Biblioteca exemplo para carga de Imagens
Name: SDL_image
-Version: 1.2.4
+Version: 1.2.5
Release: 1
License: LGPL
Group: Libraries
Source0: http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
-# Source0-md5: 70bf617f99e51a2c94550fc79d542f0b
+# Source0-md5: cd006109a73bf7dcc93e1c3ed15ee782
URL: http://www.libsdl.org/projects/SDL_image/
-Patch0: %{name}-ac_fixes.patch
BuildRequires: SDL-devel >= 1.2.5-2
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: libjpeg-devel
-BuildRequires: libpng >= 1.0.8
+BuildRequires: libjpeg-devel >= 6b
+BuildRequires: libpng-devel >= 1.2.0
BuildRequires: libtiff-devel
BuildRequires: libtool
BuildRequires: zlib-devel
@@ -42,9 +41,6 @@
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: SDL-devel
-Requires: libjpeg-devel
-Requires: libpng-devel
-Requires: libtiff-devel
Obsoletes: libSDL_image1.2-devel
%description devel
@@ -75,7 +71,6 @@
%prep
%setup -q
-%patch0 -p1
%build
rm -f acinclude.m4
@@ -84,6 +79,9 @@
%{__autoconf}
%{__automake}
%configure \
+ jpg_lib=libjpeg.so.62 \
+ png_lib=libpng12.so.0 \
+ tif_lib=libtiff.so.3 \
--enable-bmp \
--enable-gif \
--enable-jpg \
@@ -111,12 +109,12 @@
%files
%defattr(644,root,root,755)
+%doc CHANGES README
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so.*.*
%files devel
%defattr(644,root,root,755)
-%doc README CHANGES
%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
%{_includedir}/SDL/*
@@ -131,6 +129,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.56 2006/05/19 23:03:11 qboosh
+- updated to 1.2.5, removed obsolete ac_fixes patch
+- libjpeg,libpng,libtiff are dlopened now; pass sonames for lib64 support
+- moved base docs to base
+
Revision 1.55 2005/01/15 23:24:30 qboosh
- updated to 1.2.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/SDL_image.spec?r1=1.55&r2=1.56&f=u
More information about the pld-cvs-commit
mailing list