diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-03-02 19:50:55 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-03-02 19:52:11 +0100 |
commit | 12dcc700a83c4c76187e9bbcd046a032a202872e (patch) | |
tree | 94abe8ac4fa6c5b4f2da6c7177662f0bbe9d4afc /redhat/main/tdeedu | |
parent | c5de148f49058ceede8b98a0fd81262fbe0eb31d (diff) | |
download | tde-packaging-12dcc700a83c4c76187e9bbcd046a032a202872e.tar.gz tde-packaging-12dcc700a83c4c76187e9bbcd046a032a202872e.zip |
RPM: add support for Mageia 8
Diffstat (limited to 'redhat/main/tdeedu')
-rw-r--r-- | redhat/main/tdeedu/tdeedu.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/main/tdeedu/tdeedu.spec b/redhat/main/tdeedu/tdeedu.spec index 8600f114f..5bc1dfcc9 100644 --- a/redhat/main/tdeedu/tdeedu.spec +++ b/redhat/main/tdeedu/tdeedu.spec @@ -98,7 +98,7 @@ BuildRequires: libusb-devel %endif # PYTHON3 support -%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100 +%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100 || 0%{?mgaversion} >= 8 %global python python3 %global __python %__python3 %global python_sitearch %{python3_sitearch} @@ -1137,7 +1137,7 @@ This package contains the development files for tdeedu. %prep %setup -q -n %{name}-%{version}%{?preversion:~%{preversion}} -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 || 0%{?mgaversion} >= 8 # Fix shebangs sed -i "kig/pykig/pykig.py" \ -e "s|env python|env %{python}|" |