SPECS: crossmingw32-libpng.spec - updated to 1.2.25 - use lzma sou...

qboosh qboosh at pld-linux.org
Sat Mar 8 16:06:09 CET 2008


Author: qboosh                       Date: Sat Mar  8 15:06:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2.25
- use lzma source
- merged apng patch from native libpng

---- Files affected:
SPECS:
   crossmingw32-libpng.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-libpng.spec
diff -u SPECS/crossmingw32-libpng.spec:1.25 SPECS/crossmingw32-libpng.spec:1.26
--- SPECS/crossmingw32-libpng.spec:1.25	Mon Jan 14 20:28:19 2008
+++ SPECS/crossmingw32-libpng.spec	Sat Mar  8 16:06:04 2008
@@ -3,20 +3,22 @@
 Summary:	PNG library - Mingw32 cross version
 Summary(pl.UTF-8):	Biblioteka PNG - wersja skrośna dla Mingw32
 Name:		crossmingw32-%{realname}
-Version:	1.2.24
+Version:	1.2.25
 Release:	1
 License:	distributable
 Group:		Development/Libraries
-Source0:	http://dl.sourceforge.net/libpng/%{realname}-%{version}.tar.bz2
-# Source0-md5:	1e676c5cc7dfa4ef78affe8fb8f1011d
+Source0:	http://dl.sourceforge.net/libpng/%{realname}-%{version}.tar.lzma
+# Source0-md5:	f340daef5a039ec6d25bddc9b3b91a52
 Patch0:		%{realname}-pngminus.patch
 Patch1:		%{realname}-opt.patch
 Patch2:		%{realname}-revert.patch
 Patch3:		%{realname}-norpath.patch
-Patch4:		%{name}-shared.patch
+Patch4:		%{realname}-apng.patch
+Patch5:		%{name}-shared.patch
 URL:		http://www.libpng.org/pub/png/libpng.html
 BuildRequires:	crossmingw32-gcc
 BuildRequires:	crossmingw32-zlib
+BuildRequires:	lzma >= 1:4.42
 Requires:	crossmingw32-zlib
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -77,12 +79,14 @@
 libpng - biblioteka DLL dla Windows.
 
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n %{realname}-%{version} -c -T
+lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
+%patch4 -p0
+%patch5 -p1
 
 %build
 %configure \
@@ -137,6 +141,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2008-03-08 15:06:04  qboosh
+- updated to 1.2.25
+- use lzma source
+- merged apng patch from native libpng
+
 Revision 1.25  2008-01-14 19:28:19  qboosh
 - force %{_lib}-independent libdir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libpng.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list