diff --git a/ftp.spec b/ftp.spec index 1496f7f..f0d63d5 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,14 +1,15 @@ Summary: The standard UNIX FTP (File Transfer Protocol) client. Name: ftp Version: 0.17 -Release: 11 -Copyright: BSD +Release: 12 +License: BSD Group: Applications/Internet Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}.tar.bz2 Patch1: netkit-ftp-0.17-pre20000412.pasv-security.patch Patch2: netkit-ftp-0.17-acct.patch Patch3: netkit-ftp.usagi-ipv6.patch BuildRoot: /var/tmp/%{name}-root +BuildRequires: gcc, glibc-devel, readline-devel, ncurses-devel %description The ftp package provides the standard UNIX command-line FTP (File @@ -56,6 +57,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man5/netrc.* %changelog +* Mon Jun 25 2001 Bernhard Rosenkraenzer 0.17-12 +- Add some Build dependencies (#45007) + * Fri May 18 2001 Bernhard Rosenkraenzer 0.17-11 - Actually apply Patch #3