add omf_rc in the mix, and trim down dependencies as we don't need gcc and the like...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 13 Jun 2013 09:36:07 +0000 (11:36 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 13 Jun 2013 09:36:07 +0000 (11:36 +0200)
rpm/rvm-ruby.spec

index c602ac4..a38db0f 100644 (file)
@@ -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