diff --git a/ftp.changes b/ftp.changes index 3d25d46..bd9e9ab 100644 --- a/ftp.changes +++ b/ftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 11:11:58 CEST 2007 - meissner@suse.de + +- added ncurses-devel + ------------------------------------------------------------------- Wed Jan 25 21:36:04 CET 2006 - mls@suse.de diff --git a/ftp.spec b/ftp.spec index 6e11b7f..29dd166 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,32 +1,33 @@ # # spec file for package ftp (Version 0.17) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: ftp -URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit -Prefix: /usr -License: BSD -Group: Productivity/Networking/Ftp/Clients -Conflicts: lukemftp -Autoreqprov: on -Version: 0.17 -Release: 539 -Summary: The standard UNIX FTP client -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: netkit-ftp-%{version}.tar.bz2 -Patch: netkit-ftp-%{version}.dif -Patch1: ipv6-usagi-20010122.diff +Name: ftp +URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit +Prefix: /usr +License: BSD License and BSD-like +BuildRequires: ncurses-devel +Group: Productivity/Networking/Ftp/Clients +Conflicts: lukemftp +Autoreqprov: on +Version: 0.17 +Release: 578 +Summary: The Standard UNIX FTP Client +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: netkit-ftp-%{version}.tar.bz2 +Patch: netkit-ftp-%{version}.dif +Patch1: ipv6-usagi-20010122.diff %description -This package provides the standard UNIX command-line FTP client. FTP is +This package provides the standard UNIX command line FTP client. FTP is the file transfer protocol, which is a widely used Internet protocol for transferring files. @@ -67,7 +68,9 @@ fi %doc %{_mandir}/man1/pftp.1.gz %doc %{_mandir}/man5/netrc.5.gz -%changelog -n ftp +%changelog +* Thu Mar 29 2007 - meissner@suse.de +- added ncurses-devel * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 13 2006 - schwab@suse.de