Adapt build requires due to require-uncached updated
This commit is contained in:
parent
7455e2424b
commit
cbb757d795
@ -2,7 +2,7 @@
|
|||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-ansi-styles
|
Name: nodejs-ansi-styles
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: ANSI escape codes for colorizing strings in the terminal
|
Summary: ANSI escape codes for colorizing strings in the terminal
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sindresorhus/ansi-styles
|
URL: https://github.com/sindresorhus/ansi-styles
|
||||||
@ -12,7 +12,7 @@ BuildArch: noarch
|
|||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
%if 0%{?enable_tests}
|
%if 0%{?enable_tests}
|
||||||
BuildRequires: npm(mocha) npm(chalk) npm(require-uncached)
|
BuildRequires: npm(mocha) npm(chalk) npm(import-fresh)
|
||||||
%endif
|
%endif
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -46,5 +46,8 @@ ln -s %{nodejs_sitelib}/chalk node_modules/chalk
|
|||||||
%{nodejs_sitelib}/ansi-styles
|
%{nodejs_sitelib}/ansi-styles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 27 2023 Ge Wang <wang__Ge@126.com> - 2.1.0-2
|
||||||
|
- Adapt build require due to require-uncached updated
|
||||||
|
|
||||||
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.1.0-1
|
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.1.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user