rpms/rrdtool/EL-4 rrdtool.spec,1.12,1.13

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Sat Mar 15 23:53:41 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12918

Modified Files:
	rrdtool.spec 
Log Message:
Ruby bindings fail to build for el4, but nobody has said anything about needing them before, so I figure why bother start trying to build them now...


Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-4/rrdtool.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rrdtool.spec	15 Mar 2008 23:36:11 -0000	1.12
+++ rrdtool.spec	15 Mar 2008 23:53:06 -0000	1.13
@@ -1,7 +1,7 @@
 %define with_python %{?_without_python: 0} %{?!_without_python: 1}
 %define with_php %{?_without_php: 0} %{?!_without_php: 1}
 %define with_tcl %{?_without_tcl: 0} %{?!_without_tcl: 1}
-%define with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
+%define with_ruby %{?_with_ruby: 1} %{?!_with_ruby: 0}
 %define php_rrd_svn 839
 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
 
@@ -314,21 +314,6 @@
 * Mon Feb 25 2008 Jarod Wilson <jwilson at redhat.com> 1.2.27-1
 - New upstream release, v1.2.27
 
-* Tue Jul 10 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-6
-- Add php abi check (#247339)
-
-* Mon May 21 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-5
-- BR: ruby so %%ruby_sitearch gets set
-
-* Mon May 21 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-4
-- Build ruby bindings
-
-* 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
-
 * Tue May 01 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list