]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- updated to 5.6.3, fetchmail-5_6_3-1
authorkloczek <kloczek@pld-linux.org>
Thu, 8 Feb 2001 05:49:36 +0000 (05:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added bcond_off_ssl.

Changed files:
    fetchmail.spec -> 1.91

fetchmail.spec

index 300bc4b89096baccb86c58a76f0aabf72cdf9b68..01f2eb9e7f51ac98515460f8bbece1e13d8d9455 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Zdalny demon pocztowy do protoko
 Summary(pt):   Busca mensagens de um servidor usando POP ou IMAP
 Summary(tr):   POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yazýlýmý
 Name:          fetchmail
-Version:       5.6.2
+Version:       5.6.3
 Release:       1
 License:       GPL
 Group:         Applications/Mail
@@ -21,7 +21,7 @@ Source2:      %{name}.sysconfig
 Source3:       %{name}.init
 Icon:          fetchmail.gif
 URL:           http://www.tuxedo.org/~esr/fetchmail/
-BuildRequires: openssl-devel >= 0.9.4-2
+%{!?bcond_off_ssl:BuildRequires:       openssl-devel >= 0.9.4-2}
 BuildRequires: gettext-devel
 BuildRequires: flex
 BuildRequires: bison
@@ -133,7 +133,6 @@ SySV init skrypt do uruchamiania systemowego fetchmaila jako daemon.
 %build
 chmod -R u+w *
 gettextize --copy --force
-CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ENABLE"
 %configure \
        --enable-nls \
        --without-included-gettext \
@@ -141,7 +140,8 @@ CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ENABLE"
        --enable-RPA \
        --enable-NTLM \
        --enable-SDPS \
-       --with-ssl=%{_prefix} \
+       %{!?bcond_off_ssl:--with-ssl=%{_prefix}} \
+       %{?bcond_off_ssl:--without-ssl} \
        --without-kerberos
 %{__make}
 
This page took 0.027754 seconds and 4 git commands to generate.