From 9a472b2dce02c8e3ff3fbdaf7d6853c40b55ee78 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:02:24 +0000 Subject: [PATCH] auto-import changelog data from cyrus-sasl-1.5.24-20.src.rpm Tue Aug 14 2001 Nalin Dahyabhai - build without -ggdb --- cyrus-sasl.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 4a6b0c5..440b596 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -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 +- build without -ggdb + * Fri Aug 3 2001 Nalin Dahyabhai - add gdbm-devel as a build dependency (#44990) - split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,