OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Sep-2006 17:29:11
Branch: HEAD Handle: 2006092116291100
Modified files:
openpkg-src/openpkg-tools
openpkg-tools.spec
Log:
upgrading package: openpkg-tools 0.8.71 -> 0.8.72
Summary:
Revision Changes Path
1.80 +13 -5 openpkg-src/openpkg-tools/openpkg-tools.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tools/openpkg-tools.spec
============================================================================
$ cvs diff -u -r1.79 -r1.80 openpkg-tools.spec
--- openpkg-src/openpkg-tools/openpkg-tools.spec 25 Aug 2006 19:29:15
-0000 1.79
+++ openpkg-src/openpkg-tools/openpkg-tools.spec 21 Sep 2006 15:29:11
-0000 1.80
@@ -32,11 +32,12 @@
Class: BASE
Group: Bootstrapping
License: MIT
-Version: 0.8.71
-Release: 20060825
+Version: 0.8.72
+Release: 20060921
# package options
-%option with_bf no
+%option with_bf_master no
+%option with_bf_slave no
# list of sources
Source0:
ftp://ftp.openpkg.org/sources/CPY/openpkg-tools/openpkg-tools-%{version}.tar.gz
@@ -46,10 +47,17 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040409
PreReq: OpenPKG, openpkg >= 20040409, perl
-%if "%{with_bf}" == "yes"
-PreReq: apache, grep, make, openssh, rsync, screen
+%if "%{with_bf_master}" == "yes"
+BuildPreReq: openpkg >= 20060823
+PreReq: grep, make, openssh, rsync, screen, bash, shtool, coreutils,
sed
+PreReq: apache
PreReq: cfg::with_perl = yes, perl-dbi::with_dbd_sqlite = yes, perl-www
%endif
+%if "%{with_bf_slave}" == "yes"
+BuildPreReq: openpkg >= 20060823
+PreReq: grep, make, openssh, rsync, screen, bash, shtool, coreutils,
sed
+PreReq: cfg::with_perl = yes
+%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]