diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-05-03 23:02:51 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-05-03 23:05:36 +0200 |
commit | ae2a5ca1f263a80fb1cb8f82d54c0251ff1efabe (patch) | |
tree | e3167c3ebb114c1f33d6f6b045c3e418f9d24440 /redhat/core/tdebindings/tdebindings.spec | |
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 <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/core/tdebindings/tdebindings.spec')
-rw-r--r-- | redhat/core/tdebindings/tdebindings.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/core/tdebindings/tdebindings.spec b/redhat/core/tdebindings/tdebindings.spec index 9f3bf5d1b..87f59ea32 100644 --- a/redhat/core/tdebindings/tdebindings.spec +++ b/redhat/core/tdebindings/tdebindings.spec @@ -686,7 +686,7 @@ This package is part of the official TDE bindings module. %defattr(-,root,root,-) %{python_sitearch}/pcop.la %{python_sitearch}/pcop.so -%if 0%{?rhel} == 7 || 0%{?suse_version} +%if 0%{?pclinuxos} || 0%{?rhel} == 7 || 0%{?suse_version} %{python_sitearch}/pydcop.py* %if 0%{?rhel} == 7 %{python_sitearch}/__pycache__/pydcop.*.pyc |