Remove version restrictions for inherits
This commit is contained in:
parent
d36ff2dfc6
commit
0a47ace826
@ -2,7 +2,7 @@
|
|||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-tap
|
Name: nodejs-tap
|
||||||
Version: 0.7.1
|
Version: 0.7.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Test Anything Protocol library
|
Summary: A Test Anything Protocol library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/isaacs/node-tap
|
URL: https://github.com/isaacs/node-tap
|
||||||
@ -13,7 +13,7 @@ ExclusiveArch: %{nodejs_arches} noarch
|
|||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
%if 0%{?enable_tests}
|
%if 0%{?enable_tests}
|
||||||
BuildRequires: gcc npm(buffer-equal) npm(deep-equal) npm(difflet) npm(glob)
|
BuildRequires: gcc npm(buffer-equal) npm(deep-equal) npm(difflet) npm(glob)
|
||||||
BuildRequires: npm(inherits) = 1.0.0 npm(mkdirp) npm(nopt) npm(runforcover) npm(slide)
|
BuildRequires: npm(inherits) npm(mkdirp) npm(nopt) npm(runforcover) npm(slide)
|
||||||
BuildRequires: npm(yamlish)
|
BuildRequires: npm(yamlish)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -26,7 +26,6 @@ Test Anything Protocol.
|
|||||||
%autosetup -n node-tap-%{version}
|
%autosetup -n node-tap-%{version}
|
||||||
%nodejs_fixdep deep-equal '^1.0.1'
|
%nodejs_fixdep deep-equal '^1.0.1'
|
||||||
%nodejs_fixdep glob '^6.0.3'
|
%nodejs_fixdep glob '^6.0.3'
|
||||||
%nodejs_fixdep inherits 1
|
|
||||||
%nodejs_fixdep nopt '^3.0.6'
|
%nodejs_fixdep nopt '^3.0.6'
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
|
|
||||||
@ -56,6 +55,9 @@ rm -f test/debug-test.js
|
|||||||
%doc coverage-example example README.md AUTHORS LICENSE
|
%doc coverage-example example README.md AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.7.1-3
|
||||||
|
- Remove version restrictions for inherits
|
||||||
|
|
||||||
* Mon Sep 14 2020 leiju <leiju4@huawei.com> - 0.7.1-2
|
* Mon Sep 14 2020 leiju <leiju4@huawei.com> - 0.7.1-2
|
||||||
- Add macro file macros.nodejs-tap
|
- Add macro file macros.nodejs-tap
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user