- Update to fetchmail-6.3.0

- Remove nohesiod and nokerberos conditionals
This commit is contained in:
Miloslav Trmac 2005-12-02 17:06:47 +00:00
parent 8f09e54234
commit 3ac2a3382a
3 changed files with 16 additions and 17 deletions

View File

@ -1,2 +1,2 @@
fetchmail-6.2.9-rc10.tar.bz2
fetchmail-6.2.9-rc10.tar.bz2.asc
fetchmail-6.3.0.tar.bz2
fetchmail-6.3.0.tar.bz2.asc

View File

@ -3,19 +3,17 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 6.2.9
Release: 0.1.rc10
Version: 6.3.0
Release: 1
Requires: smtpdaemon
Source0: http://download.berlios.de/fetchmail/fetchmail-6.2.9-rc10.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-6.2.9-rc10.tar.bz2.asc
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
Patch0: fetchmail-6.2.5-addrconf.patch
URL: http://fetchmail.berlios.de/
License: GPL
Group: Applications/Internet
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: openssl-devel gettext-devel
%{!?nohesiod:BuildRequires: hesiod-devel}
%{!?nokerberos:BuildRequires: krb5-devel}
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel
%if ! %{fetchmailconf}
Obsoletes: fetchmailconf
%endif
@ -46,16 +44,13 @@ Install fetchmailconf if you need help configuring fetchmail. You'll
need to have Python and Tk installed in order to use fetchmailconf.
%prep
%setup -q -n fetchmail-6.2.9-rc10
%setup -q
%patch0 -p1 -b .addrconf
%build
%configure --enable-POP3 --enable-IMAP --with-ssl \
%{!?nohesiod:--with-hesiod} \
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
--enable-nls \
%{?nokerberos:--without-kerberos --without-kerberos5 --without-kerberos --without-gssapi} \
%{!?nokerberos:--with-kerberos --with-kerberos5 --with-kerberos --with-gssapi}
--enable-nls --with-kerberos --with-kerberos5 --with-gssapi
make
%install
@ -88,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Dec 2 2005 Miloslav Trmac <mitr@redhat.com> - 6.3.0-1
- Update to fetchmail-6.3.0
- Remove nohesiod and nokerberos conditionals
* Wed Nov 30 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.9-0.1.rc10
- Update to fetchmail-6.2.9-rc10

View File

@ -1,2 +1,2 @@
92ee5104bd0709e361b97b3a33183176 fetchmail-6.2.9-rc10.tar.bz2
5ff62f1f443450da428ff3f0fab0d695 fetchmail-6.2.9-rc10.tar.bz2.asc
b547b59f352af956911ce812773b3976 fetchmail-6.3.0.tar.bz2
16c5d43242cd4941be265d7556b62393 fetchmail-6.3.0.tar.bz2.asc