From 207bb8c89bd96b584b94252e37d18f63bd01d85f Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64lebuilder0 Date: Tue, 10 Sep 2019 03:08:33 +0200 Subject: [PATCH] meson move to full python3 statements Signed-off-by: basebuilder_pel7ppc64lebuilder0 --- SPECS/meson.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/meson.spec b/SPECS/meson.spec index c4f6968e..a048561e 100644 --- a/SPECS/meson.spec +++ b/SPECS/meson.spec @@ -85,10 +85,10 @@ find -type f -name '*.py' -executable -exec sed -i -e '1s|.*|#!%{__python3}|' {} rm -rf "test cases/frameworks/17 mpi" %build -%py3_build +%{__python3} setup.py build %install -%py3_install +%{__python3} setup.py install --optimize 2 --root %{buildroot} install -Dpm0644 data/macros.%{name} %{buildroot}/usr/lib//rpm/macros.d/macros.%{name} %if %{with check}