- Fix some type mismatches on 64-bit architectures

- Fix checking for res_* on architectures with newer glibc ABI
This commit is contained in:
Miloslav Trmac 2006-03-31 20:46:42 +00:00
parent f8c399f4df
commit 563f683862

View File

@ -4,11 +4,13 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 6.3.3
Release: 1
Release: 2
Requires: smtpdaemon
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
Patch1: fetchmail-6.3.3-types.patch
Patch2: fetchmail-6.3.3-resolv.patch
URL: http://fetchmail.berlios.de/
License: GPL
Group: Applications/Internet
@ -46,6 +48,11 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep
%setup -q
%patch0 -p1 -b .addrconf
%patch1 -p1 -b .types
%patch2 -p1 -b .resolv
# For fetchmail-6.3.3-resolv.patch
autoreconf -f
%build
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@ -83,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 31 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.3-2
- Fix some type mismatches on 64-bit architectures
- Fix checking for res_* on architectures with newer glibc ABI
* Fri Mar 31 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.3-1
- Update to fetchmail-6.3.3