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

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


commit 2e89bf66a1632907a0ad3d44a129fe5413d3a993
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 514154a..b2ef573 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