20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
21 ## SUCH DAMAGE. |
21 ## SUCH DAMAGE. |
22 ## |
22 ## |
23 |
23 |
24 # package version |
24 # package version |
25 %define V_rrdtool 1.3.7 |
25 %define V_rrdtool 1.4.5 |
26 %define V_rrdtool_oo 0.24 |
26 %define V_rrdtool_oo 0.31 |
27 %define V_rrdtool_creator 0.9 |
27 %define V_rrdtool_creator 1.0 |
28 %define V_rrd_simple 1.44 |
28 %define V_rrd_simple 1.44 |
29 |
29 |
30 # package information |
30 # package information |
31 Name: rrdtool |
31 Name: rrdtool |
32 Summary: Round Robin Database |
32 Summary: Round Robin Database |
52 Patch0: rrdtool.patch |
52 Patch0: rrdtool.patch |
53 |
53 |
54 # build information |
54 # build information |
55 Prefix: %{l_prefix} |
55 Prefix: %{l_prefix} |
56 BuildRoot: %{l_buildroot} |
56 BuildRoot: %{l_buildroot} |
57 BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, pkgconfig, perl-openpkg >= 5.8.3-20040126, perl-module |
57 BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, pkgconfig, perl-openpkg >= 5.8.3-20040126, perl-module, intltool |
58 PreReq: OpenPKG, openpkg >= 20040130 |
58 PreReq: OpenPKG, openpkg >= 20040130 |
59 BuildPreReq: png, zlib, freetype, pango, cairo, libxml |
59 BuildPreReq: png, zlib, freetype, pango, cairo, libxml |
60 PreReq: png, zlib, freetype, pango, cairo, libxml |
60 PreReq: png, zlib, freetype, pango, cairo, libxml |
61 %if "%{with_perl}" == "yes" |
61 %if "%{with_perl}" == "yes" |
62 BuildPreReq: perl, perl-xml::with_libxml = yes, libart |
62 BuildPreReq: perl, perl-xml::with_libxml = yes, libart |