spice-gtk is x86 x86_64 only, don't require it on other archs
This commit is contained in:
parent
e26d4b28d5
commit
cc50eed7e5
@ -8,10 +8,14 @@
|
|||||||
%if 0%{?fedora} >= 14
|
%if 0%{?fedora} >= 14
|
||||||
%define with_spice 1
|
%define with_spice 1
|
||||||
%endif
|
%endif
|
||||||
|
# spice-gtk is x86 x86_64 only:
|
||||||
|
%ifnarch %{ix86} x86_64
|
||||||
|
%define with_spice 0
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: virt-viewer
|
Name: virt-viewer
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1.1%{?dist}%{?extra_release}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -108,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2011 Karsten Hopp <karsten@redhat.com> 0.3.1-1.1
|
||||||
|
- spice-gtk is x86 x86_64 only, don't require it on other archs
|
||||||
|
|
||||||
* Mon Feb 21 2011 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-1
|
* Mon Feb 21 2011 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-1
|
||||||
- Update to 0.3.1 release
|
- Update to 0.3.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user