[gtk-vnc/f14/master] Don't fail if fedora isn't defined

Colin Walters walters at fedoraproject.org
Tue Sep 28 17:47:19 UTC 2010


commit 65ee61a640a3f5a6d2ae42825b7339717b03f294
Author: Colin Walters <walters at verbum.org>
Date:   Tue Sep 28 13:37:02 2010 -0400

    Don't fail if fedora isn't defined

 gtk-vnc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk-vnc.spec b/gtk-vnc.spec
index bae67db..f972d3a 100644
--- a/gtk-vnc.spec
+++ b/gtk-vnc.spec
@@ -6,7 +6,7 @@
 
 %define with_gir 0
 
-%if 0%{fedora} >= 12
+%if 0%{?fedora} >= 12
 %define with_gir 1
 %endif
 


More information about the scm-commits mailing list