[mate-file-manager/f18] drop needless ldconfig scriptlet on main pkg

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Aug 16 22:56:33 UTC 2012


commit 3454da345eabeb3f5e91186811c68ca5e5d27073
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Aug 17 00:56:29 2012 +0200

    drop needless ldconfig scriptlet on main pkg

 mate-file-manager.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index 4645734..7d0d4d4 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -12,7 +12,7 @@
 Name:			mate-file-manager
 Summary:		File manager for MATE
 Version:		1.4.0
-Release:		5%{?dist}
+Release:		6%{?dist}
 License:		GPLv2+ and LGPLv2+
 Group:			User Interface/Desktops
 Source:			http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
@@ -173,7 +173,6 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/mate-network-sche
 %mateconf_schema_prepare apps_caja_preferences
 
 %post
-/sbin/ldconfig
 %mateconf_schema_upgrade apps_caja_preferences
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /bin/touch --no-create %{_datadir}/icons/mate >&/dev/null || :
@@ -182,8 +181,6 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/mate-network-sche
 %mateconf_schema_remove apps_caja_preferences
 
 %postun
-/sbin/ldconfig
-
 if [ $1 -eq 0 ]; then
   /bin/touch --no-create %{_datadir}/icons/mate >&/dev/null || :
   %{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
@@ -230,6 +227,9 @@ fi
 
 
 %changelog
+* Thu Aug 16 2012 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-6
+- drop needless ldconfig scriptlet on main pkg
+
 * Mon Aug 13 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.4.0-5
 - fix desktop file handle
 - fix obsolete caja from external repo


More information about the scm-commits mailing list