drop luit support.
This commit is contained in:
parent
bc6effe728
commit
78a7d5f141
17
xterm.spec
17
xterm.spec
@ -1,14 +1,17 @@
|
||||
|
||||
%bcond_with trace
|
||||
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 367
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: https://invisible-island.net/xterm
|
||||
License: MIT
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
||||
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
||||
BuildRequires: libxkbfile-devel luit pcre2-devel pkgconfig(libpcre2-posix)
|
||||
Requires: luit xterm-resize = %{version}-%{release}
|
||||
BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
|
||||
Requires: xterm-resize = %{version}-%{release}
|
||||
Recommends: xorg-x11-fonts-misc
|
||||
|
||||
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
||||
@ -18,8 +21,6 @@ Patch1: xterm-defaults.patch
|
||||
Patch2: xterm-desktop.patch
|
||||
Patch3: xterm-man-paths.patch
|
||||
|
||||
%bcond_with trace
|
||||
|
||||
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
|
||||
|
||||
%description
|
||||
@ -52,7 +53,6 @@ done
|
||||
--disable-backarrow-key \
|
||||
--enable-256-color \
|
||||
--enable-exec-xterm \
|
||||
--enable-luit \
|
||||
%{?with_trace: --enable-trace} \
|
||||
--enable-warnings \
|
||||
--enable-wide-chars \
|
||||
@ -63,7 +63,7 @@ done
|
||||
--with-tty-group=tty \
|
||||
--disable-full-tgetent \
|
||||
--enable-sixel-graphics \
|
||||
--with-pcre2
|
||||
--with-pcre2
|
||||
|
||||
%make_build
|
||||
|
||||
@ -103,6 +103,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
%{_mandir}/man1/resize.1*
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Joe Orton <jorton@redhat.com> - 367-3
|
||||
- drop luit support
|
||||
|
||||
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
|
||||
- Add luit to Requires
|
||||
- Resolves: rhbz#1959210
|
||||
|
Loading…
Reference in New Issue
Block a user