public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pyperclip] epel10: Do not assume that the _smp_mflags macro is -j#
Date: Mon, 21 Sep 2026 08:22:33 GMT	[thread overview]
Message-ID: <178997895385.1.11985637520888972791.rpms-python-pyperclip-a191d4ff78b7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-pyperclip
Branch : epel10
Commit : a191d4ff78b7b31aaa22d862f456b0a500a5ec6d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2024-06-23T09:54:04-04:00
Stats  : +2/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pyperclip/c/a191d4ff78b7b31aaa22d862f456b0a500a5ec6d?branch=epel10

Log:
Do not assume that the _smp_mflags macro is -j#

---
diff --git a/python-pyperclip.spec b/python-pyperclip.spec
index 5481575..adace5e 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
 

                 reply	other threads:[~2026-09-21  8:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178997895385.1.11985637520888972791.rpms-python-pyperclip-a191d4ff78b7@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox