This commit is contained in:
Matthias Clasen 2006-08-03 23:07:03 +00:00
parent ab0af6e92b
commit 83dbdff0e3
3 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
totem-1.5.4.tar.bz2
totem-1.5.90.tar.bz2

View File

@ -1 +1 @@
8f34cf7bc8f6d5f91137333e8558ce1a totem-1.5.4.tar.bz2
f4d03b463cfb08299b5bce75e3ed3ec1 totem-1.5.90.tar.bz2

View File

@ -4,15 +4,14 @@
Summary: Movie player for GNOME 2
Name: totem
Version: 1.5.4
Release: 4
Version: 1.5.90
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.hadess.net/totem.php3
Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Patch1: totem-0.99.19-feature-help-removal.patch
Patch2: totem-1.5.4-dbus-disconnect.patch
Patch3: totem-1.5.4-firefox.patch
Requires(post): GConf2
@ -76,7 +75,6 @@ applications with Totem's plparser library.
%prep
%setup -q
%patch1 -p1 -b .feature-help-removal
%patch2 -p1 -b .dbus-disconnect
%patch3 -p1 -b .firefox
%build
@ -134,6 +132,16 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="totem.schemas totem-handlers.schemas totem-video-thumbnail.schemas"
for S in $SCHEMAS; do
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/$S > /dev/null || :
done
fi
%postun
/sbin/ldconfig
update-desktop-database -q
@ -171,6 +179,9 @@ fi
%{_libdir}/*so
%changelog
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.90-1.fc6
- Update to 1.5.90
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-4
- Rebuild against firefox-devel