From a177f50cb3da0788aa8d0b8bdca17dd6ee24ce6478081c0d7369aec7b4962c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Feb 2018 09:25:13 +0000 Subject: [PATCH] - Make sure we execute everything with python3 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=599 --- libreoffice.changes | 5 +++++ libreoffice.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index 033bb7f..0e749a7 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 12 09:24:51 UTC 2018 - tchvatal@suse.com + +- Make sure we execute everything with python3 + ------------------------------------------------------------------- Fri Feb 9 11:59:11 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index cb9cfc3..1cc0c7f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -946,6 +946,8 @@ google_api_key="AIzaSyD1hTe85_a14kr1Ks8T3Ce75rvbR1_Dx7Q" google_default_client_id="4139804441.apps.googleusercontent.com" google_default_client_secret="KDTRKEZk2jwT_7CDpcmMA--P" +# make sure we execute everything with python3 +export PYTHON=%{_bindir}/python3 # do not run configure in autogen but use macro later export NOCONFIGURE=yes ./autogen.sh