From 45340ec01a1e7ff3c86b8c35e31fda6a72958b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Sep 2017 10:28:17 +0200 Subject: [PATCH] Escape macros in comments --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index d1149e4..4cac334 100644 --- a/cmake.spec +++ b/cmake.spec @@ -30,13 +30,13 @@ %global major_version 3 %global minor_version 9 -# Set to RC version if building RC, else %{nil} +# Set to RC version if building RC, else %%{nil} #global rcsuf rc3 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # Uncomment if building for EPEL -#global name_suffix %{major_version} +#global name_suffix %%{major_version} %global orig_name cmake Name: %{orig_name}%{?name_suffix}