From 82bc7648e200a07a1b527a1cd061716f0a624720 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 29 Jul 1999 20:09:31 +0000 Subject: [PATCH] Allow defining a CUSTOM_RELEASE at RPM build time --- mc.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mc.spec.in b/mc.spec.in index 24ec82296..833e51a63 100644 --- a/mc.spec.in +++ b/mc.spec.in @@ -1,6 +1,7 @@ # Note that this is NOT a relocatable package %define ver @VERSION@ -%define rel 1 +%define RELEASE 1 +%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} %define prefix /usr Summary: Midnight Commander visual shell