From c7dfde1c4e2664dd0b9fac82c2f49003a1d81587 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 3 Jun 2013 16:25:48 +0200 Subject: [PATCH] tweak specfile so as to follow PL conventions use upstream number (e.g. 1.20.10) as major number, and local changes index (e.g. 4) as minor (is opposite in master) --- rpm/rvm-ruby.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 -- 2.43.0