!2 upgrade to version 4.0.0
From: @wk333 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
0a3d3641ef
@ -2,7 +2,7 @@
|
|||||||
%global packagename tap-parser
|
%global packagename tap-parser
|
||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-tap-parser
|
Name: nodejs-tap-parser
|
||||||
Version: 1.2.2
|
Version: 4.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Parse the test anything protocol
|
Summary: Parse the test anything protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -19,7 +19,6 @@ Parse the test anything protocol.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n tap-parser-%{version}
|
%autosetup -n tap-parser-%{version}
|
||||||
%nodejs_fixdep -r inherits
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -39,7 +38,7 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \
|
|||||||
%nodejs_symlink_deps --check
|
%nodejs_symlink_deps --check
|
||||||
%{__nodejs} -e 'require("./")'
|
%{__nodejs} -e 'require("./")'
|
||||||
%if 0%{?enable_tests}
|
%if 0%{?enable_tests}
|
||||||
%{_bindir}/tap test/*.js
|
%{_bindir}/tap test/parser.js
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -50,5 +49,8 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/cmd.js \
|
|||||||
%{_bindir}/tap-parser
|
%{_bindir}/tap-parser
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 1.2.2-1
|
||||||
- package init
|
- 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