OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Sep-2007 17:05:46
Branch: HEAD Handle: 2007091016054500
Modified files:
openpkg-src/smokeping smokeping.spec
Log:
since Perl bindings of rrdtool package are optional now require them
here explicitly
Summary:
Revision Changes Path
1.33 +3 -2 openpkg-src/smokeping/smokeping.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/smokeping/smokeping.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 smokeping.spec
--- openpkg-src/smokeping/smokeping.spec 7 Sep 2007 09:32:43 -0000
1.32
+++ openpkg-src/smokeping/smokeping.spec 10 Sep 2007 15:05:45 -0000
1.33
@@ -33,7 +33,7 @@
Group: Mapping
License: GPL
Version: 2.2.3
-Release: 20070907
+Release: 20070910
# list of sources
Source0: http://oss.oetiker.ch/smokeping/pub/smokeping-%{version}.tar.gz
@@ -45,7 +45,8 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823
-PreReq: OpenPKG, openpkg >= 20060823, perl, perl-www, rrdtool, fping,
MTA
+PreReq: OpenPKG, openpkg >= 20060823
+PreReq: perl, perl-www, rrdtool, rrdtool::with_perl = yes, fping, MTA
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]