diff --git a/README.md b/README.md index 7aac47c..aedca09 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # vttest +Vttest tests the compatibility (demonstrates the non-compatibility) of so-called "VT100-compatible" terminals. + diff --git a/vttest.spec b/vttest.spec new file mode 100644 index 0000000..7a4377a --- /dev/null +++ b/vttest.spec @@ -0,0 +1,45 @@ +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 +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 20140305-1mamba +- package created using the webbuild interface