rpms/rrdtool/devel rrdtool.spec,1.35,1.36

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu May 3 21:37:17 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1142

Modified Files:
	rrdtool.spec 
Log Message:
Disable php bits on ppc64 for now, they fail to build


Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- rrdtool.spec	3 May 2007 19:27:20 -0000	1.35
+++ rrdtool.spec	3 May 2007 21:36:42 -0000	1.36
@@ -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 @@
 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 @@
 %endif
 
 %changelog
+* Thu May 03 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-3
+- Disable php bits on ppc64 for now, they fail to build
+
 * Thu May 03 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-2
 - Add BR: perl-devel for Fedora 7 and later
 




More information about the fedora-extras-commits mailing list