]> git.pld-linux.org Git - packages/ftp.git/blobdiff - ftp.spec
- release 10
[packages/ftp.git] / 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.057339 seconds and 4 git commands to generate.