2024-01-06 07:33:32 +01:00
|
|
|
Name: ncftp
|
2024-01-06 07:33:32 +01:00
|
|
|
Version: 3.2.6
|
2024-01-06 07:33:32 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A free set of programs that use the File Transfer Protocol
|
2024-01-06 07:33:32 +01:00
|
|
|
Group: Applications/Networking
|
2024-01-06 07:33:32 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.ncftp.com/
|
2024-01-06 07:33:32 +01:00
|
|
|
Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.xz
|
2024-01-06 07:33:32 +01:00
|
|
|
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
|
2024-01-06 07:33:32 +01:00
|
|
|
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.6-1mamba
|
|
|
|
- update to 3.2.6
|
|
|
|
|
2024-01-06 07:33:32 +01:00
|
|
|
* Mon Jan 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.5-1mamba
|
|
|
|
- package created using the webbuild interface
|