From 947701413d37ae9b8ea5a85e6ab8d00527abb145 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 19 Oct 2022 10:57:58 +0800 Subject: [PATCH] optimize compilation by running make in parallel --- libuser.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libuser.spec b/libuser.spec index a51bd54..0563d37 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 4 +Release: 5 Summary: A user and group account administration library License: LGPLv2+ URL: https://pagure.io/libuser @@ -55,10 +55,10 @@ Man pages and other related documents for %{name} ./autogen.sh %configure --with-ldap --with-selinux --with-html-dir=%{_prefix}/share/gtk-doc/html \ PYTHON=%{_bindir}/python3 -make +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' || : +make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' || : %find_lang %{name} @@ -104,6 +104,9 @@ python3 -c "import libuser" %{_mandir}/man5/* %changelog +* Wed Oct 19 2022 fuanan - 0.63-5 +- DESC:optimize compilation by running make in parallel + * Thu Jul 28 2022 fuanan - 0.63-4 - Type:requirements - ID:NA