Add patch to remove removed items from package from help

This commit is contained in:
Colin Walters 2004-10-28 21:34:05 +00:00
parent 976d2b5b7a
commit 3c3a22438f

View File

@ -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 <walters@redhat.com> - 0.99.19-2
- Add patch to remove removed items from package from help
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.99.19-1
- New upstream 0.99.19
- Fixes crasher with CD playback (see NEWS)