auto-import changelog data from fetchmail-5.8.17-1.src.rpm
Thu Aug 09 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.17, candidate for 5.9.0 Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.14 Fri Jul 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.12 Mon Jul 02 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.11 Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - fetchmailconf should depend on tkinter (#42156) Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.8 Tue Jun 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.7 Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.6, which approaches a 5.9.0 Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.5 Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.4 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - rebuild in new environment Tue Apr 17 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 5.8.1, which includes patches we were using
This commit is contained in:
parent
4d745d473d
commit
cbe438437b
@ -1 +1 @@
|
||||
fetchmail-5.7.4.tar.gz
|
||||
fetchmail-5.8.17.tar.gz
|
||||
|
@ -1,14 +1,11 @@
|
||||
Summary: A remote mail retrieval and forwarding utility.
|
||||
Name: fetchmail
|
||||
Version: 5.7.4
|
||||
Release: 4
|
||||
Version: 5.8.17
|
||||
Release: 1
|
||||
Requires: smtpdaemon
|
||||
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||
Source1: fetchmailconf.1
|
||||
Patch0: fetchmail-5.7.4-nospambounce.patch
|
||||
Patch1: fetchmail-5.7.5-auth.patch
|
||||
Patch2: fetchmail-5.8.0-auth.patch
|
||||
Patch3: fetchmail-5.8.0-auth-password.patch
|
||||
Patch: fetchmail-configure.patch
|
||||
URL: http://www.tuxedo.org/~esr/fetchmail/
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
@ -20,36 +17,36 @@ BuildPrereq: openssl-devel
|
||||
%package -n fetchmailconf
|
||||
Summary: A GUI utility for configuring your fetchmail preferences.
|
||||
Group: Applications/Internet
|
||||
Requires: python, tk, fetchmail = %{version}
|
||||
Requires: python, tk, tkinter, fetchmail = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||
for use over on-demand TCP/IP links, like SLIP or PPP connections.
|
||||
Fetchmail supports every remote-mail protocol currently in use on the
|
||||
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for
|
||||
retrieval. Then Fetchmail forwards the mail through SMTP, so you can
|
||||
read it through your favorite mail client.
|
||||
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN, IPv6,
|
||||
and IPSEC) for retrieval. Then Fetchmail forwards the mail through
|
||||
SMTP so you can read it through your favorite mail client.
|
||||
|
||||
Install fetchmail if you need to retrieve mail over SLIP or PPP
|
||||
connections.
|
||||
|
||||
%description -n fetchmailconf
|
||||
Fetchmailconf is a Tcl/Tk GUI application which edits your
|
||||
.fetchmailrc file, in order to configure the fetchmail mail retrieval
|
||||
Fetchmailconf is a Tcl/Tk GUI application that edits your .fetchmailrc
|
||||
file in order to configure the fetchmail mail retrieval
|
||||
program. Fetchmail's numerous options may be confusing to new users,
|
||||
but fetchmailconf may help to clear up the confusion.
|
||||
so fetchmailconf may help to clear up the confusion.
|
||||
|
||||
Install fetchmailconf if you need help configuring fetchmail. You'll
|
||||
need to have python and tk installed in order to use fetchmailconf.
|
||||
need to have Python and Tk installed in order to use fetchmailconf.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .nospambounce
|
||||
%patch1 -p1 -b .auth
|
||||
%patch2 -p1 -b .auth2
|
||||
%patch3 -p1 -b .auth-password
|
||||
%patch -p1
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
%build
|
||||
LIBS=-ldl; export LIBS
|
||||
%configure --enable-pop3 --enable-imap --with-ssl=/usr \
|
||||
--enable-etrn --enable-ntlm --enable-nls --enable-inet6 \
|
||||
%{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \
|
||||
@ -79,6 +76,42 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/fetchmailconf.1*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.17, candidate for 5.9.0
|
||||
|
||||
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.14
|
||||
|
||||
* Fri Jul 6 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.12
|
||||
|
||||
* Mon Jul 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.11
|
||||
|
||||
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fetchmailconf should depend on tkinter (#42156)
|
||||
|
||||
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.8
|
||||
|
||||
* Tue Jun 19 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.7
|
||||
|
||||
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.6, which approaches a 5.9.0
|
||||
|
||||
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.5
|
||||
|
||||
* Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.4
|
||||
|
||||
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- rebuild in new environment
|
||||
|
||||
* Tue Apr 17 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 5.8.1, which includes patches we were using
|
||||
|
||||
* Wed Apr 4 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fix handling of "any" authentication (#32527)
|
||||
- accept more arguments to --auth
|
||||
|
Loading…
Reference in New Issue
Block a user