upgrade to version 4.0.0
This commit is contained in:
parent
a904447dde
commit
584fe80249
@ -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
|
||||
|
||||
BIN
v1.2.2.tar.gz
BIN
v1.2.2.tar.gz
Binary file not shown.
BIN
v4.0.0.tar.gz
Normal file
BIN
v4.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user