]> git.pld-linux.org Git - packages/lftp.git/blobdiff - lftp.spec
- up to 4.4.2; enable DNSSEC validation; enable socks support
[packages/lftp.git] / lftp.spec
index 1a49576efef19d74af2dc8293510a6d17a291c8c..647c71dbc947cf32df219df57b97170a657130c4 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -19,24 +19,28 @@ Summary(pl.UTF-8):  Zaawansowany klient FTP/HTTP
 Summary(pt_BR.UTF-8):  Sofisticado programa de transferência de arquivos (cliente FTP/HTTP)
 Summary(zh_CN.UTF-8):  lftp 客户端程序
 Name:          lftp
-Version:       4.3.0
+Version:       4.4.2
 Release:       1
 License:       GPL v3+
 Group:         Applications/Networking
 Source0:       http://ftp.yars.free.net/pub/source/lftp/%{name}-%{version}.tar.xz
-# Source0-md5: ae32e290b096d50856129b45a99411dc
+# Source0-md5: 3c9411d859e1df9c09d3de0f32774cf3
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: cdad8fb5342eebd9916eccefc98a855b
 Source2:       %{name}.desktop
 Source3:       %{name}-icon.png
-# outdated and nobody cared for 8+ years... will be dropped
-Patch0:                %{name}-home_etc.patch
-Patch1:                %{name}-makefile.patch
-Patch2:                %{name}-m4.patch
-Patch3:                aliases.patch
+Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-m4.patch
+Patch2:                aliases.patch
+# maintained by me, sent upstream from time to time  --qboosh
+Patch3:                %{name}-pl.po-update.patch
+Patch4:                lftp-4.3.8-gets.patch
 URL:           http://lftp.yar.ru/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
+BuildRequires: dante-devel
+BuildRequires: dnssec-tools-devel
+BuildRequires: expat-devel
 BuildRequires: gettext-devel >= 0.14.2
 %{?with_gnutls:BuildRequires:  gnutls-devel >= 1.2.5}
 BuildRequires: libstdc++-devel
@@ -82,10 +86,11 @@ o arquivo FEATURES para uma lista mais detalhada.
 
 %prep
 %setup -q
-#%%patch0 -p1
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+#%patch3 -p1
+%patch4 -p1
 
 %{!?with_gnutls:echo 'AC_DEFUN([AM_PATH_LIBGNUTLS],[/bin/true])' > m4/gnutls.m4}
 
@@ -97,7 +102,10 @@ o arquivo FEATURES para uma lista mais detalhada.
 %{__automake}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure \
+       --without-included-regex \
+       --with-dnssec-local-validation \
        --with-modules \
+       --with-socksdante \
        --with%{!?with_openssl:out}-openssl \
        --with%{!?with_gnutls:out}-gnutls
 
This page took 0.027162 seconds and 4 git commands to generate.