From: Frantisek Hrbata Date: Tue, 22 Dec 2020 11:01:33 +0000 (+0100) Subject: rpm: set version and release from makefile variables X-Git-Tag: v0.2~4 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=fb234406501128a00ec5b2e837daa405a527ca90;p=gimrr.git rpm: set version and release from makefile variables Don't use hardcoded ver/rel in spec. Signed-off-by: Frantisek Hrbata --- diff --git a/gimrr.spec b/gimrr.spec index 5a2c596..4f59bad 100644 --- a/gimrr.spec +++ b/gimrr.spec @@ -1,6 +1,6 @@ Name: gimrr -Version: 0 -Release: 1 +Version: %%VERSION%% +Release: %%RELEASE%% Summary: Set of simple tools to manage merge requests and their review within git License: WTFPL BuildArch: noarch