!2 remove unuse options

From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-02-10 09:20:23 +00:00 committed by Gitee
commit 7b957c4bed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,14 +1,14 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
Name: nodejs-is-symbol Name: nodejs-is-symbol
Version: 1.0.2 Version: 1.0.2
Release: 1 Release: 2
Summary: Determine if a value is an ES6 Symbol or not Summary: Determine if a value is an ES6 Symbol or not
License: MIT License: MIT
URL: https://github.com/ljharb/is-symbol URL: https://github.com/ljharb/is-symbol
Source0: https://registry.npmjs.org/is-symbol/-/is-symbol-%{version}.tgz Source0: https://registry.npmjs.org/is-symbol/-/is-symbol-%{version}.tgz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging npm(tape) npm(has-symbols) BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols)
%description %description
%{summary}. %{summary}.
@ -25,7 +25,7 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol
%check %check
%nodejs_symlink_deps --check %nodejs_symlink_deps --check
%{__nodejs} --es-staging --harmony test/index.js %{__nodejs} --harmony test/index.js
%files %files
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
@ -33,5 +33,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol
%{nodejs_sitelib}/is-symbol %{nodejs_sitelib}/is-symbol
%changelog %changelog
* Fri Feb 10 2023 xu_ping <xuping33@h-partners.com> - 1.0.2-2
- leave out --es-staging
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.2-1 * Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.2-1
- Package init - Package init