From 1367515951b370b97b589256470878d61a6fc8a9 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 13 Sep 2022 17:36:51 +0200 Subject: [PATCH] switch to python3 in script shebang; rel 2 --- qt5-qtbase.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 9653b5b..5ee60f6 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -71,7 +71,7 @@ Summary: Qt5 - base components Summary(pl.UTF-8): Biblioteka Qt5 - podstawowe komponenty Name: qt5-%{orgname} Version: 5.15.6 -Release: 1 +Release: 2 License: LGPL v3 or GPL v2 or GPL v3 or commercial Group: X11/Libraries Source0: https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-opensource-src-%{version}.tar.xz @@ -1200,7 +1200,7 @@ Generator plików makefile dla aplikacji Qt5. ' mkspecs/common/linux.conf %{__sed} -i -e '1{ - s,^#!.*bin/python$,#!%{__python}, + s,^#!.*bin/python$,#!%{__python3}, s,^#!.*bin/env perl,#!%{__perl}, }' \ bin/fixqt4headers.pl \ -- 2.44.0