|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Terminal emulator for the X Window System
|
|
|
|
Summary: Terminal emulator for the X Window System
|
|
|
|
Name: xterm
|
|
|
|
Name: xterm
|
|
|
|
Version: 366
|
|
|
|
Version: 366
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
URL: https://invisible-island.net/xterm
|
|
|
|
URL: https://invisible-island.net/xterm
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -61,7 +61,8 @@ done
|
|
|
|
--with-utempter \
|
|
|
|
--with-utempter \
|
|
|
|
--with-tty-group=tty \
|
|
|
|
--with-tty-group=tty \
|
|
|
|
--disable-full-tgetent \
|
|
|
|
--disable-full-tgetent \
|
|
|
|
--with-pcre2
|
|
|
|
--with-pcre2 \
|
|
|
|
|
|
|
|
--enable-logging
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -101,6 +102,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
%{_mandir}/man1/resize.1*
|
|
|
|
%{_mandir}/man1/resize.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 17 2023 Tomas Korbar <tkorbar@redhat.com> - 366-9
|
|
|
|
|
|
|
|
- Enable logging support
|
|
|
|
|
|
|
|
- Resolves: rhbz#2179054
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 366-8
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 366-8
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
|
|