From 51c3d021224a77f6a6a1bb2292e3f74814672342 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:45:19 +0000 Subject: [PATCH] auto-import changelog data from fetchmail-6.2.0-3.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Tue Jan 07 2003 Nalin Dahyabhai 6.2.0-2 - rebuild --- .cvsignore | 2 +- fetchmail.spec | 59 +++++++++++++++++++++++++------------------------- sources | 2 +- 3 files changed, 32 insertions(+), 31 deletions(-) diff --git a/.cvsignore b/.cvsignore index 009599e..71f86bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fetchmail-5.9.0.tar.gz +fetchmail-6.2.0.tar.gz diff --git a/fetchmail.spec b/fetchmail.spec index a3d30b4..f63f03f 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,20 +1,19 @@ %define fetchmailconf 0 + Summary: A remote mail retrieval and forwarding utility. Name: fetchmail -Version: 5.9.0 -Release: 21.8.0 +Version: 6.2.0 +Release: 3 Requires: smtpdaemon -Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz -Source1: fetchmailconf.1 -Patch0: fetchmail-configure.patch -Patch1: fetchmail-5.9.0-trusty.patch -Patch2: fetchmail-5.9.0-codebits.patch -Patch3: fetchmail-5.9.0-heap.patch +Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz +Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc +Source2: fetchmailconf.1 +Patch: fetchmail-6.2.0-krb5-config.patch URL: http://www.tuxedo.org/~esr/fetchmail/ License: GPL Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: autoconf, automake, hesiod-devel, openssl-devel +BuildPrereq: hesiod-devel, openssl-devel %{!?nokerberos:BuildPrereq: krb5-devel} %if ! %{fetchmailconf} Obsoletes: fetchmailconf @@ -47,16 +46,13 @@ need to have Python and Tk installed in order to use fetchmailconf. %prep %setup -q -%patch0 -p1 -b .configure -%patch1 -p1 -b .trusty -%patch2 -p1 -b .codebits -%patch3 -p1 -b .heap -aclocal -autoconf -f +%patch0 -p1 -b .krb5-config +autoconf %build +LDFLAGS="-L%{_libdir} -L/usr/kerberos/%{_lib}"; export LDFLAGS LIBS=-ldl; export LIBS -%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \ +%configure --enable-POP3 --enable-IMAP --with-ssl=auto --with-hesiod=auto \ --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} @@ -65,8 +61,12 @@ make %install rm -rf $RPM_BUILD_ROOT %makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1 +install -m644 $RPM_SOURCE_DIR/fetchmailconf.1 $RPM_BUILD_ROOT%{_mandir}/man1/ + +%if ! %{fetchmailconf} +rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf* rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1* -install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/ +%endif %find_lang %name @@ -87,23 +87,24 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Fri Dec 13 2002 Nalin Dahyabhai 5.9.0-21.8.0 -- add patch for e-matters heap overflow +* Wed Jan 22 2003 Tim Powers +- rebuilt -* Wed Oct 2 2002 Nalin Dahyabhai 5.9.0-21 -- rebuild for RHL 8.0 +* Tue Jan 7 2003 Nalin Dahyabhai 6.2.0-2 +- rebuild -* Wed Oct 2 2002 Nalin Dahyabhai 5.9.0-20 -- rebuild for RHL 7.2/7.3 +* Fri Dec 13 2002 Nalin Dahyabhai 6.2.0-1 +- update to 6.2.0 -* Wed Oct 2 2002 Nalin Dahyabhai 5.9.0-19 -- rebuild for RHL 7/7.1 +* Mon Nov 4 2002 Nalin Dahyabhai 6.1.2-1 +- update to 6.1.2 -* Wed Oct 2 2002 Nalin Dahyabhai 5.9.0-18 -- rebuild for RHL 6.2 +* Fri Oct 4 2002 Nalin Dahyabhai 6.1.0-1 +- add -L/usr/kerberos/%{_lib} to LDFLAGS so that the Kerberos libraries will + be found again -* Mon Sep 30 2002 Nalin Dahyabhai 5.9.0-17 -- include patch to fix http://security.e-matters.de/advisories/032002.html +* Wed Sep 25 2002 Nalin Dahyabhai +- update to 6.0.0 * Fri Jun 21 2002 Tim Powers - automated rebuild diff --git a/sources b/sources index 7c81293..ec89d3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bfe6faa6c668d82d5bf67ea3478df68 fetchmail-5.9.0.tar.gz +1242753944ad242bb4312af6be08b810 fetchmail-6.2.0.tar.gz