[php-libvirt] Disable parallel build.

Ville Skyttä scop at fedoraproject.org
Thu Dec 12 19:02:15 UTC 2013


commit f98a3d886b795fc8baf89ae35533aebb32df6fd3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Dec 12 21:02:17 2013 +0200

    Disable parallel build.

 php-libvirt.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/php-libvirt.spec b/php-libvirt.spec
index 48bcfda..e27dc11 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -82,7 +82,7 @@ This package contain the document for php-libvirt.
 %build
 %configure
 ./configure --with-html-dir=%{_docdir} --with-html-subdir=$(echo %{_pkgdocdir} | sed -e 's|^%{_docdir}/||')/html --libdir=%{php_extdir}
-make %{?_smp_mflags}
+make # build is not parallel clean
 
 %install
 rm -rf %{buildroot}
@@ -115,6 +115,7 @@ rm -rf %{buildroot}
 * Thu Dec 12 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.4.5-6
 - Install docs to %%{_pkgdocdir} where available (#994035).
 - Include COPYING in main package.
+- Disable parallel build.
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list