From 33e440eb8830b60e00796a149c2d7c68626d907a Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Mon, 21 May 2007 18:01:09 +0000 Subject: [PATCH] BR: ruby so %%ruby-sitearch gets set right (stupidly thought ruby-devel would pull in ruby, but there's a separate ruby-libs...). --- rrdtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 304eb77..d3ca81d 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -8,7 +8,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.23 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -119,7 +119,7 @@ The %{name}-tcl package includes RRDtool bindings for Tcl. %package ruby Summary: Ruby RRDtool bindings Group: Development/Languages -BuildRequires: ruby-devel +BuildRequires: ruby, ruby-devel Requires: ruby(abi) = 1.8 Requires: %{name} = %{version}-%{release} @@ -303,6 +303,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Mon May 21 2007 Jarod Wilson 1.2.23-5 +- BR: ruby so %%ruby_sitearch gets set + * Mon May 21 2007 Jarod Wilson 1.2.23-4 - Build ruby bindings