52 lines
1.4 KiB
RPMSpec
52 lines
1.4 KiB
RPMSpec
Name: tack
|
|
Version: 1.09
|
|
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 <silvan.calarco@mambasoft.it>
|
|
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
|
|
* Tue Mar 31 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.09-1mamba
|
|
- update to 1.09
|
|
|
|
* Thu Sep 14 2017 Automatic Build System <autodist@mambasoft.it> 1.08-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon May 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-1mamba
|
|
- package created by silvan using the webbuild interface
|