GSSAPI & LDAP in RPM?
- From: Scott Lamb <slamb slamb org>
- To: <balsa-list gnome org>
- Subject: GSSAPI & LDAP in RPM?
- Date: Sun, 27 Jan 2002 14:33:23 -0600 (CST)
Hi,
Is there some reason these features aren't included in Balsa's standard
RPM? I believe RedHat always installs the necessary dependencies (openldap
and krb5-libs) and they are quite handy.
The tiny patch below enables these options.
Scott Lamb
--- balsa.spec Sun Jan 20 06:08:31 2002
+++ balsa.spec.new Sun Jan 27 14:19:26 2002
@@ -1,4 +1,4 @@
-%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --enable-threads --disable-system-install --disable-more-warnings --disable-pcre
+%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --enable-threads --disable-system-install --disable-more-warnings --disable-pcre --with-gss=/usr/kerberos --enable-ldap
# we disable PCRE because it introduces dependency on KDE packages,
# it is better to reduce number of dependencies in the standard build
# and link against glibc version of regex library.
@@ -15,11 +15,15 @@
Requires: gtk+ >= 1.2.7
Requires: gnome-libs >= 1.2.0
Requires: libesmtp >= 0.8.6
+Requires: krb5-libs
+Requires: openldap
Provides: balsa
BuildRequires: libesmtp >= 0.7.1
BuildRequires: gnome-libs-devel >= 1.2.0
BuildRequires: gtk+-devel >= 1.2.7
+BuildRequires: krb5-devel
+BuildRequires: openldap-devel
%description
Balsa is an e-mail reader. This client is part of the GNOME
@@ -82,6 +86,10 @@
%changelog
+* Sun Jan 27 2002 Scott Lamb <slamb@slamb.org>
+- use GSSAPI authentication
+- use LDAP
+
* Sun Jun 24 2001 Spider <spider@darkmere.wanfear.com>
- remove all defined paths to user-specified.
- update configures, locales, update esmtp as a requires/buildrequires
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]