diff --git a/README.md b/README.md index e3b3edc..af83f15 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tack +The 'tack' program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard release + diff --git a/tack.spec b/tack.spec new file mode 100644 index 0000000..26676d9 --- /dev/null +++ b/tack.spec @@ -0,0 +1,45 @@ +Name: tack +Version: 1.07 +Release: 1mamba +Summary: A diagnostic that is designed to create and verify the correctness of terminfo's +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://invisible-island.net/ncurses/tack.html +Source: ftp://dickey.his.com/ncurses/tack-%{version}.tgz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libncurses-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The 'tack' program is a diagnostic that is designed to create and verify the correctness of terminfo's. This program can be used to create new terminal descriptions that are not included in the standard release + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/tack +%{_mandir}/man1/tack.1.gz +%doc COPYING + +%changelog +* Mon May 27 2013 Silvan Calarco 1.07-1mamba +- package created by silvan using the webbuild interface