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: 24-Jan-2005 16:40:23 Branch: HEAD Handle: 2005012415402200 Modified files: openpkg-src/openpkg-tools openpkg-tools.spec Log: update and add with_bf option to supply dependencies when creating a build farm Summary: Revision Changes Path 1.33 +8 -2 openpkg-src/openpkg-tools/openpkg-tools.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg-tools/openpkg-tools.spec ============================================================================ $ cvs diff -u -r1.32 -r1.33 openpkg-tools.spec --- openpkg-src/openpkg-tools/openpkg-tools.spec 8 Jan 2005 09:10:39 -0000 1.32 +++ openpkg-src/openpkg-tools/openpkg-tools.spec 24 Jan 2005 15:40:22 -0000 1.33 @@ -33,8 +33,11 @@ Class: BASE Group: Bootstrapping License: MIT -Version: 0.8.27 -Release: 20050108 +Version: 0.8.28 +Release: 20050124 + +# package options +%option with_bf no # list of sources Source0: ftp://ftp.openpkg.org/sources/CPY/openpkg-tools/openpkg-tools-%{version}.tar.gz @@ -44,6 +47,9 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040409 PreReq: OpenPKG, openpkg >= 20040409, perl +%if "%{with_bf}" == "yes" +PreReq: apache, make, openssh, ossp-cfg, perl-dbi::with_sqlite = yes, rsync, screen +%endif AutoReq: no AutoReqProv: no @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org