[mate-panel] move rpm scriptlets for -libs subpackage to the right place

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Dec 21 13:23:15 UTC 2013


commit 9e03e16fbb3c8c3414a2ec90f0f559fee342b936
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Dec 21 14:22:48 2013 +0100

    move rpm scriptlets for -libs subpackage to the right place

 mate-panel.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 411b98f..b0b4395 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -124,6 +124,9 @@ update-desktop-database &> /dev/null || :
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
 
 %files -f %{name}.lang
 %doc AUTHORS COPYING README
@@ -144,9 +147,6 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
 %{_datadir}/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
 
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
-
 %files libs
 %doc COPYING.LIB
 %{_libdir}/libmate-panel-applet-4.so.1*
@@ -166,6 +166,7 @@ update-desktop-database &> /dev/null || :
 - use modern 'make install' macro
 - fix usage of %%{buildroot} or $RPM_BUILD_ROOT
 - use better macro for SOURCE1
+- move rpm scriptlets for -libs subpackage to the right place
 
 * Thu Dec 12 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-0.1.gitbeb21bb
 - update to latest git snapshot


More information about the scm-commits mailing list