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