Correct missing dependency to rrdtool::with_perl.

Sun, 19 Apr 2009 14:07:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 19 Apr 2009 14:07:48 +0200
changeset 172
505ef4e3a7ad
parent 171
b72f2be1f619
child 173
51607f58727f

Correct missing dependency to rrdtool::with_perl.

postfix-mailgraph/postfix-mailgraph.spec file | annotate | diff | comparison | revisions
     1.1 --- a/postfix-mailgraph/postfix-mailgraph.spec	Sun Apr 19 14:07:25 2009 +0200
     1.2 +++ b/postfix-mailgraph/postfix-mailgraph.spec	Sun Apr 19 14:07:48 2009 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Mail
     1.5  License:      GPL
     1.6  Version:      1.14
     1.7 -Release:      20080101
     1.8 +Release:      20090416
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://mailgraph.schweikert.ch/pub/mailgraph-%{version}.tar.gz
    1.12 @@ -43,7 +43,9 @@
    1.13  Prefix:       %{l_prefix}
    1.14  BuildRoot:    %{l_buildroot}
    1.15  BuildPreReq:  OpenPKG, openpkg >= 20060823
    1.16 -PreReq:       OpenPKG, openpkg >= 20060823, perl, perl-sys, rrdtool, postfix
    1.17 +PreReq:       OpenPKG, openpkg >= 20060823
    1.18 +PreReq:       postfix, perl, perl-sys
    1.19 +PreReq:       rrdtool, rrdtool::with_perl = yes
    1.20  AutoReq:      no
    1.21  AutoReqProv:  no
    1.22  

mercurial