!2 Fix compilation failed

From: @houyingchao 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-07 08:54:16 +00:00 committed by Gitee
commit 968c3cc62f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
%global owner nodejs
Name: nodejs-readable-stream
Version: 2.3.6
Release: 1
Release: 2
Summary: Streams3, a user-land copy of the stream library from Node.js
License: MIT
URL: https://www.npmjs.org/package/readable-stream
@ -24,7 +24,7 @@ Node-core.
%prep
%autosetup -n %{packagename}-%{version}
rm -rf node_modules/
%nodejs_fixdep isarray '~0.0.1'
%nodejs_fixdep isarray '~2.0.5'
%nodejs_fixdep string_decoder '~0.10.1'
%build
@ -48,5 +48,8 @@ tap test/parallel/*.js test/ours/*.js
%{nodejs_sitelib}/readable-stream/
%changelog
* Thu Jul 7 2022 houyingchao <houyingchao@h-partners.com> - 2.3.6-2
- Fix compilation failed
* Fri Aug 14 2020 wangyue <wangyue92@huawei.com> - 2.3.6-1
- Package init