auto-import changelog data from fetchmail-5.9.0-11.src.rpm
Wed May 01 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-11 - rebuild Wed May 01 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-10 - reject bogusly large message counts on 64-bit systems, too Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-8 - configure with --enable-NTLM, not --enable-ntlm, ditto for ETRN, POP3, IMAP Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> - add patch to reject bogusly large message counts, backported from 5.9.10 - build for RHL 6.2 errata
This commit is contained in:
parent
913ac84996
commit
01f397bae3
@ -1,11 +1,12 @@
|
||||
Summary: A remote mail retrieval and forwarding utility.
|
||||
Name: fetchmail
|
||||
Version: 5.9.0
|
||||
Release: 5
|
||||
Release: 11
|
||||
Requires: smtpdaemon
|
||||
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||
Source1: fetchmailconf.1
|
||||
Patch: fetchmail-configure.patch
|
||||
Patch0: fetchmail-configure.patch
|
||||
Patch1: fetchmail-5.9.0-trusty.patch
|
||||
URL: http://www.tuxedo.org/~esr/fetchmail/
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
@ -40,14 +41,15 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch0 -p1 -b .configure
|
||||
%patch1 -p1 -b .trusty
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
%build
|
||||
LIBS=-ldl; export LIBS
|
||||
%configure --enable-pop3 --enable-imap --with-ssl=/usr \
|
||||
--enable-etrn --enable-ntlm --enable-nls --enable-inet6 \
|
||||
%configure --enable-POP3 --enable-IMAP --with-ssl=/usr \
|
||||
--enable-ETRN --enable-NTLM --enable-nls --enable-inet6 \
|
||||
%{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \
|
||||
%{!?nokerberos:--with-kerberos --with-kerberos5=/usr/kerberos --with-gssapi=/usr/kerberos}
|
||||
make
|
||||
@ -75,6 +77,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/fetchmailconf.1*
|
||||
|
||||
%changelog
|
||||
* Wed May 1 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-11
|
||||
- rebuild
|
||||
|
||||
* Wed May 1 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-10
|
||||
- reject bogusly large message counts on 64-bit systems, too
|
||||
|
||||
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-8
|
||||
- configure with --enable-NTLM, not --enable-ntlm, ditto for ETRN, POP3, IMAP
|
||||
|
||||
* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- add patch to reject bogusly large message counts, backported from 5.9.10
|
||||
- build for RHL 6.2 errata
|
||||
|
||||
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-5
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user