57 lines
1.3 KiB
RPMSpec
57 lines
1.3 KiB
RPMSpec
|
Name: ncftp
|
||
|
Version: 3.2.5
|
||
|
Release: 1mamba
|
||
|
Summary: A free set of programs that use the File Transfer Protocol
|
||
|
Group: Applications/Netowrking
|
||
|
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.bz2
|
||
|
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
|
||
|
* Mon Jan 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.5-1mamba
|
||
|
- package created using the webbuild interface
|