X-Git-Url: http://git.onelab.eu/?p=rvm-ruby.git;a=blobdiff_plain;f=rpm%2Frvm-ruby.spec;h=7b705d8f1ce068f1cfd0e8927908b4f82cf701fd;hp=43f2f598a2a765907fde8b109f78efb4ba0dba01;hb=c7dfde1c4e2664dd0b9fac82c2f49003a1d81587;hpb=09bb49f77029f82a8ab13ac596e63e93a069c4f5 diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index 43f2f59..7b705d8 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -4,11 +4,17 @@ # RVM can not be sourced with default /bin/sh %define _buildshell /bin/bash -Name: rvm-ruby -Summary: Ruby Version Manager (including Rubies and Gems) -Version: 4 # Commit date will be appended +# PL conventions +%define name rvm-ruby # pick a RVM version from https://github.com/wayneeseguin/rvm/tags -Release: 1.20.10 +%define version 1.20.10 +%define taglevel 4 +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} + +Summary: Ruby Version Manager (including Rubies and Gems) +Name: %{name} +Version: %{version} +Release: %{release} License: ASL 2.0 URL: http://rvm.io/ Group: Applications/System