- Update to fetchmail-6.3.0
- Remove nohesiod and nokerberos conditionals
This commit is contained in:
parent
8f09e54234
commit
3ac2a3382a
@ -1,2 +1,2 @@
|
|||||||
fetchmail-6.2.9-rc10.tar.bz2
|
fetchmail-6.3.0.tar.bz2
|
||||||
fetchmail-6.2.9-rc10.tar.bz2.asc
|
fetchmail-6.3.0.tar.bz2.asc
|
||||||
|
@ -3,19 +3,17 @@
|
|||||||
|
|
||||||
Summary: A remote mail retrieval and forwarding utility.
|
Summary: A remote mail retrieval and forwarding utility.
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.2.9
|
Version: 6.3.0
|
||||||
Release: 0.1.rc10
|
Release: 1
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-6.2.9-rc10.tar.bz2
|
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
||||||
Source1: http://download.berlios.de/fetchmail/fetchmail-6.2.9-rc10.tar.bz2.asc
|
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
||||||
Patch0: fetchmail-6.2.5-addrconf.patch
|
Patch0: fetchmail-6.2.5-addrconf.patch
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: openssl-devel gettext-devel
|
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel
|
||||||
%{!?nohesiod:BuildRequires: hesiod-devel}
|
|
||||||
%{!?nokerberos:BuildRequires: krb5-devel}
|
|
||||||
%if ! %{fetchmailconf}
|
%if ! %{fetchmailconf}
|
||||||
Obsoletes: fetchmailconf
|
Obsoletes: fetchmailconf
|
||||||
%endif
|
%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.
|
need to have Python and Tk installed in order to use fetchmailconf.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fetchmail-6.2.9-rc10
|
%setup -q
|
||||||
%patch0 -p1 -b .addrconf
|
%patch0 -p1 -b .addrconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||||
%{!?nohesiod:--with-hesiod} \
|
|
||||||
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
|
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
|
||||||
--enable-nls \
|
--enable-nls --with-kerberos --with-kerberos5 --with-gssapi
|
||||||
%{?nokerberos:--without-kerberos --without-kerberos5 --without-kerberos --without-gssapi} \
|
|
||||||
%{!?nokerberos:--with-kerberos --with-kerberos5 --with-kerberos --with-gssapi}
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -88,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 30 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.9-0.1.rc10
|
||||||
- Update to fetchmail-6.2.9-rc10
|
- Update to fetchmail-6.2.9-rc10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user