diff options
Diffstat (limited to 'redhat/applications/kstreamripper/kstreamripper.spec')
-rw-r--r-- | redhat/applications/kstreamripper/kstreamripper.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/redhat/applications/kstreamripper/kstreamripper.spec b/redhat/applications/kstreamripper/kstreamripper.spec index a115bf5fc..ecbfbbdf0 100644 --- a/redhat/applications/kstreamripper/kstreamripper.spec +++ b/redhat/applications/kstreamripper/kstreamripper.spec @@ -83,13 +83,16 @@ BuildRequires: brp-check-trinity #BuildRequires: scons # PYTHON support -%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 || 0%{?suse_version} >= 1550 -%define python python2 -%define __python %__python2 +%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 %description |