|
|
@@ -39,7 +39,7 @@ Class: PLUS
|
|
|
Group: XWindow
|
|
|
License: X11
|
|
|
Version: %{V_xterm}
|
|
|
-Release: 20041223
|
|
|
+Release: 20050111
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
|
|
|
@@ -49,8 +49,8 @@ Source2: http://www.thrysoee.dk/xtermcontrol/xtermcontrol-%{V_xtermcontrol}
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11
|
|
|
-PreReq: OpenPKG, openpkg >= 20040130, X11
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, X11, xaw3d
|
|
|
+PreReq: OpenPKG, openpkg >= 20040130, X11, xaw3d
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -83,6 +83,9 @@ AutoReqProv: no
|
|
|
%setup -q -c
|
|
|
%setup -q -T -D -a 1
|
|
|
%setup -q -T -D -a 2
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;/usr/contrib/X11R6;%{l_prefix};g' \
|
|
|
+ xterm-%{V_xterm}/configure
|
|
|
%{l_shtool} subst \
|
|
|
-e 's;\(ACLOCAL\)=.*;\1=true;g' \
|
|
|
-e 's;\(AUTOCONF\)=.*;\1=true;g' \
|
|
|
@@ -106,6 +109,7 @@ AutoReqProv: no
|
|
|
--with-x \
|
|
|
--x-includes=`%{l_rc} --query x11_incdir` \
|
|
|
--x-libraries=`%{l_rc} --query x11_libdir` \
|
|
|
+ --with-Xaw3d \
|
|
|
--disable-tek4014 \
|
|
|
--disable-vt52 \
|
|
|
--disable-active-icon \
|