Disable php bits on ppc64 for now, they fail to build

This commit is contained in:
Jarod Wilson 2007-05-03 21:36:42 +00:00
parent c68f1d1d1e
commit 818645ae23

View File

@ -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 <jwilson@redhat.com> 1.2.23-3
- Disable php bits on ppc64 for now, they fail to build
* Thu May 03 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-2
- Add BR: perl-devel for Fedora 7 and later