Accepting request 1153951 from network

OBS-URL: https://build.opensuse.org/request/show/1153951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ftp?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2024-03-03 19:18:45 +00:00 committed by Git OBS Bridge
commit d72c4ecf79
2 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:51:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 6 08:56:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Mon Nov 6 08:56:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -37,17 +37,11 @@ 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.
Authors:
--------
David A. Holland <netbug@ftp.uk.linux.org>
%prep %prep
%setup -n netkit-ftp-%{version} %setup -n netkit-ftp-%{version}
%patch0 %patch -P 0
%patch1 -p2 %patch -P 1 -p2
%patch2 %patch -P 2
%build %build
CFLAGS=$RPM_OPT_FLAGS CC="%__cc" ./configure --without-readline CFLAGS=$RPM_OPT_FLAGS CC="%__cc" ./configure --without-readline