ncftp/ncftp.spec

60 lines
1.4 KiB
RPMSpec

Name: ncftp
Version: 3.2.6
Release: 1mamba
Summary: A free set of programs that use the File Transfer Protocol
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ncftp.com/
Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.xz
License: Clarified Artistic License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
NcFTP is a free set of programs that use the File Transfer Protocol.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/ncftp
%{_bindir}/ncftpbatch
%{_bindir}/ncftpbookmarks
%{_bindir}/ncftpget
%{_bindir}/ncftpls
%{_bindir}/ncftpput
%{_bindir}/ncftpspooler
%{_mandir}/man1/ncftp.1.gz
%{_mandir}/man1/ncftpbatch.1.gz
%{_mandir}/man1/ncftpget.1.gz
%{_mandir}/man1/ncftpls.1.gz
%{_mandir}/man1/ncftpput.1.gz
%{_mandir}/man1/ncftpspooler.1.gz
%doc doc/LICENSE.txt
%changelog
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.6-1mamba
- update to 3.2.6
* Mon Jan 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.5-1mamba
- package created using the webbuild interface