Drop luit support
Resolves: rhbz#1959213
This commit is contained in:
parent
e47fde0d7c
commit
6931c5ca89
@ -1,13 +1,13 @@
|
|||||||
Summary: Terminal emulator for the X Window System
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 366
|
Version: 366
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: https://invisible-island.net/xterm
|
URL: https://invisible-island.net/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
||||||
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
||||||
BuildRequires: libxkbfile-devel luit pcre2-devel pkgconfig(libpcre2-posix)
|
BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
|
||||||
Requires: xterm-resize = %{version}-%{release}
|
Requires: xterm-resize = %{version}-%{release}
|
||||||
Recommends: xorg-x11-fonts-misc
|
Recommends: xorg-x11-fonts-misc
|
||||||
|
|
||||||
@ -52,7 +52,6 @@ done
|
|||||||
--disable-backarrow-key \
|
--disable-backarrow-key \
|
||||||
--enable-256-color \
|
--enable-256-color \
|
||||||
--enable-exec-xterm \
|
--enable-exec-xterm \
|
||||||
--enable-luit \
|
|
||||||
%{?with_trace: --enable-trace} \
|
%{?with_trace: --enable-trace} \
|
||||||
--enable-warnings \
|
--enable-warnings \
|
||||||
--enable-wide-chars \
|
--enable-wide-chars \
|
||||||
@ -103,6 +102,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|||||||
%{_mandir}/man1/resize.1*
|
%{_mandir}/man1/resize.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 01 2021 Tomas Korbar <tkorbar@redhat.com> - 366-3
|
||||||
|
- Drop luit support
|
||||||
|
- Resolves: rhbz#1959213
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 366-2
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 366-2
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user