]> git.pld-linux.org Git - packages/lftp.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:27 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lftp.spec -> 1.96

lftp.spec

index 354c4e0545ed1f835ac38fb72fd9ec3a422f826b..3bcda7dae053e7ffba59f9d46ed00c63aa0fc791 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# bcond_off_ssl - do not use SSL
+# _without_ssl - do not use SSL
 #
 Summary:       Commandline ftp client
 Summary(pl):   Zaawansowany klient ftp
@@ -21,7 +21,7 @@ BuildRequires:        ncurses-devel >= 5.2
 BuildRequires: readline-devel >= 4.2
 BuildRequires: gettext-devel
 BuildRequires: gcc-c++
-%{!??bcond_off_ssl:BuildRequires:      openssl-devel >= 0.9.6a}
+%{!??_without_ssl:BuildRequires:       openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -57,7 +57,7 @@ automake -a -c
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
 %configure \
        --with-modules \
-       --with%{?bcond_off_ssl:out}-ssl
+       --with%{?_without_ssl:out}-ssl
 %{__make}
 
 %install
This page took 0.083978 seconds and 4 git commands to generate.