From: kloczek Date: Wed, 11 Jul 2001 06:45:30 +0000 (+0000) Subject: - updated to 5.8.13, X-Git-Tag: fetchmail-5_8_13-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=7bc7e60735d4c9c501b7788ff323e56f9ec3e115;hp=1472c3be94f15404e4d09503a8414ddba203656c;p=packages%2Ffetchmail.git - updated to 5.8.13, - make ac 2.50 ready: added regenerate ac files. Changed files: fetchmail.spec -> 1.131 --- diff --git a/fetchmail.spec b/fetchmail.spec index db9f958..7de25e3 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -7,7 +7,7 @@ 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.8.12 +Version: 5.8.13 Release: 1 License: GPL Vendor: Eric S. Raymond @@ -23,10 +23,12 @@ Source4: %{name}.logrotate Patch0: %{name}-shroud.patch Icon: fetchmail.gif URL: http://www.tuxedo.org/~esr/fetchmail/ -%{!?_without_ssl:BuildRequires: openssl-devel >= 0.9.6a} -BuildRequires: gettext-devel -BuildRequires: flex +BuildRequires: autoconf +BuildRequires: automake BuildRequires: bison +BuildRequires: flex +BuildRequires: gettext-devel +%{!?_without_ssl:BuildRequires: openssl-devel >= 0.9.6a} BuildRequires: sed Requires: smtpdaemon Requires: setup >= 2.3 @@ -133,10 +135,12 @@ SySV init skrypt do uruchamiania systemowego fetchmaila jako daemon. %prep %setup -q %patch0 -p1 +chmod -R u+w * %build -chmod -R u+w * gettextize --copy --force +aclocal +autoconf %configure \ --enable-nls \ --without-included-gettext \