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