From 26ae87ad5a45e143875047cac2b3dd15bb50d5ed Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 22 Feb 2005 04:08:22 +0000 Subject: [PATCH] fix %post --- totem.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/totem.spec b/totem.spec index b5bdd60..20188ba 100644 --- a/totem.spec +++ b/totem.spec @@ -4,7 +4,7 @@ Summary: Movie player for GNOME 2 Name: totem Version: 0.101 -Release: 3 +Release: 4 License: GPL Group: Applications/Multimedia URL: http://www.hadess.net/totem.php3 @@ -62,7 +62,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post +/sbin/ldconfig update-desktop-database %{_datadir}/applications export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ @@ -91,6 +92,9 @@ gconftool-2 --makefile-install-rule \ %{_mandir}/man1/%{name}.1* %changelog +* Mon Feb 21 2005 Bill Nottingham - 0.101-4 +- fix %%post + * Wed Feb 2 2005 Matthias Clasen - 0.101-3 - Obsolete nautilus-media - Install property page and thumbnailer