diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-08-09 10:46:34 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-08-09 10:46:34 +0200 |
commit | 50617fcbe92a7335c688397940bca9e7f0d403f7 (patch) | |
tree | f0277f6a99168c185b59663c8a2163635e4e8913 /redhat | |
parent | 5c97afc755186f293c696f06c346a57a48db915d (diff) | |
download | tde-packaging-50617fcbe92a7335c688397940bca9e7f0d403f7.tar.gz tde-packaging-50617fcbe92a7335c688397940bca9e7f0d403f7.zip |
RPM Packaging: fix openldap 2.4 support on RHEL 5
Diffstat (limited to 'redhat')
6 files changed, 6 insertions, 6 deletions
diff --git a/redhat/applications/kbfx/kbfx-14.0.0.spec b/redhat/applications/kbfx/kbfx-14.0.0.spec index 8ae6a2b5e..215350246 100644 --- a/redhat/applications/kbfx/kbfx-14.0.0.spec +++ b/redhat/applications/kbfx/kbfx-14.0.0.spec @@ -39,7 +39,7 @@ Name: trinity-%{tde_pkg} Epoch: %{tde_epoch} Version: 0.4.9.3.1 Release: %{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}%{?_variant} -Summary: an alternative to K-Menu for TDE [Trinity] +Summary: An alternative to K-Menu for TDE Group: Applications/Utilities URL: http://www.trinitydesktop.org/ diff --git a/redhat/applications/kcmldap/kcmldap-14.0.0.spec b/redhat/applications/kcmldap/kcmldap-14.0.0.spec index de5499657..7260ccee2 100644 --- a/redhat/applications/kcmldap/kcmldap-14.0.0.spec +++ b/redhat/applications/kcmldap/kcmldap-14.0.0.spec @@ -186,7 +186,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} diff --git a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec index f44b382cf..27a7f09ba 100644 --- a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec +++ b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec @@ -163,7 +163,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} diff --git a/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec b/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec index 43eae8ac5..0d9d75521 100644 --- a/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec +++ b/redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec @@ -157,7 +157,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} diff --git a/redhat/applications/kerberostray/kerberostray-14.0.0.spec b/redhat/applications/kerberostray/kerberostray-14.0.0.spec index 1961903cc..a0d4f780b 100644 --- a/redhat/applications/kerberostray/kerberostray-14.0.0.spec +++ b/redhat/applications/kerberostray/kerberostray-14.0.0.spec @@ -131,7 +131,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} diff --git a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec index 6948e0743..59ab7a1fb 100644 --- a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec +++ b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec @@ -176,7 +176,7 @@ export PATH="%{tde_bindir}:${PATH}" \ %if 0%{?rhel} == 5 --with-extra-includes=/usr/include/openldap24 \ - --with-extra-libs=/usr/lib/openldap24 \ + --with-extra-libs=%{_libdir}/openldap24 \ %endif %__make %{?_smp_mflags} |