auto-import changelog data from cyrus-sasl-1.5.24-20.src.rpm

Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com>
- build without -ggdb
This commit is contained in:
cvsdist 2004-09-09 04:02:24 +00:00
parent 12ae559009
commit 9a472b2dce
1 changed files with 14 additions and 10 deletions

View File

@ -1,7 +1,7 @@
Summary: The Cyrus SASL library.
Name: cyrus-sasl
Version: 1.5.24
Release: 19
Release: 20
License: Freely Distributable
Group: System Environment/Libraries
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
@ -14,9 +14,9 @@ Requires: pam
Prereq: /sbin/ldconfig
%description
The %{name} package contains the Cyrus SASL implementation. SASL is the
Simple Authentication and Security Layer, a method for adding authentication
support to connection-based protocols.
The cyrus-sasl package contains the Cyrus implementation of SASL.
SASL is the Simple Authentication and Security Layer, a method for
adding authentication support to connection-based protocols.
%package devel
Requires: %{name} = %{version}-%{release}
@ -24,7 +24,7 @@ Group: Development/Libraries
Summary: Files needed for developing applications with Cyrus SASL.
%description devel
The %{name}-devel package contains files needed for developing and
The cyrus-sasl-devel package contains files needed for developing and
compiling applications which use the Cyrus SASL library.
%package gssapi
@ -33,8 +33,9 @@ Group: System Environment/Libraries
Summary: GSSAPI support for Cyrus SASL.
%description gssapi
The %{name}-gssapi package contains the Cyrus SASL plugins which support
GSSAPI authentication. GSSAPI is commonly used for Kerberos authentication.
The cyrus-sasl-gssapi package contains the Cyrus SASL plugins which
support GSSAPI authentication. GSSAPI is commonly used for Kerberos
authentication.
%package plain
Requires: %{name} = %{version}-%{release}
@ -42,7 +43,7 @@ Group: System Environment/Libraries
Summary: PLAIN and LOGIN support for Cyrus SASL.
%description plain
The %{name}-plain package contains the Cyrus SASL plugins which support
The cyrus-sasl-plain package contains the Cyrus SASL plugins which support
PLAIN and LOGIN authentication schemes.
%package md5
@ -51,7 +52,7 @@ Group: System Environment/Libraries
Summary: CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL.
%description md5
The %{name}-md5 package contains the Cyrus SASL plugins which support
The cyrus-sasl-md5 package contains the Cyrus SASL plugins which support
CRAM-MD5 and DIGEST-MD5 authentication schemes.
%prep
@ -61,7 +62,7 @@ CRAM-MD5 and DIGEST-MD5 authentication schemes.
%build
autoconf
CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"; export CFLAGS
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
%configure \
--enable-static --enable-shared \
--with-plugindir=%{_libdir}/sasl \
@ -124,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/sasl/*digestmd5*.so*
%changelog
* Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com>
- build without -ggdb
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com>
- add gdbm-devel as a build dependency (#44990)
- split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,