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