fix bug 164210: enable tek40414 mode by default

This commit is contained in:
jvdias 2005-12-21 22:23:11 +00:00
parent 51aa744bbc
commit dacc656e8b

View File

@ -1,7 +1,7 @@
Summary: xterm terminal emulator for the X Window System Summary: xterm terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 207 Version: 207
Release: 8 Release: 10
URL: http://dickey.his.com/xterm URL: http://dickey.his.com/xterm
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
@ -37,6 +37,7 @@ BuildRequires: utempter
%define x11_app_defaults_dir %{_datadir}/X11/app-defaults %define x11_app_defaults_dir %{_datadir}/X11/app-defaults
%{?!_with_256_color: %define _with_256_color 1} %{?!_with_256_color: %define _with_256_color 1}
%{?!_with_tek4014: %define _with_tek4014 1}
%description %description
The xterm program is a terminal emulator for the X Window System. It The xterm program is a terminal emulator for the X Window System. It
@ -62,10 +63,11 @@ export CFLAGS="$RPM_OPT_FLAGS"
--enable-warnings \ --enable-warnings \
--enable-wide-chars \ --enable-wide-chars \
--with-utempter \ --with-utempter \
--disable-tek4014 \
--enable-narrowproto \ --enable-narrowproto \
--enable-session-mgt \
--with-app-defaults=%{x11_app_defaults_dir} \ --with-app-defaults=%{x11_app_defaults_dir} \
%if !%{_with_tek4014}
--disable-tek4014 \
%endif
%if %{_with_256_color} %if %{_with_256_color}
--enable-256-color \ --enable-256-color \
%endif %endif
@ -98,6 +100,9 @@ cp -fp %SOURCE3 16colors.txt
%doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n %doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n
%changelog %changelog
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-10
- Fix bug 164210: tek4014 support should be enabled by default
* Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8 * Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8
- Fix bug 175684: compile with --enable-256-color - Fix bug 175684: compile with --enable-256-color
- Fix bug 155538 addenda - restore '*VT100*backarrowKey:0' - Fix bug 155538 addenda - restore '*VT100*backarrowKey:0'