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:
parent
8475f31636
commit
33e440eb88
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user