From 818645ae23045d6b58f64fcc842ccd789f912d1d Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 3 May 2007 21:36:42 +0000 Subject: [PATCH] Disable php bits on ppc64 for now, they fail to build --- rrdtool.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 50bc098..a8273b0 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: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -78,6 +78,11 @@ Provides: python-%{name} = %{version}-%{release} Python RRDtool bindings. %endif +%ifarch ppc64 +# php bits busted on ppc64 at the moment +%define with_php 0 +%endif + %if %{with_php} %package php Summary: PHP RRDtool bindings @@ -273,6 +278,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Thu May 03 2007 Jarod Wilson 1.2.23-3 +- Disable php bits on ppc64 for now, they fail to build + * Thu May 03 2007 Jarod Wilson 1.2.23-2 - Add BR: perl-devel for Fedora 7 and later