OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jul-2002 19:49:55
Branch: HEAD Handle: 2002071818495400
Modified files:
openpkg-src/postfix postfix.spec
Log:
adjusted installation to avoid file name conflicts with Cyrus imapd
Summary:
Revision Changes Path
1.73 +6 -1 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
Index: openpkg-src/postfix/postfix.spec
============================================================
$ cvs diff -u -r1.72 -r1.73 postfix.spec
--- openpkg-src/postfix/postfix.spec 5 Jul 2002 16:50:39 -0000 1.72
+++ openpkg-src/postfix/postfix.spec 18 Jul 2002 17:49:54 -0000 1.73
@@ -46,7 +46,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20020705
+Release: 20020718
# list of sources
Source0:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz
@@ -249,6 +249,11 @@
-e 's;@l_musr@;%{l_musr};g' \
-e 's;@l_mgrp@;%{l_mgrp};g' \
%{SOURCE rc.postfix} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
+
+ # adjust installation to avoid file name conflicts
+ ( cd $RPM_BUILD_ROOT%{l_prefix}/man/man8
+ mv master.8 postfix_master.8
+ )
# generate file list
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]