|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Editor
|
|
|
License: GPL
|
|
|
Version: %{V_xemacs}
|
|
|
-Release: 20030701
|
|
|
+Release: 20030707
|
|
|
|
|
|
# package options
|
|
|
%option with_gtk yes
|
|
|
@@ -50,12 +50,16 @@ Source1: ftp://ftp.xemacs.org/pub/xemacs/packages/xemacs-sumo-%{V_sumo}.tar
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, ncurses, jpeg, png, zlib, tiff, db, xpm, make
|
|
|
-PreReq: OpenPKG, openpkg >= 20030103, X11, ncurses
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, make
|
|
|
+PreReq: OpenPKG, openpkg >= 20030103, X11
|
|
|
+BuildPreReq: ncurses, jpeg, png, zlib, tiff, db, xpm
|
|
|
+PreReq: ncurses, jpeg, png, zlib, tiff, db, xpm
|
|
|
%if "%{with_gtk}" == "yes"
|
|
|
BuildPreReq: gtk
|
|
|
+PreReq: gtk
|
|
|
%else
|
|
|
BuildPreReq: xaw3d
|
|
|
+PreReq: xaw3d
|
|
|
%endif
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|