From c23485f3e6d3fc7d02a3bec2180f6809260eeeca Mon Sep 17 00:00:00 2001 From: Christoph Dwertmann Date: Wed, 22 May 2013 01:37:12 -0400 Subject: [PATCH] Documentation cleanups --- README | 12 +++++------- rpm/rvm-ruby.spec | 16 ++++------------ 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/README b/README index b654394..f1c950b 100644 --- a/README +++ b/README @@ -1,12 +1,10 @@ -This is a fork of . I added branches `rpm` and `rpmtest`. The main branch to use is `rpm`. +This is basically a .spec file which builds and packages RVM and selected Rubies & Gems into a RPM. RVM is installed system-wide for all users and is ready to use immediately, with no compilation needed on the target machine. -I do not plan to work on RVM. I simply added a `rpm` folder which contains a `rvm-ruby.spec` and a script to create the RPM from the sources. - -Just clone this repo, customize the rubies and gems needed as indicated below, go at the root, and launch: +Just clone this repo, customize the rubies and gems needed as indicated below and launch: ./rpm/create_rpm_from_here -The `rvm-ruby.spec` file is based on . I applied some customizations to make it compatibe with the small script i made to create the RPM. What i added is at the end of the `%install` section, beginning at +The `rvm-ruby.spec` file is based on . I applied some customizations to make it compatibe with the small script I made to create the RPM. What i added is at the end of the `%install` section, beginning at # At this point, install of RVM is finished # Now install some rubies @@ -17,6 +15,6 @@ The `rvm-ruby.spec` file is based on