[spice-gtk] - add ExclusiveArch as only x86 is supported

Dan Horák sharkcz at fedoraproject.org
Mon Jan 10 09:08:59 UTC 2011


commit e4e62da9cc1db5e4d504421ddbf83f02af115cea
Author: Dan Horák <dan at danny.cz>
Date:   Mon Jan 10 10:08:44 2011 +0100

    - add ExclusiveArch as only x86 is supported

 spice-gtk.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index c753fb9..6a084c9 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -6,7 +6,7 @@
 
 Name:           spice-gtk
 Version:        0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A GTK widget for SPICE clients
 
 Group:          System Environment/Libraries
@@ -25,6 +25,8 @@ BuildRequires: pygtk2-devel python-devel zlib-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: gtk-doc
 
+ExclusiveArch: %{ix86} x86_64
+
 %description
 Client libraries for SPICE desktop servers.
 
@@ -109,6 +111,9 @@ rm -rf %{buildroot}
 %{_bindir}/spicy
 
 %changelog
+* Mon Jan 10 2011 Dan Horák <dan[at]danny.cz> - 0.4-2
+- add ExclusiveArch as only x86 is supported
+
 * Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.4-1
 - Upstream release 0.4
 - Initial release (#657403)


More information about the scm-commits mailing list