added paranoid flag
This commit is contained in:
parent
118e3da27c
commit
ae9e34bb53
@ -42,6 +42,8 @@ Patch0: loaddefs-dependencies.patch
|
|||||||
|
|
||||||
# Lisp and doc patches
|
# Lisp and doc patches
|
||||||
|
|
||||||
|
%define paranoid 1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Emacs is a powerful, customizable, self-documenting, modeless text
|
Emacs is a powerful, customizable, self-documenting, modeless text
|
||||||
editor. Emacs contains special code editing features, a scripting
|
editor. Emacs contains special code editing features, a scripting
|
||||||
@ -105,9 +107,11 @@ autoconf && automake
|
|||||||
# fix po-auto-replace-revision-date nil
|
# fix po-auto-replace-revision-date nil
|
||||||
patch < %SOURCE16 )
|
patch < %SOURCE16 )
|
||||||
|
|
||||||
|
%if %{paranoid}
|
||||||
# avoid trademark issues
|
# avoid trademark issues
|
||||||
( cd lisp/play
|
( cd lisp/play
|
||||||
rm -f tetris.el tetris.elc )
|
rm -f tetris.el tetris.elc )
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
|
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user