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: 30-Jun-2004 10:52:17
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/postgrey postgrey.spec
Log:
upgrading package: postgrey 1.10 -> 1.11
Summary:
Revision Changes Path
1.10 +10 -4 openpkg-src/postgrey/postgrey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 postgrey.spec
--- openpkg-src/postgrey/postgrey.spec 26 Jun 2004 17:27:40 -0000 1.9
+++ openpkg-src/postgrey/postgrey.spec 30 Jun 2004 08:52:16 -0000 1.10
@@ -33,8 +33,8 @@
Class: EVAL
Group: Mail
License: GPL
-Version: 1.10
-Release: 20040626
+Version: 1.11
+Release: 20040630
# list of sources
Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/postgrey-%{version}.tar.gz
@@ -72,6 +72,7 @@
%build
# build manual page
pod2man postgrey >postgrey.8
+ pod2man contrib/postgrey-report >contrib/postgrey-report.8
# build empty recipient list
echo "" >postgrey_recipient_access
@@ -86,12 +87,17 @@
$RPM_BUILD_ROOT%{l_prefix}/etc/postgrey \
$RPM_BUILD_ROOT%{l_prefix}/var/postgrey
- # install program and manual page
+ # install programs and manual pages
%{l_shtool} install -c -m 755 \
-e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
postgrey $RPM_BUILD_ROOT%{l_prefix}/sbin/
+ %{l_shtool} install -c -m 755 \
+ -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
+ -e 's;/var/spool/postfix/postgrey;%{l_prefix}/var/postgrey;' \
+ contrib/postgrey-report $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 644 \
- postgrey.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
+ postgrey.8 contrib/postgrey-report.8 \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man8/
# install configuration files
%{l_shtool} install -c -m 644 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]