Author: glen Date: Tue Jan 19 22:34:30 2010 GMT Module: packages Tag: HEAD ---- Log message: - ldconfig and package ghost soname symlink; rel 2
---- Files affected: packages/exiv2: exiv2.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: packages/exiv2/exiv2.spec diff -u packages/exiv2/exiv2.spec:1.32 packages/exiv2/exiv2.spec:1.33 --- packages/exiv2/exiv2.spec:1.32 Thu Dec 3 20:58:50 2009 +++ packages/exiv2/exiv2.spec Tue Jan 19 23:34:24 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzia do obróbki metadanych Exif i Iptc Name: exiv2 Version: 0.18.2 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/Graphics Source0: http://www.exiv2.org/%{name}-%{version}.tar.gz @@ -100,6 +100,9 @@ %clean rm -rf $RPM_BUILD_ROOT +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %files -f %{name}.lang %defattr(644,root,root,755) %doc doc/ChangeLog README @@ -108,7 +111,8 @@ %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libexiv2.so.* +%attr(755,root,root) %{_libdir}/libexiv2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libexiv2.so.5 %files devel %defattr(644,root,root,755) @@ -127,6 +131,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2010/01/19 22:34:24 glen +- ldconfig and package ghost soname symlink; rel 2 + Revision 1.32 2009/12/03 19:58:50 shadzik - 0.18.2 - add -configure.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exiv2/exiv2.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
