3 |
Summary: %{sum} |
Summary: %{sum} |
4 |
Name: xterm |
Name: xterm |
5 |
Version: 363 |
Version: 363 |
6 |
Release: %mkrel 1 |
Release: %mkrel 2 |
7 |
# URL with a list of downloads / tarballs: |
# URL with a list of downloads / tarballs: |
8 |
# ftp://ftp.invisible-island.net/xterm |
# ftp://ftp.invisible-island.net/xterm |
9 |
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz |
Source0: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz |
12 |
# from https://www.vim.org/scripts/script.php?script_id=1349, public domain |
# from https://www.vim.org/scripts/script.php?script_id=1349, public domain |
13 |
Source20: colortest.pl |
Source20: colortest.pl |
14 |
|
|
15 |
|
# |
16 |
|
# Security Patches |
17 |
|
# Patches P100 -> ... |
18 |
|
# |
19 |
|
Patch100: xterm-363-CVE-2021-27135.patch |
20 |
|
|
21 |
Url: https://invisible-island.net/xterm/ |
Url: https://invisible-island.net/xterm/ |
22 |
License: MIT |
License: MIT |
23 |
Group: Terminals |
Group: Terminals |
43 |
|
|
44 |
%prep |
%prep |
45 |
%setup -q |
%setup -q |
46 |
|
%autopatch -p1 |
47 |
|
|
48 |
cp %{SOURCE20} . |
cp %{SOURCE20} . |
49 |
|
|
50 |
%build |
%build |