]> git.pld-linux.org Git - packages/exiv2.git/commitdiff
- ldconfig and package ghost soname symlink; rel 2 auto/th/exiv2-0_18_2-2 auto/ti/exiv2-0_18_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Jan 2010 22:34:24 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiv2.spec -> 1.33

exiv2.spec

index 6ae9c58b17f23d10f4cad5c3d94d27f33f2d270e..c1c945ff3002ae2f19153c11e1b3a3c4ff1fdc26 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Exif and Iptc metadata manipulation tools
 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
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -107,7 +110,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %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)
This page took 0.125889 seconds and 4 git commands to generate.