46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
Name: vttest
|
|
Version: 20140305
|
|
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: http://invisible-island.net/vttest/vttest.html
|
|
Source: http://invisible-island.net/datafiles/release/vttest.tar.gz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Vttest tests the compatibility (demonstrates the non-compatibility) of so-called "VT100-compatible" terminals.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/vttest
|
|
%{_mandir}/man1/vttest.1.gz
|
|
%doc COPYING
|
|
#%doc BUGS CHANGES README
|
|
|
|
%changelog
|
|
* Fri Mar 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20140305-1mamba
|
|
- package created using the webbuild interface
|