diff options
author | François Andriot <[email protected]> | 2023-11-10 18:06:02 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2023-11-10 18:06:15 +0100 |
commit | 904d1e092483ee658ea62dcfab44d9962843f227 (patch) | |
tree | 9a45ae4bbb4fb5e5bf70a8bb55184c80752c789d /redhat/applications | |
parent | 3da26236a5f931eae506b2aa7109549f041c8e22 (diff) | |
download | tde-packaging-904d1e092483ee658ea62dcfab44d9962843f227.tar.gz tde-packaging-904d1e092483ee658ea62dcfab44d9962843f227.zip |
RPM: add support for Fedora 39
Signed-off-by: François Andriot <[email protected]>
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))")} |