forked from pool/python-python-poppler
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:
@@ -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>
|
Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ to:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-poppler-%version
|
%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
|
%build
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user