!8 optimize check by running make in parallel

From: @fly_fzc 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2022-10-19 10:33:17 +00:00 committed by Gitee
commit da14ccf446
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: patch
Version: 2.7.6
Release: 12
Release: 13
Summary: Utiliity which applies a patch file to original files.
License: GPLv3+
URL: http://www.gnu.org/software/patch/patch.html
@ -39,7 +39,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
%make_build
%check
make check
%make_build check
%install
%makeinstall
@ -56,6 +56,9 @@ make check
%{_mandir}/man1/*
%changelog
* Wed Oct 19 2022 fuanan <fuanan3@h-partners.com> - 2.7.6-13
- optimize check by running make in parallel
* Wed Mar 18 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.7.6-12
- Type:bugfix
- ID:NA