52 lines
1.4 KiB
RPMSpec
52 lines
1.4 KiB
RPMSpec
Name: vttest
|
|
Version: 20220215
|
|
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
|
|
* 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
|