From 510b4135caa312008f6bb103a14727cdcf8d3bd9 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Jun 27 2013 14:39:26 +0000 Subject: Restrict to compatible arches --- diff --git a/marked.spec b/marked.spec index 297e30d..6c02560 100644 --- a/marked.spec +++ b/marked.spec @@ -4,7 +4,7 @@ Name: marked Version: 0.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A markdown parser for Node.js built for speed License: MIT Group: System Environment/Libraries @@ -15,7 +15,9 @@ Source0: http://registry.npmjs.org/marked/-/marked-%{version}.tgz # version control repository. Source1: tests-v%{version}.tar.bz2 Source10: dl-tests.sh + BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch Patch0: %{name}-0.2.8-fix-link-defs-after-blocks.patch @@ -94,6 +96,9 @@ ln -sf %{nodejs_sitelib} . %changelog +* Thu Jun 27 2013 Jamie Nguyen - 0.2.9-2 +- restrict to compatible arches + * Fri May 31 2013 Jamie Nguyen - 0.2.9-1 - update to upstream release 0.2.9