# HG changeset patch # User Michael Schloh von Bennewitz # Date 1240137535 -7200 # Node ID 00f30de09998030e066a16b538f70c1b15c92fcf # Parent 7a1d64c9a105736bf9b7f45a72d31e329a92e82c Correct missing dependency to libart. diff -r 7a1d64c9a105 -r 00f30de09998 rrdtool/rrdtool.spec --- a/rrdtool/rrdtool.spec Sun Apr 19 11:57:20 2009 +0200 +++ b/rrdtool/rrdtool.spec Sun Apr 19 12:38:55 2009 +0200 @@ -38,7 +38,7 @@ Group: Database License: LGPL Version: %{V_rrdtool} -Release: 20090416 +Release: 20090418 # package options %option with_perl no @@ -59,8 +59,8 @@ BuildPreReq: png, zlib, freetype, pango, cairo, libxml PreReq: png, zlib, freetype, pango, cairo, libxml %if "%{with_perl}" == "yes" -BuildPreReq: perl -PreReq: perl +BuildPreReq: perl, libart +PreReq: perl, libart %endif %if "%{with_python}" == "yes" BuildPreReq: python