public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pyperclip] epel8: Do not assume that the _smp_mflags macro is -j#
@ 2026-09-21 14:27 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-21 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pyperclip
Branch : epel8
Commit : 552cdb61283652fb84398eeeab5e623488dbb947
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-21T14:57:23+01:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pyperclip/c/552cdb61283652fb84398eeeab5e623488dbb947?branch=epel8
Log:
Do not assume that the _smp_mflags macro is -j#
---
diff --git a/python-pyperclip.spec b/python-pyperclip.spec
index b40b1f0..aadf6d7 100644
--- a/python-pyperclip.spec
+++ b/python-pyperclip.spec
@@ -122,7 +122,8 @@ sed -i 's/\r$//' README.md docs/*
%py3_build
%if %{with doc_pdf}
-PYTHONPATH="${PWD}/src" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}'
+PYTHONPATH="${PWD}/src" %make_build -C docs latex \
+ SPHINXOPTS='-j%{?_smp_build_ncpus}'
%make_build -C docs/_build/latex LATEXMKOPTS='-quiet'
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 14:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 14:27 [rpms/python-pyperclip] epel8: Do not assume that the _smp_mflags macro is -j# Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox