From 50617fcbe92a7335c688397940bca9e7f0d403f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 9 Aug 2015 10:46:34 +0200 Subject: RPM Packaging: fix openldap 2.4 support on RHEL 5 --- redhat/applications/kbfx/kbfx-14.0.0.spec | 2 +- redhat/applications/kcmldap/kcmldap-14.0.0.spec | 2 +- redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec | 2 +- redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec | 2 +- redhat/applications/kerberostray/kerberostray-14.0.0.spec | 2 +- redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'redhat') 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} -- cgit v1.2.3