diff options
author | François Andriot <albator78@libertysurf.fr> | 2018-09-04 21:44:28 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2018-09-04 21:44:28 +0200 |
commit | 8d17db2e0995db07518fec7e5fd3a568e9da769c (patch) | |
tree | 8ff3b3ae40b3e2a6bd29ce98b02b896da0bb3647 /redhat/applications/kcmldapcontroller | |
parent | ce92126deea3247ae8daddc4427a081ac44504e1 (diff) | |
download | tde-packaging-8d17db2e0995db07518fec7e5fd3a568e9da769c.tar.gz tde-packaging-8d17db2e0995db07518fec7e5fd3a568e9da769c.zip |
RPM: update packages for PCLinuxOS 2018
Diffstat (limited to 'redhat/applications/kcmldapcontroller')
-rw-r--r-- | redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec index 784e05593..88a889e4e 100644 --- a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec +++ b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec @@ -134,8 +134,10 @@ This is a TDE control center module to manage users, groups, and machines in Ker %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{tde_bindir}/primaryrccertupdater +%if 0%{?pclinuxos} == 0 %{tde_libdir}/slapi-acl-manager.la %{tde_libdir}/slapi-acl-manager.so +%endif %{tde_tdelibdir}/kcm_ldapcontroller.la %{tde_tdelibdir}/kcm_ldapcontroller.so %{tde_tdeappdir}/ldapcontroller.desktop @@ -155,6 +157,10 @@ This is a TDE control center module to manage users, groups, and machines in Ker %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +%if 0%{?pclinuxos} +%__rm -rf acl-updater +%endif + %__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp -f "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh" %__make -f "admin/Makefile.common" |