OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Apr-2004 11:29:08
Branch: HEAD Handle: 2004042110290800
Modified files:
openpkg-src/perl-kolab perl-kolab.spec
Log:
adopt chown replacement from kolab package to enable Kolab::Conf to
work on FreeBSD (bug reported by Alexander Ehlers)
Summary:
Revision Changes Path
1.9 +4 -1 openpkg-src/perl-kolab/perl-kolab.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-kolab/perl-kolab.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 perl-kolab.spec
--- openpkg-src/perl-kolab/perl-kolab.spec 18 Mar 2004 15:30:04 -0000 1.8
+++ openpkg-src/perl-kolab/perl-kolab.spec 21 Apr 2004 09:29:08 -0000 1.9
@@ -48,7 +48,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040318
+Release: 20040421
# list of sources
Source0: http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-%{V_kolab}.tar.gz
@@ -145,6 +145,9 @@
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
+ %{l_shtool} subst \
+ -e 's;chown root.root;chown @l_susr@:@l_sgrp@;' \
+ Kolab-Conf-0.9/Conf.pm
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]