|
|
|
@ -1,28 +1,25 @@
|
|
|
|
|
|
|
|
|
|
%bcond_with trace
|
|
|
|
|
|
|
|
|
|
Summary: Terminal emulator for the X Window System
|
|
|
|
|
Name: xterm
|
|
|
|
|
Version: 389
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 366
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
URL: https://invisible-island.net/xterm
|
|
|
|
|
License: MIT AND X11 AND HPND AND CC-BY-4.0
|
|
|
|
|
License: MIT
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
|
|
|
|
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
|
|
|
|
|
BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
Requires: xterm-resize = %{version}-%{release}
|
|
|
|
|
Recommends: xorg-x11-fonts-misc
|
|
|
|
|
|
|
|
|
|
Source0: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz
|
|
|
|
|
Source1: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz.asc
|
|
|
|
|
Source2: https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc
|
|
|
|
|
Source3: https://invisible-island.net/archives/xterm/16colors.txt
|
|
|
|
|
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
|
|
|
|
Source1: ftp://ftp.invisible-island.net/xterm/16colors.txt
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
@ -38,7 +35,6 @@ Prints a shell command for setting the appropriate environment variables to
|
|
|
|
|
indicate the current size of the window from which the command is run.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .defaults
|
|
|
|
@ -54,9 +50,11 @@ 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 \
|
|
|
|
@ -64,7 +62,6 @@ done
|
|
|
|
|
--with-tty-group=tty \
|
|
|
|
|
--disable-full-tgetent \
|
|
|
|
|
--with-pcre2 \
|
|
|
|
|
--enable-readline-mouse \
|
|
|
|
|
--enable-logging
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
@ -72,7 +69,7 @@ done
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
cp -fp %{SOURCE3} 16colors.txt
|
|
|
|
|
cp -fp %{SOURCE1} 16colors.txt
|
|
|
|
|
|
|
|
|
|
desktop-file-install \
|
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
|
@ -105,142 +102,34 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
|
%{_mandir}/man1/resize.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 389-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 389-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 389-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 389-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Tomas Korbar <tkorbar@redhat.com> - 389-1
|
|
|
|
|
- Rebase to version 389
|
|
|
|
|
- Resolves: rhbz#2256390
|
|
|
|
|
|
|
|
|
|
* Tue Nov 28 2023 Florian Weimer <fweimer@redhat.com> - 388-3
|
|
|
|
|
- Fix C compatibility issue in the configure script (#2251945)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 01 2023 Tomas Korbar <tkorbar@redhat.com> - 388-2
|
|
|
|
|
- Add licenses to fully conform to SPDX
|
|
|
|
|
|
|
|
|
|
* Wed Oct 25 2023 Tomas Korbar <tkorbar@redhat.com> - 388-1
|
|
|
|
|
- Rebase to version 388
|
|
|
|
|
- Resolves: rhbz#2242865
|
|
|
|
|
|
|
|
|
|
* Tue Oct 03 2023 Tomas Korbar <tkorbar@redhat.com> - 385-1
|
|
|
|
|
- Rebase to version 385
|
|
|
|
|
- Resolves: rhbz#2241681
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 384-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Tomas Korbar <tkorbar@redhat.com> - 384-1
|
|
|
|
|
- Rebase to version 384
|
|
|
|
|
- Resolves: rhbz#2221827
|
|
|
|
|
|
|
|
|
|
* Fri Jul 07 2023 Tomas Korbar <tkorbar@redhat.com> - 383-1
|
|
|
|
|
- Rebase to version 383
|
|
|
|
|
- Resolves: rhbz#2218033
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Tomas Korbar <tkorbar@redhat.com> - 382-1
|
|
|
|
|
- Rebase to version 382
|
|
|
|
|
- Resolves: rhbz#2211276
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2023 Tomas Korbar <tkorbar@redhat.com> - 381-1
|
|
|
|
|
- Rebase to version 381
|
|
|
|
|
- Resolves:rhbz#2210609
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Tomas Korbar <tkorbar@redhat.com> - 380-1
|
|
|
|
|
- Rebase to version 380
|
|
|
|
|
- Resolves: rhbz#2204459
|
|
|
|
|
|
|
|
|
|
* Thu Mar 16 2023 Tomas Korbar <tkorbar@redhat.com> - 379-2
|
|
|
|
|
- Enable logging feature
|
|
|
|
|
|
|
|
|
|
* Sun Feb 19 2023 Tomas Korbar <tkorbar@redhat.com> - 379-1
|
|
|
|
|
- Rebase to version 379
|
|
|
|
|
- Resolves: rhbz#2170296
|
|
|
|
|
|
|
|
|
|
* Wed Feb 08 2023 Tomas Korbar <tkorbar@redhat.com> - 378-3
|
|
|
|
|
- Enable readline-mouse configuration option
|
|
|
|
|
- Resolves: rhbz#2166860
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 378-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2023 Tomas Korbar <tkorbar@redhat.com> - 378-1
|
|
|
|
|
- Rebase to version 378
|
|
|
|
|
- Resolves: rhbz#2159449
|
|
|
|
|
|
|
|
|
|
* Thu Dec 08 2022 Tomas Korbar <tkorbar@redhat.com> - 377-1
|
|
|
|
|
- Rebase to version 377
|
|
|
|
|
- Remove unnecessary dependency on xterm-resize
|
|
|
|
|
- Resolves: rhbz#2143618
|
|
|
|
|
- Resolves: rhbz#2142751
|
|
|
|
|
|
|
|
|
|
* Mon Oct 31 2022 Tomas Korbar <tkorbar@redhat.com> - 375-1
|
|
|
|
|
- Rebase to version 375
|
|
|
|
|
- Resolves: rhbz#2137784
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Tomas Korbar <tkorbar@redhat.com> - 374-1
|
|
|
|
|
- Rebase to version 374
|
|
|
|
|
- Resolves: rhbz#2133585
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Tomas Korbar <tkorbar@redhat.com> - 373-1
|
|
|
|
|
- Rebase to version 373
|
|
|
|
|
- Resolves: rhbz#2129661
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 372-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 25 2022 Tomas Korbar <tkorbar@redhat.com> - 372-1
|
|
|
|
|
- Rebase to version 372
|
|
|
|
|
- Resolves: rhbz#2062511
|
|
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Tomas Korbar <tkorbar@redhat.com> - 371-1
|
|
|
|
|
- Rebase to version 371
|
|
|
|
|
- Resolves: rhbz#2058442
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 370-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Fri Mar 17 2023 Tomas Korbar <tkorbar@redhat.com> - 366-9
|
|
|
|
|
- Enable logging support
|
|
|
|
|
- Resolves: rhbz#2179054
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1
|
|
|
|
|
- Rebase to version 369
|
|
|
|
|
- Resolves: rhbz#2006589
|
|
|
|
|
* Tue Feb 08 2022 Tomas Korbar <tkorbar@redhat.com> - 366-8
|
|
|
|
|
- disable sixel support
|
|
|
|
|
- Resolves: CVE-2022-24130
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 368-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2021 Petr Pisar <ppisar@redhat.com> - 368-2
|
|
|
|
|
- Rebuild against pcre2-10.37 (bug #1965025)
|
|
|
|
|
* Thu 05 Aug 2021 Lukas Javorsky <ljavorsk@redhat.com> - 366-6
|
|
|
|
|
- Second rebuild against pcre2-10.37 (bug #1970765)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Tomas Korbar <tkorbar@redhat.com> - 368-1
|
|
|
|
|
- Rebase to version 368
|
|
|
|
|
- Resolves: rhbz#1969214
|
|
|
|
|
* Thu Aug 05 2021 Tomas Korbar <tkorbar@redhat.com> - 366-5
|
|
|
|
|
- Rebuild because of missing gating configuration
|
|
|
|
|
- Related: rhbz#1970765
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Joe Orton <jorton@redhat.com> - 367-3
|
|
|
|
|
- drop luit support
|
|
|
|
|
* Wed Jul 28 2021 Lukas Javorsky <ljavorsk@redhat.com> - 366-4
|
|
|
|
|
- Rebuild against pcre2-10.37 (bug #1970765)
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
|
|
|
|
|
- Add luit to Requires
|
|
|
|
|
- Resolves: rhbz#1959210
|
|
|
|
|
* Tue Jun 01 2021 Tomas Korbar <tkorbar@redhat.com> - 366-3
|
|
|
|
|
- Drop luit support
|
|
|
|
|
- Resolves: rhbz#1959213
|
|
|
|
|
|
|
|
|
|
* Mon Apr 12 2021 Tomas Korbar <tkorbar@redhat.com> - 367-1
|
|
|
|
|
- Rebase to version 367
|
|
|
|
|
- Resolves: rhbz#1943741
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 366-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Thu Feb 11 2021 Tomas Korbar <tkorbar@redhat.com> - 366-1
|
|
|
|
|
- Rebase to version 366
|
|
|
|
|