Update to 1.0.4
This commit is contained in:
parent
7b957c4bed
commit
ebfe2c6939
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%{?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.4
|
||||||
Release: 2
|
Release: 1
|
||||||
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://github.com/inspect-js/is-symbol/archive/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols)
|
BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols)
|
||||||
@ -13,7 +13,7 @@ BuildRequires: npm nodejs-packaging npm(tape) npm(has-symbols)
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n is-symbol-%{version}
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -33,6 +33,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-symbol
|
|||||||
%{nodejs_sitelib}/is-symbol
|
%{nodejs_sitelib}/is-symbol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 wulei <wu_lei@hoperun.com> - 1.0.4-1
|
||||||
|
- Update to 1.0.4
|
||||||
|
|
||||||
* Fri Feb 10 2023 xu_ping <xuping33@h-partners.com> - 1.0.2-2
|
* Fri Feb 10 2023 xu_ping <xuping33@h-partners.com> - 1.0.2-2
|
||||||
- leave out --es-staging
|
- leave out --es-staging
|
||||||
|
|
||||||
|
|||||||
BIN
v1.0.4.tar.gz
Normal file
BIN
v1.0.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user