From 0937d42efbca023da757879b834cad121e8e42dc Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 31 Dec 2002 09:32:32 +0000 Subject: [PATCH] - upgrade to pflogsumm 1.0.6 - add version tracking for pflogsumm - simplify packaging by removing unnecessary top-level directory - fix hard-core configuration part I --- postfix/postfix.spec | 61 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/postfix/postfix.spec b/postfix/postfix.spec index 0b342e0db4..0c5b1c2c93 100644 --- a/postfix/postfix.spec +++ b/postfix/postfix.spec @@ -26,7 +26,7 @@ # package versions %define V_postfix 2.0.0.1 %define V_tls 0.8.12-2.0.0.1-0.9.6h -%define V_pflogsumm 1.0.5 +%define V_pflogsumm 1.0.6 # package options %option with_tls no @@ -48,9 +48,9 @@ Release: 20021231 # list of sources Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz Source1: ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/pfixtls-%{V_tls}.tar.gz -Source2: fsl.postfix +Source2: http://jimsun.linxnet.com/downloads/pflogsumm-%{V_pflogsumm}.tar.gz Source3: etc.tar -Source4: http://jimsun.linxnet.com/downloads/pflogsumm-%{V_pflogsumm}.pl +Source4: fsl.postfix Source5: rc.postfix # build information @@ -92,16 +92,16 @@ Conflicts: sendmail, ssmtp, exim %prep # unpack distribution files - %setup0 -q -c -a 0 + %setup0 -q %if "%{with_tls}" == "yes" %setup1 -q -T -D -a 1 %endif + %setup2 -q -T -D -a 2 %setup3 -q -T -D -a 3 # apply external TLS patches - cd postfix-%{V_postfix} %if "%{with_tls}" == "yes" - %{l_patch} -p1 < ../pfixtls-%{V_tls}/pfixtls.diff + %{l_patch} -p1