diff --git a/xterm-371.tgz b/xterm-371.tgz deleted file mode 100644 index a7a6d27aee32f94cb176bf241aa6ada997ea3e49..0000000000000000000000000000000000000000 Binary files a/xterm-371.tgz and /dev/null differ diff --git a/xterm-372.tgz b/xterm-372.tgz new file mode 100644 index 0000000000000000000000000000000000000000..02fa951158e8f931d4bf81c54075771eba4513e4 Binary files /dev/null and b/xterm-372.tgz differ diff --git a/xterm.spec b/xterm.spec index 46e0f156e2a083c9c18e1d308188476f3aa55c7b..c1e9835d1991e43ee718c8ee699731e59516ea3f 100644 --- a/xterm.spec +++ b/xterm.spec @@ -3,7 +3,7 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 371 +Version: 372 Release: %{anolis_release}%{?dist} URL: https://invisible-island.net/xterm License: MIT @@ -14,8 +14,8 @@ 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 -Source1: ftp://ftp.invisible-island.net/xterm/16colors.txt +Source0: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz +Source1: https://invisible-island.net/archives/xterm/16colors.txt %global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt) @@ -24,6 +24,13 @@ The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package resize Summary: Set environment and terminal settings to current window size @@ -69,7 +76,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %files -%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS %{_bindir}/xterm %{_bindir}/koi8rxterm %{_bindir}/uxterm @@ -84,10 +90,16 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{x11_app_defaults_dir}/UXTerm* %{x11_app_defaults_dir}/XTerm* +%files doc +%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS + %files resize %{_bindir}/resize %{_mandir}/man1/resize.1* %changelog +* Wed Aug 31 2022 mgb01105731 - 372-1 +- update xterm to 372 + * Fri Mar 11 2022 Chunmei Xu - 371-1 - init from upstream version 371