]> git.pld-linux.org Git - packages/fetchmail.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:17 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchmail.spec -> 1.119

fetchmail.spec

index 6c5e1f1cc293d21c4f6a263856b2527b941fd76c..3de2f01620662c8ace31e9290865b045be4c7a9d 100644 (file)
@@ -23,7 +23,7 @@ Source4:      %{name}.logrotate
 Patch0:                %{name}-shroud.patch
 Icon:          fetchmail.gif
 URL:           http://www.tuxedo.org/~esr/fetchmail/
-%{!?bcond_off_ssl:BuildRequires:       openssl-devel >= 0.9.6a}
+%{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRequires: gettext-devel
 BuildRequires: flex
 BuildRequires: bison
@@ -144,8 +144,8 @@ gettextize --copy --force
        --enable-RPA \
        --enable-NTLM \
        --enable-SDPS \
-       %{!?bcond_off_ssl:--with-ssl=%{_prefix}} \
-       %{?bcond_off_ssl:--without-ssl} \
+       %{!?_without_ssl:--with-ssl=%{_prefix}} \
+       %{?_without_ssl:--without-ssl} \
        --without-kerberos
 %{__make}
 
This page took 0.045685 seconds and 4 git commands to generate.