SPECS: libpng.spec - libpng.so.3.* is just a symlink to libpng12.s...
qboosh
qboosh at pld-linux.org
Thu May 11 18:59:52 CEST 2006
Author: qboosh Date: Thu May 11 16:59:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- libpng.so.3.* is just a symlink to libpng12.so.0.*, so libpng.so.3 must be packaged
---- Files affected:
SPECS:
libpng.spec (1.103 -> 1.104)
---- Diffs:
================================================================
Index: SPECS/libpng.spec
diff -u SPECS/libpng.spec:1.103 SPECS/libpng.spec:1.104
--- SPECS/libpng.spec:1.103 Mon May 1 18:04:22 2006
+++ SPECS/libpng.spec Thu May 11 18:59:47 2006
@@ -192,14 +192,16 @@
%files
%defattr(644,root,root,755)
%doc ANNOUNCE CHANGES KNOWNBUG README LICENSE
-%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpng*.so.*.*.*
+# alternative soname (symlink in PLD, so must be packaged)
+%attr(755,root,root) %{_libdir}/libpng.so.3
%files devel
%defattr(644,root,root,755)
%doc *.txt
%attr(755,root,root) %{_bindir}/libpng*-config
-%{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libpng*.so
+%{_libdir}/libpng*.la
%{_pkgconfigdir}/*
%{_includedir}/*
%{_mandir}/man?/*
@@ -207,7 +209,7 @@
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libpng*.a
%files progs
%defattr(644,root,root,755)
@@ -219,6 +221,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.104 2006/05/11 16:59:47 qboosh
+- libpng.so.3.* is just a symlink to libpng12.so.0.*, so libpng.so.3 must be packaged
+
Revision 1.103 2006/05/01 16:04:22 pluto
- builds on x86-64.
- libpng.so.3 removed from files (it's genereted by ldconfig).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libpng.spec?r1=1.103&r2=1.104&f=u
More information about the pld-cvs-commit
mailing list