[spice-xpi/f17] extend build architectures

Peter Hatina phatina at fedoraproject.org
Wed Jan 9 09:15:09 UTC 2013


commit adc883fa35e9421d8b4acc53dcc16e0042a71c47
Author: Peter Hatina <phatina at redhat.com>
Date:   Wed Jan 9 10:08:15 2013 +0100

    extend build architectures

 spice-xpi.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/spice-xpi.spec b/spice-xpi.spec
index a2a0667..018bac5 100644
--- a/spice-xpi.spec
+++ b/spice-xpi.spec
@@ -1,6 +1,6 @@
 Name:           spice-xpi
 Version:        2.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SPICE extension for Mozilla
 Group:          Applications/Internet
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -9,9 +9,7 @@ Source0:        http://spice-space.org/download/releases/%{name}-%{version}.tar.
 
 BuildRequires:  xulrunner-devel >= 8.0
 
-# Spice has number of portability issues, which prevent it
-# from working on any other platforms than x86.
-ExclusiveArch:  x86_64 %{ix86}
+ExclusiveArch:  i686 x86_64 armv6l armv7l armv7hl
 
 Requires:       spice-client >= 0.4.2-18
 
@@ -38,6 +36,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %exclude %{_libdir}/mozilla/plugins/*.la
 
 %changelog
+* Wed Jan 09 2013 Peter Hatina <phatina at redhat.com> 2.8-2
+- Extend build architectures
+
 * Wed Jan 09 2013 Peter Hatina <phatina at redhat.com> 2.8-1
 - Update to 2.8
 


More information about the scm-commits mailing list