diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:14:59 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:27:38 +0200 |
commit | 11b59120b4b653f7915851ada6673e3d38b032f8 (patch) | |
tree | 4dd35cae65670867e7a810af4b7d5c40dfdcd123 /redhat/applications/wlassistant/wlassistant.spec | |
parent | c09543aa3d09abae6779b5e16ed5dc416d8e7c70 (diff) | |
download | tde-packaging-11b59120b4b653f7915851ada6673e3d38b032f8.tar.gz tde-packaging-11b59120b4b653f7915851ada6673e3d38b032f8.zip |
RPM: add support for openSuse Leap 15.4
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant.spec')
-rw-r--r-- | redhat/applications/wlassistant/wlassistant.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/applications/wlassistant/wlassistant.spec b/redhat/applications/wlassistant/wlassistant.spec index 033460cad..2eb075d59 100644 --- a/redhat/applications/wlassistant/wlassistant.spec +++ b/redhat/applications/wlassistant/wlassistant.spec @@ -102,6 +102,10 @@ BuildRequires: gamin-devel %endif # 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 @@ -109,6 +113,7 @@ BuildRequires: gamin-devel %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 |