From cde828f9a5ccea2d025281bb426e21145dc5080a Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 19 Oct 2022 11:01:09 +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 62205bf..b6a086a 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 + * Tue Feb 22 2022 jiangheng - 0.63-4 - remove nscd dependency