From 03b04efb17ba8e145a91e787e9827715a9b00cbbae23949a14d1a6a97aef7718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 17 Feb 2025 12:33:42 +0000 Subject: [PATCH] Accepting request 1246345 from home:bmwiedemann:branches:devel:languages:python Use double-quotes around %_smp_mflags in case it expands to a variable (boo#1237231) OBS-URL: https://build.opensuse.org/request/show/1246345 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Kivy?expand=0&rev=68 --- python-Kivy.changes | 6 ++++++ python-Kivy.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Kivy.changes b/python-Kivy.changes index eef89c8..e28d1c0 100644 --- a/python-Kivy.changes +++ b/python-Kivy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 17 07:43:47 UTC 2025 - Bernhard Wiedemann + +- Use double-quotes around %_smp_mflags in case it expands to a variable + (boo#1237231) + ------------------------------------------------------------------- Wed Jan 8 11:11:39 UTC 2025 - Nico Krapp diff --git a/python-Kivy.spec b/python-Kivy.spec index d66323e..9256208 100644 --- a/python-Kivy.spec +++ b/python-Kivy.spec @@ -141,7 +141,7 @@ export KIVY_SPLIT_EXAMPLES=1 # create docs pushd doc sed -e '/^PYTHON/ s|python|%{__mypython}|' \ - -e '/^SPHINXOPTS /s/$/ %{?_smp_mflags}/' \ + -e "/^SPHINXOPTS /s/\$/ %{?_smp_mflags}/" \ -i Makefile export PYTHONPATH=`ls -d ../build/lib*` make %{?_smp_mflags} PYTHON=%{__mypython} html && rm -r build/html/.buildinfo