fix %post
This commit is contained in:
parent
8b6411ffbc
commit
26ae87ad5a
@ -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 <notting@redhat.com> - 0.101-4
|
||||
- fix %%post
|
||||
|
||||
* Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-3
|
||||
- Obsolete nautilus-media
|
||||
- Install property page and thumbnailer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user