Accepting request 1150726 from home:dimstar:rpm4.20:f

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150726
OBS-URL: https://build.opensuse.org/package/show/network/ftp?expand=0&rev=7
This commit is contained in:
Marcus Meissner 2024-03-01 12:31:54 +00:00 committed by Git OBS Bridge
parent 1ed2a80fe1
commit 32624e4988
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