diff --git a/totem.spec b/totem.spec index 573a6aa..3a55fc9 100644 --- a/totem.spec +++ b/totem.spec @@ -10,6 +10,7 @@ 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 Requires(post): GConf2 Requires: gnome-desktop >= 2.6.0 @@ -31,6 +32,7 @@ a pretty complete keyboard navigation. %prep %setup -q +%patch1 -p1 -b feature-help-removal %build @@ -83,6 +85,9 @@ gconftool-2 --makefile-install-rule \ %{_mandir}/man1/%{name}.1* %changelog +* Thu Oct 28 2004 Colin Walters - 0.99.19-2 +- Add patch to remove removed items from package from help + * Thu Oct 14 2004 Colin Walters - 0.99.19-1 - New upstream 0.99.19 - Fixes crasher with CD playback (see NEWS)