[marked] Restrict to compatible arches

Jamie Nguyen jamielinux at fedoraproject.org
Thu Jun 27 14:39:42 UTC 2013


commit 510b4135caa312008f6bb103a14727cdcf8d3bd9
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Jun 27 15:39:26 2013 +0100

    Restrict to compatible arches

 marked.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <jamielinux at fedoraproject.org> - 0.2.9-2
+- restrict to compatible arches
+
 * Fri May 31 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.9-1
 - update to upstream release 0.2.9
 


More information about the scm-commits mailing list