From 0bc4ab2fb6958d2b7a4d9cf54dba73e8e2131ddb Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Jul 11 2013 12:59:35 +0000 Subject: Fix ExclusiveArch usage --- diff --git a/nodejs-iconv-lite.spec b/nodejs-iconv-lite.spec index ce05ee7..3eba46b 100644 --- a/nodejs-iconv-lite.spec +++ b/nodejs-iconv-lite.spec @@ -4,7 +4,7 @@ Name: nodejs-iconv-lite Version: 0.2.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Convert character encodings in pure JavaScript License: MIT Group: System Environment/Libraries @@ -12,7 +12,11 @@ URL: https://github.com/ashtuchkin/iconv-lite Source0: http://registry.npmjs.org/iconv-lite/-/iconv-lite-%{version}.tgz BuildArch: noarch +%if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif BuildRequires: nodejs-packaging @@ -55,6 +59,9 @@ cp -pr package.json encodings/ index.js \ %changelog +* Thu Jul 11 2013 Jamie Nguyen - 0.2.10-3 +- fix ExclusiveArch usage + * Wed Jul 10 2013 Jamie Nguyen - 0.2.10-2 - do not package generation/ directory