diff options
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/multimedia/k3b/k3b.spec | 3 | ||||
-rw-r--r-- | redhat/applications/settings/tde-guidance/tde-guidance.spec | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/redhat/applications/multimedia/k3b/k3b.spec b/redhat/applications/multimedia/k3b/k3b.spec index 4bbe7b8cd..e73e94ce9 100644 --- a/redhat/applications/multimedia/k3b/k3b.spec +++ b/redhat/applications/multimedia/k3b/k3b.spec @@ -227,7 +227,8 @@ BuildRequires: ffmpeg-devel %endif # MUSEPACK -%if 0%{?fedora} != 38 +%if 0%{?fedora} == 0 || 0%{?fedora} <= 37 +# Looking for mpc_decoder_setup in mpcdec - not found %define with_musepack 1 BuildRequires: libmpcdec-devel %endif diff --git a/redhat/applications/settings/tde-guidance/tde-guidance.spec b/redhat/applications/settings/tde-guidance/tde-guidance.spec index c9962b718..d60a7a017 100644 --- a/redhat/applications/settings/tde-guidance/tde-guidance.spec +++ b/redhat/applications/settings/tde-guidance/tde-guidance.spec @@ -144,7 +144,9 @@ BuildRequires: xscreensaver-gl %endif # PYTHON support +%if "%{python}" == "" %global python python3 +%endif %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))")} |