Summary: Improved console FTP client Name: ncftp Version: 3.2.4 Release: 1 License: Artistic clarified Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source0: ftp://ftp.ncftp.com/%{name}/%{name}-%{version}-src.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Ncftp is an improved FTP client. Ncftp's improvements include support for command line editing, command histories, recursive gets, automatic anonymous logins, and more. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_prefix} make DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc README* doc/html/ %doc doc/CHANGELOG.txt doc/FIREWALLS_AND_PROXIES.txt doc/LICENSE.txt %doc doc/READLINE.txt doc/what_changed_between_v2_v3.txt %{_bindir}/* %{_mandir}/man1/* /usr/bin/* %changelog * Fri Sep 03 2010 Michael Perzl - 3.2.4-1 - updated to version 3.2.4 * Tue Jan 19 2010 Michael Perzl - 3.2.3-1 - updated to version 3.2.3 * Wed Aug 13 2008 Michael Perzl - 3.2.2-1 - updated to version 3.2.2 * Mon May 19 2008 Michael Perzl - 3.2.1-1 - first version for AIX V5.1 and higher