Browse Source

Duplicated option variables from header section to description section.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
8e5c0e1c05
  1. 8
      emacs/emacs.spec

8
emacs/emacs.spec

@ -41,7 +41,7 @@ Distribution: OpenPKG [BASE]
Group: Editor
License: GPL
Version: 21.2
Release: 20020317
Release: 20020819
# list of sources
Source0: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.gz
@ -67,6 +67,12 @@ AutoReqProv: no
%description
The popular GNU EMACS text editor.
Options:
--define 'with_fsl %{with_fsl}' \
--define 'with_x11 %{with_x11}' \
--define 'with_jpeg %{with_jpeg}' \
--define 'with_png %{with_png}'
%prep
%setup -q

Loading…
Cancel
Save