From: Artur Frysiak Date: Thu, 24 Feb 2000 07:31:00 +0000 (+0000) Subject: - updated to 5.3.0 X-Git-Tag: fetchmail-5_3_0-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=5bdb571565b29f2cd6ffb96889344e9c9a457aaf;p=packages%2Ffetchmail.git - updated to 5.3.0 Changed files: fetchmail.spec -> 1.49 --- diff --git a/fetchmail.spec b/fetchmail.spec index 48cf177..c4eea15 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -7,8 +7,8 @@ Summary(pl): Zdalny demon pocztowy do protoko Summary(pt): Busca mensagens de um servidor usando POP ou IMAP Summary(tr): POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yazýlýmý Name: fetchmail -Version: 5.2.8 -Release: 2 +Version: 5.3.0 +Release: 1 Copyright: freely redistributable Group: Applications/Mail Group(pl): Aplikacje/Poczta @@ -16,8 +16,8 @@ Group(pt): Aplica Vendor: Eric S. Raymond Source0: ftp://locke.ccil.org/pub/esr/fetchmail/%{name}-%{version}.tar.gz Source1: fetchmailconf.desktop -Patch1: fetchmail-DESTDIR.patch -Patch2: fetchmail-kport.patch +Patch0: fetchmail-DESTDIR.patch +Patch1: fetchmail-IPv6.patch Icon: fetchmail.gif URL: http://www.tuxedo.org/~esr/fetchmail/ BuildRequires: openssl-devel >= 0.9.4-2 @@ -105,11 +105,11 @@ GUI konfigurator do fetchmaila napisany w pythonie. %prep %setup -q -%patch1 -p0 -%patch2 -p1 +%patch0 -p0 +%patch1 -p1 %build -chmod +w aclocal.m4 +chmod -R u+w * gettextize --copy --force aclocal autoconf @@ -119,6 +119,9 @@ CFLAGS="$RPM_OPT_FLAGS -DSSL_ENABLE" --enable-nls \ --without-included-gettext \ --enable-inet6 \ + --enable-RPA \ + --enable-NTLM \ + --enable-SDPS \ --with-ssl=/usr make