]> git.pld-linux.org Git - packages/ftp.git/commitdiff
- release 10 ftp-0_17-10
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:54:48 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge acct, usagi-ipv6 rawhide patches,
- added using %%{__cc} macro.

Changed files:
    ftp.spec -> 1.27

ftp.spec

index ff9d67c9823aca341fcf72390866daa8aca53d8b..5f86620e0276c25d8cb6ab34cef0cedd7247ae0d 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -5,7 +5,7 @@ Summary(pl):    Standardowy klient ftp (file transfer protocol)
 Summary(tr):   Standart UN*X ftp istemcisi
 Name:          ftp
 Version:       0.17
-Release:       8
+Release:       10
 License:       BSD
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
@@ -13,7 +13,8 @@ Group(pl):    Aplikacje/Sieciowe
 Source0:       ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
 Source1:       %{name}.1.pl
 Patch0:                netkit-%{name}-macro-quit.patch
-BuildRequires: ncurses-devel >= 5.2
+Patch1:                netkit-%{name}-acct.patch
+Patch2:                netkit-%{name}-usagi-ipv6.patch
 BuildRequires: readline-devel >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     lukemftp
@@ -51,10 +52,12 @@ iletimi i
 %prep
 %setup -q -n netkit-ftp-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 CFLAGS="%{rpmcflags}" \
-./configure --with-c-compiler=gcc
+./configure --with-c-compiler=%{__cc}
 %{__make}
 
 %install
This page took 0.071318 seconds and 4 git commands to generate.