diff options
author | François Andriot <[email protected]> | 2022-05-15 09:14:59 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-05-15 09:23:34 +0200 |
commit | b005a4d36bca73c31fb61f4dfd89cfc7421c0d59 (patch) | |
tree | 00f5293c8cfd8af166bc74684834ef65df119020 /redhat/dependencies | |
parent | e858b3aaf2f449a46c3cbaaa7423289bba9635e3 (diff) | |
download | tde-packaging-b005a4d36bca73c31fb61f4dfd89cfc7421c0d59.tar.gz tde-packaging-b005a4d36bca73c31fb61f4dfd89cfc7421c0d59.zip |
RPM: add support for openSuse Leap 15.4
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/dependencies')
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt.spec | 5 | ||||
-rw-r--r-- | redhat/dependencies/sip4-tqt/sip4-tqt.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/redhat/dependencies/python-tqt/python-tqt.spec b/redhat/dependencies/python-tqt/python-tqt.spec index 37c780591..f9bd9de39 100644 --- a/redhat/dependencies/python-tqt/python-tqt.spec +++ b/redhat/dependencies/python-tqt/python-tqt.spec @@ -71,6 +71,10 @@ BuildRequires: libtqscintilla-devel >= %{?epoch:%{epoch}:}1.7.1 BuildRequires: gcc-c++ # PYTHON support +%if 0%{?sle_version} >= 150400 +%define python python3 +%define __python %__python3 +%else %if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8 %global python python2 %global __python %__python2 @@ -79,6 +83,7 @@ BuildRequires: gcc-c++ %global python python %endif %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%endif BuildRequires: %{python} BuildRequires: %{python}-devel diff --git a/redhat/dependencies/sip4-tqt/sip4-tqt.spec b/redhat/dependencies/sip4-tqt/sip4-tqt.spec index 244408e0c..f1f3b1bc8 100644 --- a/redhat/dependencies/sip4-tqt/sip4-tqt.spec +++ b/redhat/dependencies/sip4-tqt/sip4-tqt.spec @@ -82,8 +82,13 @@ BuildRequires: flex %global __python %__python2 %global python_sitearch %{python2_sitearch} %else +%if 0%{?sle_version} >= 150400 +%global python python3 +%global __python %__python3 +%else %global python python %endif +%endif %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} BuildRequires: %{python} BuildRequires: %{python}-devel |