optimize check by running make in parallel

(cherry picked from commit 2a6190cbbe7ba38516fcdaa58f4f8991b050e744)
This commit is contained in:
fly_fzc 2023-02-08 12:07:55 +08:00 committed by openeuler-sync-bot
parent e38d4ac483
commit c0c3c1844d

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 Feb 08 2023 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