SPECS: libpng1.spec - updated to 1.0.31 - updated opt, SONAME patch...

qboosh qboosh at pld-linux.org
Sat Mar 15 16:04:48 CET 2008


Author: qboosh                       Date: Sat Mar 15 15:04:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.31
- updated opt,SONAME patch, removed obsolete libdirfix,const patches

---- Files affected:
SPECS:
   libpng1.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/libpng1.spec
diff -u SPECS/libpng1.spec:1.34 SPECS/libpng1.spec:1.35
--- SPECS/libpng1.spec:1.34	Sat May 19 13:10:50 2007
+++ SPECS/libpng1.spec	Sat Mar 15 16:04:42 2008
@@ -5,18 +5,16 @@
 Summary(pl.UTF-8):	Biblioteka PNG
 Summary(tr.UTF-8):	PNG kitaplığı
 Name:		libpng1
-Version:	1.0.26
+Version:	1.0.31
 Release:	1
 Epoch:		2
 License:	distributable
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libpng/libpng-%{version}.tar.bz2
-# Source0-md5:	fa7b89dc93bd1ec7a39d9e74a2223be7
+# Source0-md5:	de77acd48b5e288fbc58cd82628367cc
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-pngminus.patch
 Patch2:		%{name}-SONAME.patch
-Patch3:		%{name}-libdirfix.patch
-Patch4:		%{name}-const.patch
 URL:		http://www.libpng.org/pub/png/libpng.html
 BuildRequires:	rpmbuild(macros) >= 1.213
 BuildRequires:	zlib-devel
@@ -120,8 +118,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %ifarch %{ix86}
 ln -s scripts/makefile.gcmmx ./Makefile
@@ -166,24 +162,34 @@
 %files
 %defattr(644,root,root,755)
 %doc ANNOUNCE CHANGES KNOWNBUG README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%attr(755,root,root) %{_libdir}/libpng10.so.?
+%attr(755,root,root) %{_libdir}/libpng.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpng.so.2
+%attr(755,root,root) %{_libdir}/libpng10.so.*.*
+%attr(755,root,root) %{_libdir}/libpng10.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/libpng*-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*
-%{_pkgconfigdir}/libpng*.pc
-%{_mandir}/man?/*
+%attr(755,root,root) %{_bindir}/libpng-config
+%attr(755,root,root) %{_bindir}/libpng10-config
+%attr(755,root,root) %{_libdir}/libpng.so
+%attr(755,root,root) %{_libdir}/libpng10.so
+%{_includedir}/libpng
+%{_includedir}/libpng10
+%{_includedir}/png*.h
+%{_pkgconfigdir}/libpng.pc
+%{_pkgconfigdir}/libpng10.pc
+%{_mandir}/man3/libpng*.3*
+%{_mandir}/man5/png.5*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libpng.a
+%{_libdir}/libpng10.a
 
 %files progs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/pn*
+%attr(755,root,root) %{_bindir}/png2pnm
+%attr(755,root,root) %{_bindir}/pnm2png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -191,6 +197,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2008-03-15 15:04:42  qboosh
+- updated to 1.0.31
+- updated opt,SONAME patch, removed obsolete libdirfix,const patches
+
 Revision 1.34  2007-05-19 11:10:50  qboosh
 - updated to 1.0.26 (fixes CVE-2007-2445)
 - updated opt,SONAME patches, added const patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libpng1.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list