auto-import changelog data from fetchmail-6.2.0-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-2 - rebuild
This commit is contained in:
parent
a9ffc66c8e
commit
51c3d02122
@ -1 +1 @@
|
||||
fetchmail-5.9.0.tar.gz
|
||||
fetchmail-6.2.0.tar.gz
|
||||
|
@ -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 <nalin@redhat.com> 5.9.0-21.8.0
|
||||
- add patch for e-matters heap overflow
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-21
|
||||
- rebuild for RHL 8.0
|
||||
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-2
|
||||
- rebuild
|
||||
|
||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-20
|
||||
- rebuild for RHL 7.2/7.3
|
||||
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-1
|
||||
- update to 6.2.0
|
||||
|
||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-19
|
||||
- rebuild for RHL 7/7.1
|
||||
* Mon Nov 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.2-1
|
||||
- update to 6.1.2
|
||||
|
||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-18
|
||||
- rebuild for RHL 6.2
|
||||
* Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 5.9.0-17
|
||||
- include patch to fix http://security.e-matters.de/advisories/032002.html
|
||||
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 6.0.0
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user