SHA256
1
0
forked from pool/ftp
OBS User unknown 2007-03-29 09:58:46 +00:00 committed by Git OBS Bridge
parent d430e05553
commit a51915b054
2 changed files with 26 additions and 18 deletions

View File

@ -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 Wed Jan 25 21:36:04 CET 2006 - mls@suse.de

View File

@ -1,11 +1,11 @@
# #
# spec file for package ftp (Version 0.17) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # 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 # norootforbuild
@ -13,20 +13,21 @@
Name: ftp Name: ftp
URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit
Prefix: /usr Prefix: /usr
License: BSD License: BSD License and BSD-like
BuildRequires: ncurses-devel
Group: Productivity/Networking/Ftp/Clients Group: Productivity/Networking/Ftp/Clients
Conflicts: lukemftp Conflicts: lukemftp
Autoreqprov: on Autoreqprov: on
Version: 0.17 Version: 0.17
Release: 539 Release: 578
Summary: The standard UNIX FTP client Summary: The Standard UNIX FTP Client
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: netkit-ftp-%{version}.tar.bz2 Source: netkit-ftp-%{version}.tar.bz2
Patch: netkit-ftp-%{version}.dif Patch: netkit-ftp-%{version}.dif
Patch1: ipv6-usagi-20010122.diff Patch1: ipv6-usagi-20010122.diff
%description %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 the file transfer protocol, which is a widely used Internet protocol
for transferring files. for transferring files.
@ -67,7 +68,9 @@ fi
%doc %{_mandir}/man1/pftp.1.gz %doc %{_mandir}/man1/pftp.1.gz
%doc %{_mandir}/man5/netrc.5.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 * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - schwab@suse.de * Fri Jan 13 2006 - schwab@suse.de