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

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


commit edba2da63ce5059824cf51acd237061ab292e4b5
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 26 22:22:59 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 aad9722..7f62481 100644
--- a/exiv2.spec
+++ b/exiv2.spec
@@ -2,7 +2,7 @@
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
 Version: 0.21
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+
 Group:	 Applications/Multimedia
@@ -91,9 +91,9 @@ test "$(pkg-config --modversion exiv2)" = "%{version}"
 rm -rf %{buildroot} 
 
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 
 %files
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 26 2011 Rex Dieter <rdieter at fedoraproject.org> 0.21-2
+- Move ldconfig scriptlet calls to -libs (#672361)
+
 * Wed Dec 01 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.21-1
 - exiv2-0.21
 


More information about the scm-commits mailing list