diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:16:50 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:24:19 +0200 |
commit | 0ea4065b00cb22ba42a70daedc5aed6e5c6b973a (patch) | |
tree | e3b5a714c45dcff2dd4cadb3fb8133fc58b9fb26 /redhat/applications | |
parent | d371d1194e5a76667ddeef4101e6cede384ce4b0 (diff) | |
download | tde-packaging-0ea4065b00cb22ba42a70daedc5aed6e5c6b973a.tar.gz tde-packaging-0ea4065b00cb22ba42a70daedc5aed6e5c6b973a.zip |
RPM: update tellico
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/office/tellico/tellico.spec | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/redhat/applications/office/tellico/tellico.spec b/redhat/applications/office/tellico/tellico.spec index 594871422..52226208a 100644 --- a/redhat/applications/office/tellico/tellico.spec +++ b/redhat/applications/office/tellico/tellico.spec @@ -154,19 +154,10 @@ BuildRequires: libacl-devel BuildRequires: libattr-devel # PYTHON support -%if 0%{?sle_version} >= 150400 || 0%{?rhel} >= 9 -%define python python3 -%define __python %__python3 -%else -%if 0%{?rhel} == 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8 -%global python python2 -%global __python %__python2 -%global python_sitearch %{python2_sitearch} -%else -%global python python -%endif -%endif -%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%global python python3 +%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))")} BuildRequires: %{python} BuildRequires: %{python}-devel @@ -248,6 +239,7 @@ documentation. %{tde_datadir}/apps/tdeconf_update/tellico-1-3-update.pl %{tde_datadir}/apps/tdeconf_update/tellico-rename.upd %{tde_datadir}/apps/tdeconf_update/tellico.upd +%{tde_datadir}/apps/tellico/__pycache__/ ########## |