[gtk-vnc] spec: Use %global instead of %define
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] spec: Use %global instead of %define
- Date: Tue, 4 Dec 2012 11:06:32 +0000 (UTC)
commit 9bf8ea8069c6ea3891efb7fb8c06ab64a41a117e
Author: Christophe Fergeau <cfergeau redhat com>
Date: Mon Nov 26 18:47:58 2012 +0100
spec: Use %global instead of %define
https://bugzilla.gnome.org/show_bug.cgi?id=689101
gtk-vnc.spec.in | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk-vnc.spec.in b/gtk-vnc.spec.in
index f89b2cf..88a9153 100644
--- a/gtk-vnc.spec.in
+++ b/gtk-vnc.spec.in
@@ -2,24 +2,24 @@
# Plugin isn't ready for real world use yet - it needs
# a security audit at very least
-%define with_plugin 0
+%global with_plugin 0
-%define with_gir 0
+%global with_gir 0
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 7
-%define with_gir 1
+%global with_gir 1
%endif
-%define with_gtk3 0
+%global with_gtk3 0
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
-%define with_gtk3 1
+%global with_gtk3 1
%endif
-%define with_vala 0
+%global with_vala 0
%if 0%{with_gtk3}
-%define with_vala 1
+%global with_vala 1
%endif
-%define with_pulse 1
+%global with_pulse 1
Summary: A GTK2 widget for VNC clients
Name: gtk-vnc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]