remove unuse options
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
47800b8fe3
commit
1eca4e6e23
@ -1,14 +1,14 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
Name: nodejs-is-symbol
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Determine if a value is an ES6 Symbol or not
|
||||
License: MIT
|
||||
URL: https://github.com/ljharb/is-symbol
|
||||
Source0: https://registry.npmjs.org/is-symbol/-/is-symbol-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging npm(tape) npm(has-symbols)
|
||||
BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols)
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
@ -25,7 +25,7 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol
|
||||
|
||||
%check
|
||||
%nodejs_symlink_deps --check
|
||||
%{__nodejs} --es-staging --harmony test/index.js
|
||||
%{__nodejs} --harmony test/index.js
|
||||
|
||||
%files
|
||||
%doc README.md CHANGELOG.md
|
||||
@ -33,5 +33,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol
|
||||
%{nodejs_sitelib}/is-symbol
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user