!2 upgrade to version 4.0.0

From: @wk333 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-02-11 07:57:50 +00:00 committed by Gitee
commit 0a3d3641ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
%global packagename tap-parser
%global enable_tests 1
Name: nodejs-tap-parser
Version: 1.2.2
Version: 4.0.0
Release: 1
Summary: Parse the test anything protocol
License: MIT
@ -19,7 +19,6 @@ Parse the test anything protocol.
%prep
%autosetup -n tap-parser-%{version}
%nodejs_fixdep -r inherits
%build
@ -39,7 +38,7 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \
%nodejs_symlink_deps --check
%{__nodejs} -e 'require("./")'
%if 0%{?enable_tests}
%{_bindir}/tap test/*.js
%{_bindir}/tap test/parser.js
%endif
%files
@ -50,5 +49,8 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \
%{_bindir}/tap-parser
%changelog
* Sat Feb 11 2023 wangkai <wangkai385@h-partners.com> - 4.0.0-1
- upgrade to version 4.0.0
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 1.2.2-1
- package init

Binary file not shown.

BIN
v4.0.0.tar.gz Normal file

Binary file not shown.