upgrade to version 4.0.0

This commit is contained in:
wk333 2023-02-11 10:57:48 +08:00
parent a904447dde
commit 584fe80249
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.