https://bugzilla.redhat.com/show_bug.cgi?id=1246724



--- Comment #7 from gil cattaneo <[email protected]> ---
Suggestion, use:

%if 0%{?fedora}
# Unavailable deps npm(jshint) npm(benchmark)
%bcond_with test
%endif

%if %{with test}
BuildRequires:    npm(node-static)
BuildRequires:    npm(jshint)
BuildRequires:    npm(benchmark)
BuildRequires:    npm(requirejs)
BuildRequires:    npm(mustache)
%endif

%check
%if %{with test}
%nodejs_symlink_deps --check
./js/test/shell-smoke-test.sh
%endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to