From f3a580992094ffdb4363d98e718665c11edf572c Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jun 22 2013 23:48:29 +0000 Subject: restrict to compatible arches --- diff --git a/node-gyp.spec b/node-gyp.spec index 0a8f072..133740f 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -2,7 +2,7 @@ Name: node-gyp Version: 0.9.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Node.js native addon build tool License: MIT Group: System Environment/Libraries @@ -11,6 +11,7 @@ Source0: http://registry.npmjs.org/node-gyp/-/node-gyp-%{version}.tgz Source1: addon-rpm.gypi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch # These patches are Fedora-specific for the moment, although I'd like to find # a way to support this kind of stuff upstream. @@ -72,6 +73,9 @@ rm -rf %{buildroot} %doc README.md LICENSE %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.9.5-3 +- restrict to compatible arches + * Mon Apr 15 2013 T.C. Hollingsworth - 0.9.5-2 - add macro for EPEL6 dependency generation