vttest/vttest.spec

73 lines
2.3 KiB
RPMSpec
Raw Normal View History

Name: vttest
Version: 20240218
Release: 1mamba
Summary: Tests the compatibility of so-called "VT100-compatible" terminals
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invisible-island.net/vttest/vttest.html
Source: https://github.com/ThomasDickey/vttest-snapshots.git/t%{version}/vttest-snapshots-%{version}.tar.bz2
#Source: http://invisible-island.net/datafiles/release/vttest.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
Vttest tests the compatibility (demonstrates the non-compatibility) of so-called "VT100-compatible" terminals.
%debug_package
%prep
%setup -q -n vttest-snapshots-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/vttest
%{_mandir}/man1/vttest.1*
%doc COPYING
#%doc BUGS CHANGES README
%changelog
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 20240218-1mamba
- automatic version update by autodist
* Sun Dec 31 2023 Automatic Build System <autodist@mambasoft.it> 20231230-1mamba
- automatic version update by autodist
* Mon Sep 25 2023 Automatic Build System <autodist@mambasoft.it> 20230924-1mamba
- automatic version update by autodist
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 20230201-1mamba
- automatic version update by autodist
* Tue Jan 03 2023 Automatic Build System <autodist@mambasoft.it> 20221229-1mamba
- automatic version update by autodist
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 20221111-1mamba
- automatic version update by autodist
* Mon Aug 29 2022 Automatic Build System <autodist@mambasoft.it> 20220827-1mamba
- automatic version update by autodist
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 20220215-1mamba
- automatic version update by autodist
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 20210210-1mamba
- automatic version update by autodist
* Fri Mar 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20140305-1mamba
- package created using the webbuild interface