From 07adcbdc0895da8fbe86b49d002510bd2dc7b7c4 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 18 Mar 2023 08:41:52 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20assume=20%=5Fsmp=5Fmflags=20is?= =?UTF-8?q?=20-j%=5Fsmp=5Fbuild=5Fncpus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-OWSLib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 14cd2bc..9069317 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -93,7 +93,8 @@ echo 'nbsphinx_allow_errors = True' >> docs/conf.py %pyproject_wheel %if %{with doc_pdf} -PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' +PYTHONPATH="${PWD}" %make_build -C docs latex \ + SPHINXOPTS='-j%{?_smp_build_ncpus}' %make_build -C docs/build/latex/en LATEXMKOPTS='-quiet' %endif