SPECS: crossmingw32-libpng.spec - updated to 1.2.28 - ac/am/lt reb...
qboosh
qboosh at pld-linux.org
Tue May 6 22:52:04 CEST 2008
Author: qboosh Date: Tue May 6 20:52:03 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.28
- ac/am/lt rebuild and ECHO hack needed to build
---- Files affected:
SPECS:
crossmingw32-libpng.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/crossmingw32-libpng.spec
diff -u SPECS/crossmingw32-libpng.spec:1.28 SPECS/crossmingw32-libpng.spec:1.29
--- SPECS/crossmingw32-libpng.spec:1.28 Wed Apr 16 01:06:22 2008
+++ SPECS/crossmingw32-libpng.spec Tue May 6 22:51:58 2008
@@ -3,22 +3,25 @@
Summary: PNG library - Mingw32 cross version
Summary(pl.UTF-8): Biblioteka PNG - wersja skrośna dla Mingw32
Name: crossmingw32-%{realname}
-Version: 1.2.26
+Version: 1.2.28
Release: 1
License: distributable
Group: Development/Libraries
Source0: http://dl.sourceforge.net/libpng/%{realname}-%{version}.tar.lzma
-# Source0-md5: 08910ba5da02003b81afb30f630b98a5
+# Source0-md5: 8c57a49f822b12374af7668633c11e45
Patch0: %{realname}-pngminus.patch
Patch1: %{realname}-opt.patch
Patch2: %{realname}-revert.patch
Patch3: %{realname}-norpath.patch
+# http://littlesvr.ca/apng/
Patch4: %{realname}-apng.patch
-Patch5: %{realname}-cve.patch
-Patch6: %{name}-shared.patch
+Patch5: %{name}-shared.patch
URL: http://www.libpng.org/pub/png/libpng.html
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake
BuildRequires: crossmingw32-gcc
BuildRequires: crossmingw32-zlib
+BuildRequires: libtool
BuildRequires: lzma >= 1:4.42
Requires: crossmingw32-zlib
Provides: crossmingw32-libpng(APNG) = 0.10
@@ -91,15 +94,20 @@
%patch3 -p1
%patch4 -p0
%patch5 -p1
-%patch6 -p1
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--target=%{target} \
--host=%{target} \
--with-pkgconfigdir=%{_pkgconfigdir}
-%{__make}
+%{__make} \
+ ECHO=echo
%install
rm -rf $RPM_BUILD_ROOT
@@ -146,6 +154,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2008-05-06 20:51:58 qboosh
+- updated to 1.2.28
+- ac/am/lt rebuild and ECHO hack needed to build
+
Revision 1.28 2008-04-15 23:06:22 qboosh
- updated to 1.2.26 + cve patch (fixes CVE-2008-1382)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libpng.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list