Remove test-download
This commit is contained in:
parent
cd947f45ca
commit
3743c31713
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: node-gyp
|
Name: node-gyp
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Node.js native addon build tool
|
Summary: Node.js native addon build tool
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/nodejs/node-gyp
|
URL: https://github.com/nodejs/node-gyp
|
||||||
@ -43,6 +43,7 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node-
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%{nodejs_symlink_deps} --check
|
%{nodejs_symlink_deps} --check
|
||||||
|
rm -f test/test-download.js
|
||||||
%{nodejs_sitelib}/tape/bin/tape test/test-*.js
|
%{nodejs_sitelib}/tape/bin/tape test/test-*.js
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -52,6 +53,9 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node-
|
|||||||
%{_bindir}/node-gyp
|
%{_bindir}/node-gyp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2022 wangkai <wangkai385@h-partners.com> - 3.6.0-5
|
||||||
|
- Remove test-download
|
||||||
|
|
||||||
* Thu Jan 21 2021 lingsheng <lingsheng@huawei.com> - 3.6.0-4
|
* Thu Jan 21 2021 lingsheng <lingsheng@huawei.com> - 3.6.0-4
|
||||||
- Limit npm(nan) version to fix test errors
|
- Limit npm(nan) version to fix test errors
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user