auto-import changelog data from fetchmail-5.5.0-2.src.rpm
Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com> - enable SSL support
This commit is contained in:
parent
1075727993
commit
698c103eaa
@ -1,7 +1,7 @@
|
||||
Summary: A remote mail retrieval and forwarding utility.
|
||||
Name: fetchmail
|
||||
Version: 5.5.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Requires: smtpdaemon
|
||||
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||
Source1: fetchmailconf.1
|
||||
@ -12,6 +12,7 @@ Patch0: fetchmail-5.4.0-krb5fixes.patch
|
||||
Patch1: fetchmail-5.4.3-mda.patch
|
||||
Patch2: fetchmail-5.4.3-makedepend.patch
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
BuildPrereq: openssl-devel
|
||||
%{!?nokerberos:Requires: krb5-libs}
|
||||
%{!?nokerberos:BuildPrereq: krb5-devel}
|
||||
|
||||
@ -48,7 +49,7 @@ need to have python and tk installed in order to use fetchmailconf.
|
||||
autoconf
|
||||
|
||||
%build
|
||||
%configure --enable-pop3 --enable-imap \
|
||||
%configure --enable-pop3 --enable-imap --with-ssl=/usr \
|
||||
--enable-etrn --enable-ntlm \
|
||||
%{?nokerberos:--without-kerberos --without-gssapi} \
|
||||
%{!?nokerberos:--with-kerberos --with-kerberos5=/usr/kerberos --with-gssapi=/usr/kerberos}
|
||||
@ -75,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/fetchmailconf.1*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- enable SSL support
|
||||
|
||||
* Sat Aug 12 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.5.0
|
||||
- change Copyright: to License: GPL
|
||||
|
Loading…
Reference in New Issue
Block a user