[packages/lftp] - rel 2; test suite uses network, so disable it
arekm
arekm at pld-linux.org
Tue Oct 17 13:50:38 CEST 2017
commit 9acf6ec84cc28530abceb796d6a58906695298bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Oct 17 13:50:32 2017 +0200
- rel 2; test suite uses network, so disable it
lftp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lftp.spec b/lftp.spec
index f90d8ed..e654990 100644
--- a/lftp.spec
+++ b/lftp.spec
@@ -2,7 +2,7 @@
# - package itself defaults to GNUTLS (prefferring over openssl) should we too?
#
# Conditional build:
-%bcond_without tests
+%bcond_with tests
%bcond_without ssl # do not use SSL
%bcond_with gnutls # use gnutls, otherwise openssl is used when ssl is on
# better just preload it instead forcing linking
@@ -25,7 +25,7 @@ Summary(pt_BR.UTF-8): Sofisticado programa de transferência de arquivos (client
Summary(zh_CN.UTF-8): lftp 客户端程序
Name: lftp
Version: 4.8.3
-Release: 1
+Release: 2
License: GPL v3+
Group: Applications/Networking
Source0: https://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz
@@ -117,7 +117,7 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
%{__make}
-%{?with_tests:%{__make} -j1 check}
+%{?with_tests:%{__make} check}
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lftp.git/commitdiff/9acf6ec84cc28530abceb796d6a58906695298bb
More information about the pld-cvs-commit
mailing list