14
0

Accepting request 1105341 from home:bmwiedemann:branches:devel:languages:python

Fix build with newer rpm

because %_smp_mflags gets expanded to a shell variable there.

OBS-URL: https://build.opensuse.org/request/show/1105341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-poppler?expand=0&rev=7
This commit is contained in:
2023-08-23 10:54:00 +00:00
committed by Git OBS Bridge
parent a4e15852d9
commit 0324f59d62
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 23 04:20:18 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Fix build with newer rpm
-------------------------------------------------------------------
Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -58,7 +58,7 @@ to:
%prep
%autosetup -p1 -n python-poppler-%version
sed -i -e 's/-j2/%{?_smp_mflags}/' setup.py
sed -i -e "s/-j2/%{?_smp_mflags}/" setup.py
%build
export CXXFLAGS="%{optflags}"