!2 remove unuse options

From: @wk333 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-02-10 09:43:26 +00:00 committed by Gitee
commit f1a1ad47bc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-has-symbols
Version: 1.0.0
Release: 1
Release: 2
Summary: Determine if the JS environment has Symbol support
License: MIT
URL: https://www.npmjs.com/package/has-symbols
@ -26,7 +26,7 @@ cp -pr package.json index.js shams.js %{buildroot}%{nodejs_sitelib}/has-symbols
%check
%nodejs_symlink_deps --check
%__nodejs test
%__nodejs --harmony --es-staging test
%__nodejs --harmony test
%__nodejs test/shams/get-own-property-symbols.js
%__nodejs test/shams/core-js.js
@ -36,5 +36,8 @@ cp -pr package.json index.js shams.js %{buildroot}%{nodejs_sitelib}/has-symbols
%{nodejs_sitelib}/has-symbols
%changelog
* Fri Feb 10 2023 wangkai <wangkai385@h-partners.com> - 1.0.0-2
- remove unuse options
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.0-1
- Package init