trim redundant configure-options
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
This commit is contained in:
parent
e672959dd1
commit
d9e56ab9a2
@ -51,18 +51,15 @@ 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
|
||||
|
||||
%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 <dickey@invisible-island.net> - 370-2
|
||||
- Trim configure options which are no longer necessary.
|
||||
- Resolves: rhbz#2038247
|
||||
|
||||
* Tue Nov 30 2021 Tomas Korbar <tkorbar@redhat.com> - 370-1
|
||||
- Rebase to version 370
|
||||
- Resolves: rhbz#2023017
|
||||
|
Loading…
Reference in New Issue
Block a user