diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-10-04 19:08:29 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-10-04 19:08:29 +0200 |
commit | 97e55d630293256cc9bb58e93be313bffb6d5742 (patch) | |
tree | c30e1204fd2ba8bbdf5a02bfc7855c8a16b50471 /redhat/applications/kcmldapcontroller | |
parent | d01629bfa097cf7e35f87bb00fa549fc3cdce23f (diff) | |
download | tde-packaging-97e55d630293256cc9bb58e93be313bffb6d5742.tar.gz tde-packaging-97e55d630293256cc9bb58e93be313bffb6d5742.zip |
RPM packaging: fix kcmldap, kcmldapcontroller, kcmldapmanager, kerberostray build requires
Diffstat (limited to 'redhat/applications/kcmldapcontroller')
-rw-r--r-- | redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec index 1fc7a339c..9191e9b5a 100644 --- a/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec +++ b/redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec @@ -88,8 +88,31 @@ BuildRequires: openldap2-devel BuildRequires: openldap24-libs-devel %endif +# HEIMDAL support +%if 0%{?rhel} >= 6 || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: heimdal-devel +%endif +%if 0%{?suse_version} +BuildRequires: libheimdal-devel +%endif + +# UDEV support +%if 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} >= 6 +%define with_tdehwlib 1 +BuildRequires: libudev-devel +%endif + +# LIBCOM_ERR support +%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} +BuildRequires: libcom_err-devel +%endif +%if 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: %{_lib}ext2fs-devel +%endif + Requires: trinity-kcontrol-ldap-controller = %{?epoch:%{epoch}:}%{version}-%{release} + %description This is a meta-package that installs all kcmldap related packages. |