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
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 367
|
Version: 367
|
||||||
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: luit xterm-resize = %{version}-%{release}
|
Requires: xterm-resize = %{version}-%{release}
|
||||||
Recommends: xorg-x11-fonts-misc
|
Recommends: xorg-x11-fonts-misc
|
||||||
|
|
||||||
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
||||||
@ -18,8 +21,6 @@ Patch1: xterm-defaults.patch
|
|||||||
Patch2: xterm-desktop.patch
|
Patch2: xterm-desktop.patch
|
||||||
Patch3: xterm-man-paths.patch
|
Patch3: xterm-man-paths.patch
|
||||||
|
|
||||||
%bcond_with trace
|
|
||||||
|
|
||||||
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
|
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,7 +53,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 \
|
||||||
@ -63,7 +63,7 @@ done
|
|||||||
--with-tty-group=tty \
|
--with-tty-group=tty \
|
||||||
--disable-full-tgetent \
|
--disable-full-tgetent \
|
||||||
--enable-sixel-graphics \
|
--enable-sixel-graphics \
|
||||||
--with-pcre2
|
--with-pcre2
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -103,6 +103,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|||||||
%{_mandir}/man1/resize.1*
|
%{_mandir}/man1/resize.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
|
||||||
- Add luit to Requires
|
- Add luit to Requires
|
||||||
- Resolves: rhbz#1959210
|
- Resolves: rhbz#1959210
|
||||||
|
Loading…
Reference in New Issue
Block a user