]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- rel 2; test suite uses network, so disable it auto/th/lftp-4.8.3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Oct 2017 11:50:32 +0000 (13:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Oct 2017 11:50:32 +0000 (13:50 +0200)
lftp.spec

index f90d8edf725170059487a7d21d2b638e40b38ccc..e6549903b4238b0fdd6b453219c5c2f084f4f65c 100644 (file)
--- 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
This page took 0.073042 seconds and 4 git commands to generate.