Compare commits

..

No commits in common. "rawhide" and "f31" have entirely different histories.

4 changed files with 88 additions and 104 deletions

13
.gitignore vendored
View file

@ -5,16 +5,3 @@ vttest-20071216.tgz
/vttest-20140116.tgz
/vttest-20140305.tgz
/vttest-20190710.tgz
/vttest-20210210.tgz
/vttest-20220215.tgz
/vttest-20220827.tgz
/vttest-20221111.tgz
/vttest-20221229.tgz
/vttest-20230201.tgz
/vttest-20231230.tgz
/vttest-20240218.tgz
/vttest-20240708.tgz
/vttest-20241024.tgz
/vttest-20241031.tgz
/vttest-20241204.tgz
/vttest-20251205.tgz

View file

@ -1,16 +0,0 @@
Vttest is a program designed to test the functionality of a VT100 terminal (or
emulator thereof). It tests both display (escape sequence handling) and
keyboard.
The program is menu-driven and contains full on-line operating instructions.
* To run a given menu-item, you must enter its number.
* Menu items start at zero; this is the “Exit” item in almost all cases.
* You can run all menu-items (for a given level) by entering an asterisk, i.e, “*'.
* You can force a repaint of the menu items by entering “?”.
* A few menus can be more than one page. Use “n” and “p” to switch
to the next or previous page.

View file

@ -1 +1 @@
SHA512 (vttest-20251205.tgz) = d216d34b3e63cdc52e01ee79cffc90cc33501df8c64c073c42993650d1daa4ad7c11629c3b9c440aa54b220dffa6ba78c39fd6c12cf03e948d7ff732cad22c08
SHA512 (vttest-20190710.tgz) = 181fb698fc782c4590f9d985ea445b138438efff0816cd830ccd937a89627419affb7d8d40b756743f35fcfb4012774a980c18c6d11472870bd155e9697267a1

View file

@ -1,112 +1,125 @@
Summary: test VT100-type terminal
%define AppPatched 20251205
Name: vttest
Version: 2.7.%{AppPatched}
Release: 10%{?dist}
License: MIT
URL: https://invisible-island.net/%{name}/
Source0: https://invisible-island.net/archives/%{name}/%{name}-%{AppPatched}.tgz
BuildRequires: gcc
BuildRequires: make
Name: vttest
Version: 20190710
Release: 2%{?dist}
Summary: Test the compatibility of so-called "VT100-compatible" terminals
License: MIT
URL: http://invisible-island.net/vttest/vttest.html
Source0: ftp://invisible-island.net/vttest/vttest-%{version}.tgz
BuildRequires: gcc
BuildRequires: readline-devel
%description
Vttest is a program designed to test the functionality of a VT100
terminal (or emulator thereof). It tests both display (escape sequence
handling) and keyboard.
The program is menu-driven and contains full on-line operating
instructions. To run a given menu-item, you must enter its number. You
can run all menu-items (for a given level) by entering an asterisk, i.e,
`*'.
vttest is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals.
%prep
%autosetup -p1 -n %{name}-%{AppPatched}
%autosetup
# This file contains the original author's clarification.
# fix character encoding
for f in README; do
iconv -f ISO-8859-15 -t UTF-8 $f > ${f}.tmp && \
mv -f ${f}.tmp ${f} || \
rm -f ${f}.tmp
done
%build
%configure
%make_build
%install
%make_install
%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%doc CHANGES MANIFEST README
%doc BUGS CHANGES MANIFEST README
%license COPYING
%{_bindir}/vttest
%{_mandir}/man1/vttest.1*
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20251205-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190710-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20251205-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Sat Jul 20 2019 Filipe Rosset <rosset.filipe@gmail.com> - 20190710-1
- Update to 20190710 fixes rhbz#1606658 rhbz#1615067 and rhbz#1676196
- Changelog https://invisible-island.net/vttest/CHANGES
* Wed Dec 31 2025 Thomas E. Dickey <dickey@his.com> - 2.7.20251205-1
- update to 2.7.20251205 (RHBZ #2419648)
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20241204-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20241204-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sun Dec 08 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241204-1
- update to 2.7.20241204 (RHBZ #2321688)
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Oct 31 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241031-1
- update to 2.7.20241031 (RHBZ #2321688)
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Oct 27 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241024-1
- update to 2.7.20241024 (RHBZ #2321688)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20240708-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jul 10 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240708-1
- update to 2.7.20240708 (RHBZ #2296534)
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140305-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Feb 25 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240218-1
- update to 2.7.20240218 (RHBZ #2264796)
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140305-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20231230-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140305-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Dec 31 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
- update to 2.7.20231230 (RHBZ #2240499)
* Thu Mar 06 2014 Christopher Meng <rpm@cicku.me> - 20140305-1
- Update to 20140305
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20230201-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jan 20 2014 Christopher Meng <rpm@cicku.me> - 20140116-1
- Update to 20140116
* Sun Feb 05 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
- update to 2.7.20230201 (RHBZ #2167192)
* Mon Aug 19 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 20111210-6
- Don't run the autotools (Sources are incompatible w/ modern autotools)
(FTBFS, RHBZ#992865)
- Add vttest-20111210-config.diff/Import automake-1.13's config.{sub,guess}
(RHBZ#926707)
- Fix bogus %%changelog date.
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20221229-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Jan 02 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20221229-1
- update to 2.7.20221229 (RHBZ #2143489)
* Wed May 08 2013 Adam Miller <maxamillion@fedoraproject.org> - 20111210-4
- #BZ926707 - support aarch64
* Tue Dec 6 2022 Florian Weimer <fweimer@redhat.com> - 2.7.20220827-2
- Fix glitch in configure script in FIONREAD detection (#2151353)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Aug 28 2022 Thomas E. Dickey <dickey@his.com> - 2.7.20220827-1
- update to 2.7.20220827 (RHBZ #2055158)
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20220215-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 14 2012 Adam Miller <maxamillion@fedoraproject.org> - 20111210-1
- Updated to latest upstream release
* Thu Feb 17 2022 Thomas E. Dickey <dickey@his.com> - 2.7.20220215-1
- update to 2.7.20220215 (RHBZ #2055158)
* Wed Jul 13 2011 Adam Miller <maxamillion@fedoraproject.org> - 20110705-1
- Updated to latest upstream release
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20210210-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Apr 05 2011 Adam Miller <maxamillion@fedoraproject.org> - 20100830-1
- Updated to latest upstream release
- Added patch from dkutalek@redhat.com
* Sat Jan 08 2022 Thomas E. Dickey <dickey@his.com> - 2.7.20210210-1
- address review-comments
- install doc, license files used in previous Fedora package
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071216-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071216-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Aug 11 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 20071216-3
- Updated source url
* Sun Aug 10 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 20071216-2
- Updated prep for consistency
- License changed to MIT
* Mon Aug 04 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 20071216-1
- Initial build