[spice-gtk] Fix macro to work on non-Fedora hosts

Jesse Keating jkeating at fedoraproject.org
Mon Dec 19 19:08:30 UTC 2011


commit bf757b927e39466a06309dbff63ff6d04274a90a
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Dec 19 11:07:41 2011 -0800

    Fix macro to work on non-Fedora hosts

 spice-gtk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list