diff --git a/openldap.spec b/openldap.spec index 1bddc0b..e4673e3 100644 --- a/openldap.spec +++ b/openldap.spec @@ -8,7 +8,7 @@ %define evolution_connector_includedir %{evolution_connector_prefix}/include %define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib} -Summary: The configuration files, libraries, and documentation for OpenLDAP +Summary: LDAP support libraries Name: openldap Version: %{version} Release: 1%{?dist} @@ -63,7 +63,7 @@ over the Internet. The openldap package contains configuration files, libraries, and documentation for OpenLDAP. %package devel -Summary: OpenLDAP development libraries and header files +Summary: LDAP development libraries and header files Group: Development/Libraries Requires: openldap = %{version}-%{release}, cyrus-sasl-devel >= 2.1 Provides: openldap-evolution-devel = %{version}-%{release} @@ -77,7 +77,7 @@ this package only if you plan to develop or will need to compile customized LDAP clients. %package servers -Summary: OpenLDAP servers and related files +Summary: LDAP server # OpenLDAP server includes Berkeley DB library, which is licensed under Sleepycat and BSD licenses) License: OpenLDAP and (Sleepycat and BSD) Requires: fileutils, make, openldap = %{version}-%{release}, openssl, /usr/sbin/useradd, /sbin/chkconfig, /sbin/runuser @@ -92,7 +92,7 @@ similar to the way DNS (Domain Name System) information is propagated over the Internet. This package contains the slapd server and related files. %package servers-sql -Summary: OpenLDAP server SQL support module +Summary: SQL support module for OpenLDAP server Requires: openldap-servers = %{version}-%{release} Group: System Environment/Daemons @@ -106,7 +106,7 @@ over the Internet. This package contains a loadable module which the slapd server can use to read data from an RDBMS. %package clients -Summary: Client programs for OpenLDAP +Summary: LDAP client utilities Requires: openldap = %{version}-%{release} Group: Applications/Internet