|
|
|
@ -15,7 +15,6 @@
|
|
|
|
|
# Please submit bugfixes or comments via http://www.trinitydesktop.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# TDE variables
|
|
|
|
|
%define tde_epoch 2
|
|
|
|
|
%if "%{?tde_version}" == ""
|
|
|
|
@ -76,13 +75,16 @@ BuildRequires: sip4-tqt-devel >= 4.10.5
|
|
|
|
|
Requires: sip4-tqt >= 4.10.5
|
|
|
|
|
|
|
|
|
|
# PYTHON support
|
|
|
|
|
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31
|
|
|
|
|
%define python python2
|
|
|
|
|
%define __python %__python2
|
|
|
|
|
%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550
|
|
|
|
|
%global python python2
|
|
|
|
|
%global __python %__python2
|
|
|
|
|
%global python_sitearch %{python2_sitearch}
|
|
|
|
|
%else
|
|
|
|
|
%define python python
|
|
|
|
|
%global python python
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: trinity-pykdeextensions < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|