]> git.pld-linux.org Git - packages/lftp.git/blobdiff - lftp.spec
- rebuild with readline 7.0
[packages/lftp.git] / lftp.spec
index f6759aac0ae5c5e1cb2b2b892c672928cdcb2dd5..a984b3fd51e331b28b0b6e8b92565e9212ee18d0 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -4,7 +4,8 @@
 # Conditional build:
 %bcond_without ssl     # do not use SSL
 %bcond_with    gnutls  # use gnutls, otherwise openssl is used when ssl is on
-%bcond_without dante   # Dante-based SOCKS support
+# better just preload it instead forcing linking
+%bcond_with    dante   # Dante-based SOCKS support
 # broken currently https://www.dnssec-tools.org/trac/ticket/173
 %bcond_with    dnssec  # DNSSEC local validation
 #
@@ -22,30 +23,30 @@ 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.4.6
-Release:       1
+Version:       4.7.3
+Release:       2
 License:       GPL v3+
 Group:         Applications/Networking
-Source0:       ftp://ftp.yar.ru/pub/source/lftp/%{name}-%{version}.tar.xz
-# Source0-md5: 4f5c1a35acf0a0ee3b2e47dabd440a0e
+Source0:       http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz
+# Source0-md5: 23deda16014412c802f095fbaa0bebee
 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
+Patch100:      %{name}-git.patch
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-m4.patch
 Patch2:                aliases.patch
-# maintained by me, sent upstream from time to time  --qboosh
+# when updated attach at https://github.com/lavv17/lftp/issues
 Patch3:                %{name}-pl.po-update.patch
-Patch4:                lftp-4.3.8-gets.patch
-Patch5:                %{name}-am.patch
+Patch4:                %{name}-am.patch
 URL:           http://lftp.yar.ru/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 %{?with_dante:BuildRequires:   dante-devel}
 %{?with_dnssec:BuildRequires:  dnssec-tools-devel}
 BuildRequires: expat-devel
-BuildRequires: gettext-devel >= 0.14.2
+BuildRequires: gettext-tools >= 0.14.2
 %{?with_gnutls:BuildRequires:  gnutls-devel >= 1.2.5}
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 1:1.4.2-9
@@ -90,15 +91,14 @@ o arquivo FEATURES para uma lista mais detalhada.
 
 %prep
 %setup -q
+#%patch100 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-# file incorrectly recoded to UTF-8 (input set as iso-8859-1 instead of iso-8859-2)
-iconv -f utf-8 -t iso-8859-1 po/pl.po > po/pl.po.tmp
-mv po/pl.po.tmp po/pl.po
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
+
+%{__rm} po/stamp-po
 
 %{!?with_gnutls:echo 'AC_DEFUN([AM_PATH_LIBGNUTLS],[/bin/true])' > m4/gnutls.m4}
 
This page took 0.030034 seconds and 4 git commands to generate.