parent
f4f85763b6
commit
2337ce1506
@ -3,7 +3,7 @@
|
||||
Summary: A remote mail retrieval and forwarding utility.
|
||||
Name: fetchmail
|
||||
Version: 6.2.5
|
||||
Release: 7
|
||||
Release: 8
|
||||
Requires: smtpdaemon
|
||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.gz
|
||||
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
||||
@ -15,6 +15,7 @@ Patch3: fetchmail-6.2.5-popcapa.patch
|
||||
Patch4: fetchmail-6.2.5-addrconf.patch
|
||||
Patch5: fetchmail-6.2.5-recent-after-expunge.patch
|
||||
Patch6: fetchmail-6.2.5-krb5.patch
|
||||
Patch7: fetchmail-6.2.5-arpop.patch
|
||||
URL: http://fetchmail.berlios.de/
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
@ -60,11 +61,12 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
||||
%patch4 -p1 -b .addrconf
|
||||
%patch5 -p1 -b .recent-after-expunge
|
||||
%patch6 -p1 -b .krb5
|
||||
%patch7 -p1 -b .arpop
|
||||
|
||||
autoheader
|
||||
autoconf
|
||||
|
||||
%build
|
||||
LIBS=-ldl; export LIBS
|
||||
%configure --enable-POP3 --enable-IMAP --with-ssl=auto \
|
||||
%{!?nohesiod:--with-hesiod=auto} \
|
||||
--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
|
||||
@ -75,7 +77,7 @@ make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}/man1
|
||||
install -m644 $RPM_SOURCE_DIR/fetchmailconf.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||
|
||||
%if ! %{fetchmailconf}
|
||||
@ -102,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 7 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5-8
|
||||
- Fix APOP and RPOP (#127315)
|
||||
- Don't link to libdl
|
||||
|
||||
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-7
|
||||
- stop using one of the libkrb5 private functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user