!8 remove unuse options
From: @wk333 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
8dc5a668ab
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-es-to-primitive
|
Name: nodejs-es-to-primitive
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: ECMAScript “ToPrimitive” algorithm
|
Summary: ECMAScript “ToPrimitive” algorithm
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ljharb/es-to-primitive
|
URL: https://github.com/ljharb/es-to-primitive
|
||||||
@ -33,7 +33,7 @@ cp -pr package.json index.js es5.js es6.js es2015.js helpers %{buildroot}%{nodej
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%nodejs_symlink_deps --check
|
%nodejs_symlink_deps --check
|
||||||
%{__nodejs} --harmony --es-staging test/index.js
|
%{__nodejs} --harmony test/index.js
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
@ -41,7 +41,10 @@ cp -pr package.json index.js es5.js es6.js es2015.js helpers %{buildroot}%{nodej
|
|||||||
%{nodejs_sitelib}/es-to-primitive
|
%{nodejs_sitelib}/es-to-primitive
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu 26 Nov 2020 leiju <leiju4@huawei.com> - 1.2.0-2
|
* Fri Feb 10 2023 wangkai <wangkai385@h-partners.com> - 1.2.0-3
|
||||||
|
- remove unuse options
|
||||||
|
|
||||||
|
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 1.2.0-2
|
||||||
- delete nodejs-es-to-primitive.spec.old redundancy file
|
- delete nodejs-es-to-primitive.spec.old redundancy file
|
||||||
|
|
||||||
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 1.2.0-1
|
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 1.2.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user