]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- updated to 5.9.9, fetchmail-5_9_9-1
authorkloczek <kloczek@pld-linux.org>
Sun, 10 Mar 2002 12:31:21 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated from64tobits patch,
- use "automake -a -c -f || :" for regenerare build suit.

Changed files:
    fetchmail.spec -> 1.157

fetchmail.spec

index 1089706c2a150dafae799ba554ed32905dd644e3..52178d14b327f1cc4028fe96c57a275162fa067d 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.9.8
+Version:       5.9.9
 Release:       1
 License:       GPL
 Vendor:                Eric S. Raymond <esr@thyrsus.com>
@@ -18,7 +18,6 @@ Source2:      %{name}.sysconfig
 Source3:       %{name}.init
 Source4:       %{name}.logrotate
 Patch0:                %{name}-shroud.patch
-#Patch1:               %{name}-from64tobits.patch
 Icon:          fetchmail.gif
 URL:           http://www.tuxedo.org/~esr/fetchmail/
 BuildRequires: autoconf
@@ -136,13 +135,12 @@ SySV init skrypt do uruchamiania systemowego fetchmaila jako daemon.
 %setup -q
 chmod -R u+w *
 %patch0 -p1
-#%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
 gettextize --copy --force
 aclocal
 autoconf
+automake -a -c -f || :
 %configure \
        --enable-nls \
        --without-included-gettext \
This page took 0.043074 seconds and 4 git commands to generate.