[docco] Restrict to compatible arches

Jamie Nguyen jamielinux at fedoraproject.org
Thu Jun 27 14:16:35 UTC 2013


commit 7fad9a686a19de0d6a2339e0f683fb61f5acdef1
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu Jun 27 15:16:16 2013 +0100

    Restrict to compatible arches

 docco.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/docco.spec b/docco.spec
index 441b12e..dc4fe37 100644
--- a/docco.spec
+++ b/docco.spec
@@ -2,7 +2,7 @@
 
 Name:       docco
 Version:    0.6.2
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    The Quick and Dirty Literate Programming Documentation Generator
 License:    MIT
 Group:      System Environment/Libraries
@@ -10,7 +10,10 @@ URL:        http://jashkenas.github.com/docco/
 Source0:    http://registry.npmjs.org/docco/-/docco-%{version}.tgz
 # Include our own man page.
 Source20:   docco.1
+
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
+
 
 BuildRequires:  nodejs-devel
 BuildRequires:  coffee-script
@@ -83,6 +86,9 @@ install -p -D -m0644 %{SOURCE20} %{buildroot}%{_mandir}/man1/docco.1
 
 
 %changelog
+* Thu Jun 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.6.2-2
+- restrict to compatible arches
+
 * Tue Apr 16 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.6.2-1
 - update to upstream release 0.6.2
 


More information about the scm-commits mailing list