From 47b9061909a3b1ae56feee95dbdf96e2602fceb26b65827cf940681ef5a03707 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 15 May 2018 01:59:28 +0000 Subject: [PATCH] Accepting request 606563 from home:alois:branches:devel:languages:misc - Enable parallel build and tests OBS-URL: https://build.opensuse.org/request/show/606563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/gnu-cobol?expand=0&rev=7 --- gnu-cobol.changes | 5 +++++ gnu-cobol.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu-cobol.changes b/gnu-cobol.changes index dde8776..56d1b4d 100644 --- a/gnu-cobol.changes +++ b/gnu-cobol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 12 05:05:29 UTC 2018 - aloisio@gmx.com + +- Enable parallel build and tests + ------------------------------------------------------------------- Tue May 8 22:14:34 UTC 2018 - aloisio@gmx.com diff --git a/gnu-cobol.spec b/gnu-cobol.spec index 8327b15..b46287d 100644 --- a/gnu-cobol.spec +++ b/gnu-cobol.spec @@ -81,8 +81,7 @@ dos2unix ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog NEWS \ %build %configure \ --enable-static=no -# build is not parallel safe -make -j1 +make %{?_smp_mflags} %install %make_install @@ -91,7 +90,7 @@ rm %{buildroot}%{_libdir}/libcob.la %find_lang gnucobol %check -make check +make %{?_smp_mflags} check %post %install_info --info-dir=%{_infodir} %{_infodir}/gnucobol.info.gz