From c68f1d1d1e2bd3aff48b19155d259548d092689f Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 3 May 2007 19:27:20 +0000 Subject: [PATCH] Add BR: perl-devel for Fedora 7 and later --- rrdtool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index d9359f8..50bc098 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -7,7 +7,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -17,6 +17,9 @@ Patch0: rrdtool-1.2.13-php.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel, freetype-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 +%if "%{?fedora}" >= "7" +BuildRequires: perl-devel +%endif %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -270,6 +273,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Thu May 03 2007 Jarod Wilson 1.2.23-2 +- Add BR: perl-devel for Fedora 7 and later + * Tue May 01 2007 Jarod Wilson 1.2.23-1 - New upstream release