diff options
author | François Andriot <[email protected]> | 2023-05-03 23:02:51 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2023-05-03 23:05:36 +0200 |
commit | ae2a5ca1f263a80fb1cb8f82d54c0251ff1efabe (patch) | |
tree | e3167c3ebb114c1f33d6f6b045c3e418f9d24440 /redhat/applications/office | |
parent | e0663918336a27443c9deb5d6cfee4e5283d6ed9 (diff) | |
download | tde-packaging-ae2a5ca1f263a80fb1cb8f82d54c0251ff1efabe.tar.gz tde-packaging-ae2a5ca1f263a80fb1cb8f82d54c0251ff1efabe.zip |
RPM: update build scripts for pclinuxos
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/applications/office')
-rw-r--r-- | redhat/applications/office/kbibtex/kbibtex.spec | 2 | ||||
-rw-r--r-- | redhat/applications/office/koffice/koffice.spec | 2 | ||||
-rw-r--r-- | redhat/applications/office/tellico/tellico.spec | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/redhat/applications/office/kbibtex/kbibtex.spec b/redhat/applications/office/kbibtex/kbibtex.spec index bef708968..7026fc21e 100644 --- a/redhat/applications/office/kbibtex/kbibtex.spec +++ b/redhat/applications/office/kbibtex/kbibtex.spec @@ -80,7 +80,7 @@ BuildRequires: openssl-devel BuildRequires: libxslt-devel # YAZ support -%if 0%{?fedora} || 0%{?mgaversion} || 0%{?suse_version} +%if 0%{?fedora} || 0%{?mgaversion} || 0%{?pclinuxos} || 0%{?suse_version} BuildRequires: libyaz-devel %endif diff --git a/redhat/applications/office/koffice/koffice.spec b/redhat/applications/office/koffice/koffice.spec index e137cc9b9..841a44c04 100644 --- a/redhat/applications/office/koffice/koffice.spec +++ b/redhat/applications/office/koffice/koffice.spec @@ -246,7 +246,9 @@ BuildRequires: wv2-devel # MESA support %if 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?pclinuxos} == 0 BuildRequires: %{_lib}mesagl-devel +%endif BuildRequires: %{_lib}mesaglu1-devel %endif %if 0%{?fedora} || 0%{?rhel} diff --git a/redhat/applications/office/tellico/tellico.spec b/redhat/applications/office/tellico/tellico.spec index ee92c8f4b..636c6deb2 100644 --- a/redhat/applications/office/tellico/tellico.spec +++ b/redhat/applications/office/tellico/tellico.spec @@ -220,14 +220,10 @@ documentation. %{tde_datadir}/apps/tellico/*.xml %{tde_datadir}/apps/tellico/*.png %{tde_datadir}/apps/tellico/entry-templates -%if 0%{?rhel} == 7 || 0%{?suse_version} %{tde_datadir}/apps/tellico/*.py* -%if 0%{?rhel} == 7 +%if 0%{?rhel} == 7 || 0%{?mgaversion} >= 8 %{tde_datadir}/apps/tellico/__pycache__/ %endif -%else -%pycached %{tde_datadir}/apps/tellico/*.py -%endif %{tde_datadir}/apps/tellico/pics %{tde_datadir}/apps/tellico/report-templates %{tde_datadir}/apps/tellico/tellico.dtd |