spec: Add buildreq: GConf2 for gconf macros

Also have with_spice imply default=spice
This commit is contained in:
Cole Robinson 2011-07-28 10:42:13 -04:00
parent 62a762e77f
commit 0e8b3bdc65

View File

@ -10,7 +10,6 @@
%define kvm_packages ""
%define libvirt_packages ""
%define disable_unsupported_rhel 0
%define default_graphics ""
%define with_guestfs 0
%define with_spice 0
@ -90,6 +89,7 @@ Requires: virt-manager-common = %{verrel}
BuildRequires: gettext
BuildRequires: scrollkeeper
BuildRequires: intltool
BuildRequires: GConf2
Requires(pre): GConf2
Requires(post): GConf2
@ -97,6 +97,10 @@ Requires(preun): GConf2
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
%if %{with_spice}
%define default_graphics "spice"
%endif
%description
Virtual Machine Manager provides a graphical tool for administering virtual
machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,