[webkitgtk3/f19] Add ldconfig calls to the libwebkit2gtk subpackage

Kalev Lember kalev at fedoraproject.org
Mon Jun 3 17:28:40 UTC 2013


commit e661d8a9b259c9d6bf982413d1413e0bc9087986
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jun 3 11:53:38 2013 +0200

    Add ldconfig calls to the libwebkit2gtk subpackage

 webkitgtk3.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 2fcaa90..6572404 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -183,6 +183,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post -n libwebkit2gtk -p /sbin/ldconfig
+%postun -n libwebkit2gtk -p /sbin/ldconfig
+
 
 %files -f WebKitGTK-3.0.lang
 %doc %{_docdir}/%{name}-%{version}/
@@ -225,6 +228,7 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %changelog
 * Mon Jun 03 2013 Kalev Lember <kalevlember at gmail.com> - 2.0.2-2
 - Remove glib-compile-schemas scriptlets: the schemas are no longer installed
+- Add ldconfig calls to the libwebkit2gtk subpackage
 
 * Mon May 13 2013 Tomas Popela <tpopela at redhat.com> - 2.0.2-1
 - Update to 2.0.2


More information about the scm-commits mailing list