From c0c3c1844d9490269828f545be497764149a2c99 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 8 Feb 2023 12:07:55 +0800 Subject: [PATCH] optimize check by running make in parallel (cherry picked from commit 2a6190cbbe7ba38516fcdaa58f4f8991b050e744) --- patch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/patch.spec b/patch.spec index 7f7a5a0..72dab4d 100644 --- a/patch.spec +++ b/patch.spec @@ -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 - 2.7.6-13 +- optimize check by running make in parallel + * Wed Mar 18 2020 openEuler Buildteam - 2.7.6-12 - Type:bugfix - ID:NA