From 61010a6c5b7d0642834987a3745f1bd2d90f5563 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Jan 13 2016 06:11:18 +0000 Subject: Specify exclusively arch list as per nodejs packaging guidelines --- diff --git a/nodejs-chainsaw.spec b/nodejs-chainsaw.spec index 29736b1..68de2e3 100644 --- a/nodejs-chainsaw.spec +++ b/nodejs-chainsaw.spec @@ -1,8 +1,11 @@ +# for EPEL dependency generator +%{?nodejs_find_provides_and_requires} + %global module_name chainsaw Name: nodejs-%{module_name} Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build chainable fluent interfaces the easy way License: MIT @@ -10,7 +13,7 @@ URL: https://github.com/substack/node-chainsaw Source0: http://registry.npmjs.org/%{module_name}/-/%{module_name}-%{version}.tgz Source1: https://raw.githubusercontent.com/substack/node-chainsaw/master/LICENSE BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch BuildRequires: nodejs-packaging @@ -44,6 +47,9 @@ node test/*.js %changelog +* Wed Jan 13 2016 Parag Nemade - 0.1.0-2 +- Specify exclusively arch list as per nodejs packaging guidelines + * Mon Sep 15 2014 Parag Nemade - 0.1.0-1 - Initial packaging