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