[libreoffice] use parallel build for rhel-7 too

David Tardon dtardon at fedoraproject.org
Fri Jan 24 18:29:05 UTC 2014


commit ecd30751beab85af131e2158d82f604999e7dfc3
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jan 24 19:13:04 2014 +0100

    use parallel build for rhel-7 too

 libreoffice.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 8be5852..e3f0454 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1058,10 +1058,10 @@ export CXXFLAGS=$ARCH_FLAGS
 %ifarch s390 s390x
 %define archoptions --disable-sdremote-bluetooth
 %endif
-%else
-%define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --enable-python=system --without-system-libetonyek --without-system-libfreehand --without-system-libebook --without-system-firebird --without-system-libodfgen
+%else # rhel7
+%define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --enable-python=system --without-system-libetonyek --without-system-libfreehand --without-system-libebook --without-system-firebird --without-system-libodfgen %{?_smp_mflags:--with-parallelism=%{_smp_mflags}}
 %endif
-%else
+%else # fedora
 %define distrooptions --without-system-hsqldb --enable-kde4 --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes %{?_smp_mflags:--with-parallelism=%{_smp_mflags}}
 %endif
 


More information about the scm-commits mailing list