[nodejs-xmldom] Add optional proof test execution

Parag Nemade pnemade at fedoraproject.org
Fri Oct 24 06:16:49 UTC 2014


commit 138374add34164a3f000b473b6be74f6cc3c56f6
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Oct 24 11:46:44 2014 +0530

    Add optional proof test execution

 nodejs-xmldom.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-xmldom.spec b/nodejs-xmldom.spec
index 8d2d239..3341971 100644
--- a/nodejs-xmldom.spec
+++ b/nodejs-xmldom.spec
@@ -12,10 +12,12 @@ BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-packaging
+# As suggested in package review
+#BuildRequires:  nodejs-proof
 
 %description
-A JavaScript implementation of W3C DOM for Node.js, Rhino and the browser. 
-Fully compatible with W3C DOM level2; and some compatible with level3. 
+A JavaScript implementation of W3C DOM for Node.js, Rhino and the browser.
+Fully compatible with W3C DOM level2; and some compatible with level3.
 Supports DOMParser and XMLSerializer interface such as in browser.
 
 %prep
@@ -34,7 +36,8 @@ cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name}
 
 %check
 %nodejs_symlink_deps --check
-
+# As suggested in package review
+#proof test */*/*.t.js
 
 %files
 %doc LICENSE readme.md


More information about the scm-commits mailing list