Compare commits
44 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ca94e532a | ||
|
|
6f908bc7b6 | ||
|
|
498c2a07af |
||
|
|
3fce362582 | ||
|
|
b92fc2936d | ||
|
|
526a92b9e3 |
||
|
|
b55652dde1 |
||
|
|
3da4843862 |
||
|
|
bae16ac04e |
||
|
|
5cfd1aa4f0 | ||
|
|
c46d5bc201 |
||
|
|
f2948d1163 |
||
|
|
14ec6a25db | ||
|
|
5d44751477 |
||
|
|
8d33644497 |
||
|
|
3b698c82b1 |
||
|
|
d099a20a96 | ||
|
|
c82e0ac66e |
||
|
|
d813421dfd |
||
|
|
dd8d6c2840 | ||
|
|
078177c1b9 |
||
|
|
6f439c2a93 | ||
|
|
a37af8d64b |
||
|
|
2d292fa72d |
||
|
|
f6d12a3221 | ||
|
|
247e1d8d76 |
||
|
|
3adfeb61c1 |
||
|
|
98771002c4 |
||
|
|
3f44db64d9 |
||
|
|
e837eada0d |
||
|
|
a169fb3792 |
||
|
|
c16f66c224 | ||
|
|
14d521d3f3 |
||
|
|
f80d293d37 | ||
|
|
bab7597f64 |
||
|
|
7fef3ffd4e |
||
|
|
6e0373e2a2 |
||
|
|
df3652bdb1 |
||
|
|
b36398c3a9 |
||
|
|
47e573b00c |
||
|
|
ec15178f93 |
||
|
|
f44b1248e6 |
||
|
|
f2e46c1731 |
||
|
|
c8de682418 |
4 changed files with 104 additions and 88 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -5,3 +5,16 @@ 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
|
||||
|
|
|
|||
16
README.md
Normal file
16
README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vttest-20190710.tgz) = 181fb698fc782c4590f9d985ea445b138438efff0816cd830ccd937a89627419affb7d8d40b756743f35fcfb4012774a980c18c6d11472870bd155e9697267a1
|
||||
SHA512 (vttest-20251205.tgz) = d216d34b3e63cdc52e01ee79cffc90cc33501df8c64c073c42993650d1daa4ad7c11629c3b9c440aa54b220dffa6ba78c39fd6c12cf03e948d7ff732cad22c08
|
||||
|
|
|
|||
161
vttest.spec
161
vttest.spec
|
|
@ -1,125 +1,112 @@
|
|||
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
|
||||
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
|
||||
|
||||
%description
|
||||
vttest is a program to test the compatibility (or to demonstrate the
|
||||
non-compatibility) of so-called "VT100-compatible" terminals.
|
||||
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,
|
||||
`*'.
|
||||
|
||||
%prep
|
||||
%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
|
||||
|
||||
%autosetup -p1 -n %{name}-%{AppPatched}
|
||||
|
||||
%build
|
||||
|
||||
%configure
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc BUGS CHANGES MANIFEST README
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.*
|
||||
%doc CHANGES MANIFEST README
|
||||
%license COPYING
|
||||
%{_bindir}/vttest
|
||||
%{_mandir}/man1/vttest.1*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190710-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
* 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 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
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20251205-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
* Wed Dec 31 2025 Thomas E. Dickey <dickey@his.com> - 2.7.20251205-1
|
||||
- update to 2.7.20251205 (RHBZ #2419648)
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
* Sun Dec 08 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241204-1
|
||||
- update to 2.7.20241204 (RHBZ #2321688)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
* Thu Oct 31 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241031-1
|
||||
- update to 2.7.20241031 (RHBZ #2321688)
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
* Sun Oct 27 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241024-1
|
||||
- update to 2.7.20241024 (RHBZ #2321688)
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20140305-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_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 Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140305-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
* Wed Jul 10 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240708-1
|
||||
- update to 2.7.20240708 (RHBZ #2296534)
|
||||
|
||||
* 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
|
||||
* Sun Feb 25 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240218-1
|
||||
- update to 2.7.20240218 (RHBZ #2264796)
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140305-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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
|
||||
|
||||
* Thu Mar 06 2014 Christopher Meng <rpm@cicku.me> - 20140305-1
|
||||
- Update to 20140305
|
||||
* Sun Dec 31 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
|
||||
- update to 2.7.20231230 (RHBZ #2240499)
|
||||
|
||||
* Mon Jan 20 2014 Christopher Meng <rpm@cicku.me> - 20140116-1
|
||||
- Update to 20140116
|
||||
* 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 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.
|
||||
* Sun Feb 05 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
|
||||
- update to 2.7.20230201 (RHBZ #2167192)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20221229-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed May 08 2013 Adam Miller <maxamillion@fedoraproject.org> - 20111210-4
|
||||
- #BZ926707 - support aarch64
|
||||
* Mon Jan 02 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20221229-1
|
||||
- update to 2.7.20221229 (RHBZ #2143489)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
* Tue Dec 6 2022 Florian Weimer <fweimer@redhat.com> - 2.7.20220827-2
|
||||
- Fix glitch in configure script in FIONREAD detection (#2151353)
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20111210-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
* Sun Aug 28 2022 Thomas E. Dickey <dickey@his.com> - 2.7.20220827-1
|
||||
- update to 2.7.20220827 (RHBZ #2055158)
|
||||
|
||||
* Sat Jan 14 2012 Adam Miller <maxamillion@fedoraproject.org> - 20111210-1
|
||||
- Updated to latest upstream release
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20220215-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jul 13 2011 Adam Miller <maxamillion@fedoraproject.org> - 20110705-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)
|
||||
|
||||
* Tue Apr 05 2011 Adam Miller <maxamillion@fedoraproject.org> - 20100830-1
|
||||
- Updated to latest upstream release
|
||||
- Added patch from dkutalek@redhat.com
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20210210-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue