OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Dec-2004 15:18:09
Branch: HEAD Handle: 2004120914180900
Modified files:
openpkg-src/postfix postfix.spec
Log:
1. just close a can of worms related to the run-time of %postun (where
the expanded %{l_make} could be no longer existing and just make isn't
allowed by the linter); 2. synchronize sub-dir processing
Summary:
Revision Changes Path
1.212 +4 -4 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.211 -r1.212 postfix.spec
--- openpkg-src/postfix/postfix.spec 6 Dec 2004 16:53:02 -0000 1.211
+++ openpkg-src/postfix/postfix.spec 9 Dec 2004 14:18:09 -0000 1.212
@@ -42,7 +42,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20041206
+Release: 20041209
# package options
%option with_fsl yes
@@ -73,8 +73,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, gcc
PreReq: OpenPKG, openpkg >= 20040130, perl, procmail, perl-time
-BuildPreReq: pcre, db
-PreReq: pcre, db
+BuildPreReq: make, pcre, db
+PreReq: make, pcre, db
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.3.0
PreReq: fsl >= 1.3.0
@@ -415,7 +415,7 @@
%{l_rc} postfix stop 2>/dev/null
rm -f $RPM_INSTALL_PREFIX/var/postfix/log/postfix.log* >/dev/null 2>&1
|| true
# remove generated configuration files
- ( cd $RPM_INSTALL_PREFIX/etc/postfix/; %{l_make} clean >/dev/null 2>&1
|| true ) || true
+ ( cd $RPM_INSTALL_PREFIX/etc/postfix && %{l_make} clean >/dev/null 2>&1;
true ) || true
# remove generated run-time files and directories
rm -rf $RPM_INSTALL_PREFIX/etc/postfix/prng_exch
rm -rf $RPM_INSTALL_PREFIX/var/postfix/pid/*
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]