From b91b2e63e77e6ae097e21cff19d3667eb9a2db00 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 13 Jun 2013 11:36:07 +0200 Subject: [PATCH] add omf_rc in the mix, and trim down dependencies as we don't need gcc and the like in our case --- rpm/rvm-ruby.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index c602ac4..a38db0f 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -28,7 +28,8 @@ Requires(pre): shadow-utils # For rvm Requires: bash curl git # Basics for building ruby 1.8/1.9 -Requires: gcc-c++ patch readline readline-devel zlib-devel libyaml-devel libffi-devel openssl-devel autoconf automake libtool bison +# We expect all the building to take place .. at build-time, so let's take this out +#Requires: gcc-c++ patch readline readline-devel zlib-devel libyaml-devel libffi-devel openssl-devel autoconf automake libtool bison # Used by the scripts Requires: sed grep tar gzip bzip2 make file @@ -117,7 +118,7 @@ gemi='gem install --no-ri --no-rdoc' ruby_tag=ruby-1.9.3-p286 rvm install $ruby_tag rvm use $ruby_tag -$gemi bundler +$gemi omf_rc #$gemi whatever_gem_you_need #ruby_tag=ruby-1.8.7-p352 -- 2.43.0