[exiv2/f13/master] - Move ldconfig scriptlet calls to -libs (#672361)

Rex Dieter rdieter at fedoraproject.org
Thu Jan 27 04:27:13 UTC 2011


commit bc8ceb2fa1c23d1a6e00a5407537d3cdb3291b8b
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 26 22:26:37 2011 -0600

    - Move ldconfig scriptlet calls to -libs (#672361)

 exiv2.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/exiv2.spec b/exiv2.spec
index 4d1b6e7..c339b0c 100644
--- a/exiv2.spec
+++ b/exiv2.spec
@@ -2,7 +2,7 @@
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
 Version: 0.19
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+
 Group:	 Applications/Multimedia
@@ -94,9 +94,9 @@ chrpath --delete %{buildroot}%{_bindir}/exiv2
 rm -rf %{buildroot} 
 
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 
 %files
@@ -118,6 +118,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 26 2011 Rex Dieter <rdieter at fedoraproject.org> - 0.19-2
+- Move ldconfig scriptlet calls to -libs (#672361)
+
 * Wed Dec 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.19-1
 - exiv2-0.19 (#552275)
 


More information about the scm-commits mailing list