diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:16:20 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:24:18 +0200 |
commit | 3a5369c318ff3e4f687110bc10abc7beca1eb1a5 (patch) | |
tree | a39ee8b9b3b75d03ea30adfef6409cfd27e01afe /redhat/applications/multimedia/amarok/amarok.spec | |
parent | 09edef8cdab98d804a3431885e94ae573cc735f9 (diff) | |
download | tde-packaging-3a5369c318ff3e4f687110bc10abc7beca1eb1a5.tar.gz tde-packaging-3a5369c318ff3e4f687110bc10abc7beca1eb1a5.zip |
RPM: update amarok
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/multimedia/amarok/amarok.spec')
-rw-r--r-- | redhat/applications/multimedia/amarok/amarok.spec | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/redhat/applications/multimedia/amarok/amarok.spec b/redhat/applications/multimedia/amarok/amarok.spec index 6e24a6506..d200a49d1 100644 --- a/redhat/applications/multimedia/amarok/amarok.spec +++ b/redhat/applications/multimedia/amarok/amarok.spec @@ -269,19 +269,10 @@ BuildRequires: rubypick %endif # PYTHON support -%if 0%{?sle_version} >= 150400 || 0%{?rhel} >= 8 -%define python python3 -%define __python %__python3 -%else -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8 -%global python python2 -%global __python %__python2 -%global python_sitearch %{python2_sitearch} -%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)")} +%global python python3 +%global __python %__python3 +%global python_sitearch %{python3_sitearch} +%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} BuildRequires: %{python} BuildRequires: %{python}-devel |