Disable SPICE unless on x86 architectures

This commit is contained in:
Daniel P. Berrange 2011-07-12 12:11:58 +01:00
parent dc41e7e49c
commit 18e1337d6e

View File

@ -14,6 +14,11 @@
%define with_spice 1
%endif
# spice-gtk is x86 x86_64 only currently:
%ifnarch %{ix86} x86_64
%define with_spice 0
%endif
Name: @PACKAGE@
Version: @VERSION@
Release: 1%{?dist}%{?extra_release}