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