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

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


commit c4044cb0b720b258313b89bb6264932b8003c0e6
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 26 22:25:10 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 7f986b6..693aa6f 100644
--- a/exiv2.spec
+++ b/exiv2.spec
@@ -2,7 +2,7 @@
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
 Version: 0.20
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+
 Group:	 Applications/Multimedia
@@ -95,9 +95,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
@@ -119,6 +119,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 26 2011 Rex Dieter <rdieter at fedoraproject.org> - 0.20-2
+- Move ldconfig scriptlet calls to -libs (#672361)
+
 * Sun May 30 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.20-1
 - exiv2-0.20
 


More information about the scm-commits mailing list