From: Thierry Parmentelat Date: Thu, 13 Jun 2013 09:36:07 +0000 (+0200) Subject: add omf_rc in the mix, and trim down dependencies as we don't need gcc and the like... X-Git-Tag: rvm-ruby-1.20.10-6~1 X-Git-Url: http://git.onelab.eu/?p=rvm-ruby.git;a=commitdiff_plain;h=b91b2e63e77e6ae097e21cff19d3667eb9a2db00 add omf_rc in the mix, and trim down dependencies as we don't need gcc and the like in our case --- 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