Add macro to enable dependency generation on EPEL
This commit is contained in:
parent
0ebf3c06c4
commit
df8d01094b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
%{?nodejs_find_provides_and_requires}
|
||||
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-underscore
|
||||
|
|
@ -47,7 +49,7 @@ cp -pr package.json index.js underscore.js underscore-min.js \
|
|||
|
||||
%if 0%{?enable_tests}
|
||||
%check
|
||||
cp -pr %{nodejs_sitelib} .
|
||||
ln -sf %{nodejs_sitelib} .
|
||||
%{nodejs_sitelib}/phantomjs/bin/phantomjs \
|
||||
test/vendor/runner.js test/index.html?noglobals=true
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue