From bf757b927e39466a06309dbff63ff6d04274a90a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 19 Dec 2011 11:07:41 -0800 Subject: [PATCH] Fix macro to work on non-Fedora hosts --- spice-gtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index 8ffc951..cf2d49b 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -5,7 +5,7 @@ } %define with_gtk3 0 -%if 0%{fedora} >= 15 +%if 0%{?fedora} >= 15 %define with_gtk3 1 %endif %define _version_suffix -ab64