From 2096cfc8bc632ec21ef2dd210a4fe4b6a48e0b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 6 Feb 2013 14:45:54 +0100 Subject: [PATCH] Add ruby(runtime_executable) virtual provide, which is later used by RubyPick. --- ruby.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruby.spec b/ruby.spec index 4afadd1..2838762 100644 --- a/ruby.spec +++ b/ruby.spec @@ -140,6 +140,10 @@ BuildRequires: tk-devel BuildRequires: procps BuildRequires: %{_bindir}/dtrace +# This package provides %%{_bindir}/ruby-mri therefore it is marked by this +# virtual provide. It can be installed as dependency of rubypick. +Provides: ruby(runtime_executable) = %{ruby_release} + %description Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text