From e3c3db72e2df9fadccc67181cdb97de0a783f0a8 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 29 Jul 1999 20:09:30 +0000 Subject: [PATCH] Allow defining a CUSTOM_RELEASE at RPM build time --- libgtop.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgtop.spec.in b/libgtop.spec.in index 85b2e657..e0f34acb 100644 --- a/libgtop.spec.in +++ b/libgtop.spec.in @@ -1,6 +1,7 @@ # Note that this is NOT a relocatable package %define ver @VERSION@ -%define rel SNAP +%define RELEASE SNAP +%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} %define prefix /usr Summary: LibGTop library