remove Tetris to avoid trademark problems (Ville Skyttä #224627)

This commit is contained in:
Charles Coldwell 2007-01-26 19:43:00 +00:00
parent 37a2dad536
commit 8eb20b5afe

View File

@ -3,7 +3,7 @@
Summary: GNU Emacs text editor
Name: emacs
Version: 22.0.93
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@ -103,6 +103,10 @@ Emacs packages or see some elisp examples.
# fix po-auto-replace-revision-date nil
patch < %SOURCE16 )
# avoid trademark issues
( cd lisp/play
rm -f tetris.el tetris.elc )
%build
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
@ -281,6 +285,9 @@ fi
%dir %{_datadir}/emacs/%{version}
%changelog
* Fri Jan 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-5
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
* Thu Jan 25 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-4
- fixup loaddefs.el dependencies (Dan Nicolaescu #176171)
- add BuildRequires: automake (changes to Makefile.in)