[nodejs-traverse/f19: 3/3] Rebuild to restrict to compatible arches

Jamie Nguyen jamielinux at fedoraproject.org
Sun Aug 18 15:36:57 UTC 2013


commit 603664dba5682c017c9de65c5330b6133f5b5826
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Aug 18 16:36:13 2013 +0100

    Rebuild to restrict to compatible arches

 nodejs-traverse.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-traverse.spec b/nodejs-traverse.spec
index ffa6c9e..283c2ec 100644
--- a/nodejs-traverse.spec
+++ b/nodejs-traverse.spec
@@ -2,9 +2,8 @@
 
 Name:           nodejs-traverse
 Version:        0.6.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Traverse and transform objects
-BuildArch:      noarch
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -12,7 +11,14 @@ URL:            https://github.com/substack/js-traverse
 Source0:        http://registry.npmjs.org/traverse/-/traverse-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nodejs-devel
+BuildArch:  noarch
+%if 0%{?fedora} >= 19
+ExclusiveArch: %{nodejs_arches} noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
+%endif
+
+BuildRequires:  nodejs-packaging
 #BuildRequires:  npm(tap)
 
 %description
@@ -48,6 +54,9 @@ rm -rf %buildroot
 %doc examples LICENSE README.markdown
 
 %changelog
+* Sun Aug 18 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.6.3-5
+- rebuild to restrict to compatible arches
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list