]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- updated to 5.8.13, fetchmail-5_8_13-1
authorkloczek <kloczek@pld-linux.org>
Wed, 11 Jul 2001 06:45:30 +0000 (06:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make ac 2.50 ready: added regenerate ac files.

Changed files:
    fetchmail.spec -> 1.131

fetchmail.spec

index db9f9581d38680819c0dc1f1b2281236784111b2..7de25e34a8b9e331505e46c81c90e0d6f5f8c379 100644 (file)
@@ -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 <esr@thyrsus.com>
@@ -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 \
This page took 0.035719 seconds and 4 git commands to generate.