|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
Summary: Terminal emulator for the X Window System |
|
|
|
|
Name: xterm |
|
|
|
|
Version: 351 |
|
|
|
|
Version: 353 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
URL: https://invisible-island.net/xterm |
|
|
|
|
License: MIT |
|
|
|
@ -8,7 +8,7 @@ BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
@@ -8,7 +8,7 @@ BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
|
|
|
|
|
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils |
|
|
|
|
BuildRequires: libxkbfile-devel xorg-x11-apps |
|
|
|
|
Requires: xterm-resize = %{version}-%{release} |
|
|
|
|
Requires: xorg-x11-fonts-misc |
|
|
|
|
#Recommends: xorg-x11-fonts-misc |
|
|
|
|
|
|
|
|
|
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz |
|
|
|
|
Source1: ftp://ftp.invisible-island.net/xterm/16colors.txt |
|
|
|
@ -71,7 +71,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
@@ -71,7 +71,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
cp -fp %{SOURCE1} 16colors.txt |
|
|
|
|
|
|
|
|
|
desktop-file-install \ |
|
|
|
|
--vendor=powerel \ |
|
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 19 |
|
|
|
|
--vendor=fedora \ |
|
|
|
|
%endif |
|
|
|
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \ |
|
|
|
|
xterm.desktop |
|
|
|
|
|
|
|
|
@ -99,6 +101,12 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
@@ -99,6 +101,12 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
|
%{_mandir}/man1/resize.1* |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Mon Feb 24 2020 Tomas Korbar <tkorbar@redhat.com> - 353-1 |
|
|
|
|
- Rebase to version 353 (#1792091) |
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 351-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Nov 25 2019 Tomas Korbar <tkorbar@redhat.com> - 351-1 |
|
|
|
|
- update to 351 |
|
|
|
|
|
|
|
|
|