From d9e56ab9a22cb79040cfaecaa6c4c3bb903ea588 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Fri, 7 Jan 2022 11:02:23 -0500 Subject: [PATCH] trim redundant configure-options Signed-off-by: Thomas E. Dickey --- xterm.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xterm.spec b/xterm.spec index ac2478e..b32c2bb 100644 --- a/xterm.spec +++ b/xterm.spec @@ -51,19 +51,16 @@ done %configure \ --enable-meta-sends-esc \ --disable-backarrow-key \ - --enable-256-color \ --enable-exec-xterm \ %{?with_trace: --enable-trace} \ --enable-warnings \ - --enable-wide-chars \ --with-app-defaults=%{x11_app_defaults_dir} \ --with-icon-theme=hicolor \ --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ --disable-full-tgetent \ - --enable-sixel-graphics \ - --with-pcre2 + --with-pcre2 %make_build @@ -103,6 +100,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Fri Jan 07 2022 Thomas E. Dickey - 370-2 +- Trim configure options which are no longer necessary. +- Resolves: rhbz#2038247 + * Tue Nov 30 2021 Tomas Korbar - 370-1 - Rebase to version 370 - Resolves: rhbz#2023017