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
|
%define fetchmailconf 0
|
||||||
|
|
||||||
Summary: A remote mail retrieval and forwarding utility.
|
Summary: A remote mail retrieval and forwarding utility.
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 5.9.0
|
Version: 6.2.0
|
||||||
Release: 21.8.0
|
Release: 3
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||||
Source1: fetchmailconf.1
|
Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
||||||
Patch0: fetchmail-configure.patch
|
Source2: fetchmailconf.1
|
||||||
Patch1: fetchmail-5.9.0-trusty.patch
|
Patch: fetchmail-6.2.0-krb5-config.patch
|
||||||
Patch2: fetchmail-5.9.0-codebits.patch
|
|
||||||
Patch3: fetchmail-5.9.0-heap.patch
|
|
||||||
URL: http://www.tuxedo.org/~esr/fetchmail/
|
URL: http://www.tuxedo.org/~esr/fetchmail/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: autoconf, automake, hesiod-devel, openssl-devel
|
BuildPrereq: hesiod-devel, openssl-devel
|
||||||
%{!?nokerberos:BuildPrereq: krb5-devel}
|
%{!?nokerberos:BuildPrereq: krb5-devel}
|
||||||
%if ! %{fetchmailconf}
|
%if ! %{fetchmailconf}
|
||||||
Obsoletes: fetchmailconf
|
Obsoletes: fetchmailconf
|
||||||
@ -47,16 +46,13 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .configure
|
%patch0 -p1 -b .krb5-config
|
||||||
%patch1 -p1 -b .trusty
|
autoconf
|
||||||
%patch2 -p1 -b .codebits
|
|
||||||
%patch3 -p1 -b .heap
|
|
||||||
aclocal
|
|
||||||
autoconf -f
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
LDFLAGS="-L%{_libdir} -L/usr/kerberos/%{_lib}"; export LDFLAGS
|
||||||
LIBS=-ldl; export LIBS
|
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 \
|
--enable-ETRN --enable-NTLM --enable-nls --enable-inet6 \
|
||||||
%{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \
|
%{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \
|
||||||
%{!?nokerberos:--with-kerberos --with-kerberos5=/usr/kerberos --with-gssapi=/usr/kerberos}
|
%{!?nokerberos:--with-kerberos --with-kerberos5=/usr/kerberos --with-gssapi=/usr/kerberos}
|
||||||
@ -65,8 +61,12 @@ make
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1
|
%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*
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
|
||||||
install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/
|
%endif
|
||||||
|
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
@ -87,23 +87,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-21.8.0
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- add patch for e-matters heap overflow
|
- rebuilt
|
||||||
|
|
||||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-21
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-2
|
||||||
- rebuild for RHL 8.0
|
- rebuild
|
||||||
|
|
||||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-20
|
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-1
|
||||||
- rebuild for RHL 7.2/7.3
|
- update to 6.2.0
|
||||||
|
|
||||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-19
|
* Mon Nov 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.2-1
|
||||||
- rebuild for RHL 7/7.1
|
- update to 6.1.2
|
||||||
|
|
||||||
* Wed Oct 2 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-18
|
* Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.0-1
|
||||||
- rebuild for RHL 6.2
|
- 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
|
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- include patch to fix http://security.e-matters.de/advisories/032002.html
|
- update to 6.0.0
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user