BR: ruby so %%ruby-sitearch gets set right (stupidly thought ruby-devel

would pull in ruby, but there's a separate ruby-libs...).
This commit is contained in:
Jarod Wilson 2007-05-21 18:01:09 +00:00
parent 8475f31636
commit 33e440eb88

View File

@ -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 <jwilson@redhat.com> 1.2.23-5
- BR: ruby so %%ruby_sitearch gets set
* Mon May 21 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-4
- Build ruby bindings