From 3843c86268aebce259ef085a691ee6a6e9955ea5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 20 Sep 2017 23:20:40 -0400 Subject: [PATCH] Remove excess comment. --- fzf.spec | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/fzf.spec b/fzf.spec index d44d965..5af32e0 100644 --- a/fzf.spec +++ b/fzf.spec @@ -1,17 +1,3 @@ -# If any of the following macros should be set otherwise, -# you can wrap any of them with the following conditions: -# - %%if 0%%{centos} == 7 -# - %%if 0%%{?rhel} == 7 -# - %%if 0%%{?fedora} == 23 -# Or just test for particular distribution: -# - %%if 0%%{centos} -# - %%if 0%%{?rhel} -# - %%if 0%%{?fedora} -# -# Be aware, on centos, both %%rhel and %%centos are set. If you want to test -# rhel specific macros, you can use %%if 0%%{?rhel} && 0%%{?centos} == 0 condition. -# (Don't forget to replace double percentage symbol with single one in order to apply a condition) - # Generate devel rpm %global with_devel 0 # Build project from bundled dependencies