Sun, 19 Apr 2009 12:38:55 +0200
Correct missing dependency to libart.
rrdtool/rrdtool.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/rrdtool/rrdtool.spec Sun Apr 19 11:57:20 2009 +0200 1.2 +++ b/rrdtool/rrdtool.spec Sun Apr 19 12:38:55 2009 +0200 1.3 @@ -38,7 +38,7 @@ 1.4 Group: Database 1.5 License: LGPL 1.6 Version: %{V_rrdtool} 1.7 -Release: 20090416 1.8 +Release: 20090418 1.9 1.10 # package options 1.11 %option with_perl no 1.12 @@ -59,8 +59,8 @@ 1.13 BuildPreReq: png, zlib, freetype, pango, cairo, libxml 1.14 PreReq: png, zlib, freetype, pango, cairo, libxml 1.15 %if "%{with_perl}" == "yes" 1.16 -BuildPreReq: perl 1.17 -PreReq: perl 1.18 +BuildPreReq: perl, libart 1.19 +PreReq: perl, libart 1.20 %endif 1.21 %if "%{with_python}" == "yes" 1.22 BuildPreReq: python