remove es-staging option
This commit is contained in:
parent
5261a9ad62
commit
1f420b4c4c
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-is-callable
|
Name: nodejs-is-callable
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Is this JS value callable?
|
Summary: Is this JS value callable?
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ljharb/is-callable
|
URL: https://github.com/ljharb/is-callable
|
||||||
@ -27,7 +27,7 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-callable
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%nodejs_symlink_deps --check
|
%nodejs_symlink_deps --check
|
||||||
%{__nodejs} --es-staging test.js
|
%{__nodejs} test.js
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
@ -35,5 +35,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-callable
|
|||||||
%{nodejs_sitelib}/is-callable
|
%{nodejs_sitelib}/is-callable
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2023 Ge Wang <wangge20@h-partners.com> - 1.1.4-2
|
||||||
|
- Remove es-staging option due to test-worthy harmony feature is no longer available in node
|
||||||
|
|
||||||
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.1.4-1
|
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.1.4-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user