[expresso/f18] Restrict to compatible arches

Jamie Nguyen jamielinux at fedoraproject.org
Thu Jun 27 14:35:20 UTC 2013


commit 4a72488e42dd39cbe89f9fdf11e264ead4becb30
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Jun 27 15:35:00 2013 +0100

    Restrict to compatible arches

 expresso.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/expresso.spec b/expresso.spec
index f48b0e2..dfb2ebf 100644
--- a/expresso.spec
+++ b/expresso.spec
@@ -4,14 +4,16 @@
 
 Name:       expresso
 Version:    0.9.2
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A lightweight, fast, test-driven development (TDD) framework for Node.js
 License:    MIT
 Group:      System Environment/Libraries
 URL:        https://github.com/visionmedia/expresso
 Source0:    http://registry.npmjs.org/expresso/-/expresso-%{version}.tgz
 Source1:    expresso.1
+
 BuildArch:  noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -63,6 +65,9 @@ bin/expresso --serial test/serial/*.test.js
 
 
 %changelog
+* Thu Jun 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.9.2-4
+- restrict to compatible arches
+
 * Sun Feb 24 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.9.2-3
 - make sure bundled jscoverage is purged
 - add man page


More information about the scm-commits mailing list