[nodejs/el6] build docs as noarch

T.C. Hollingsworth patches at fedoraproject.org
Wed Jun 19 03:29:19 UTC 2013


commit fb58b4595a0032a53bf859fe1969608b9c53846b
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jun 18 20:06:46 2013 -0700

    build docs as noarch
    
    sorry for not noticing this before
    (cherry picked from commit 689af2fd683b8089ab84e2b37327a884b0c4690e)

 nodejs.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 370d099..7942464 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -78,6 +78,7 @@ Development headers for the Node.js JavaScript runtime.
 %package docs
 Summary: Node.js API documentation
 Group: Documentation
+BuildArch: noarch
 
 %description docs
 The API documentation for the Node.js JavaScript runtime.
@@ -191,6 +192,7 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 - new upstream release 0.10.12
   http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
 - split off a -packaging subpackage with RPM macros, etc.
+- build -docs as noarch
 
 * Fri May 31 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.9-1
 - new upstream release 0.10.9


More information about the scm-commits mailing list