From 793c99ea88bbec7f3da294b4d1aadd466e3b998c Mon Sep 17 00:00:00 2001 From: Charles Coldwell Date: Mon, 26 Feb 2007 15:31:52 +0000 Subject: [PATCH] added paranoid flag --- emacs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.spec b/emacs.spec index 6bd80dd..b49b976 100644 --- a/emacs.spec +++ b/emacs.spec @@ -42,6 +42,8 @@ Patch0: loaddefs-dependencies.patch # Lisp and doc patches +%define paranoid 1 + %description Emacs is a powerful, customizable, self-documenting, modeless text editor. Emacs contains special code editing features, a scripting @@ -105,9 +107,11 @@ autoconf && automake # fix po-auto-replace-revision-date nil patch < %SOURCE16 ) +%if %{paranoid} # avoid trademark issues ( cd lisp/play rm -f tetris.el tetris.elc ) +%endif %build export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"