auto-import cyrus-sasl-1.5.24-25 from cyrus-sasl-1.5.24-25.src.rpm

This commit is contained in:
cvsdist 2004-09-09 04:03:33 +00:00
parent b91780b715
commit 46febc3587

View File

@ -11,7 +11,7 @@
Summary: The Cyrus SASL library.
Name: cyrus-sasl
Version: 1.5.24
Release: 24
Release: 25
License: Freely Distributable
Group: System Environment/Libraries
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
@ -22,6 +22,7 @@ Patch2: cyrus-sasl-1.5.24-syslog.patch
Patch3: cyrus-sasl-1.5.24-rpath.patch
Patch4: cyrus-sasl-1.5.24-autoconf.patch
Buildroot: %{_tmppath}/%{name}-root
BuildPrereq: autoconf, automake, libtool
BuildPrereq: gdbm-devel, krb5-devel, openssl-devel, pam-devel
Requires: pam
Prereq: /sbin/ldconfig
@ -75,13 +76,13 @@ CRAM-MD5 and DIGEST-MD5 authentication schemes.
%patch2 -p1 -b .syslog
%patch3 -p1 -b .rpath
%patch4 -p1 -b .autoconf
libtoolize -f
aclocal -I ./cmulocal
automake -a -c
automake -a
autoconf
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
libtoolize -f
%configure \
--enable-static --enable-shared \
--with-plugindir=%{_libdir}/sasl \
@ -160,8 +161,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Mar 26 2002 Tim Powers <timp@redhat.com>
- libtoolize
* Thu Feb 21 2002 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-25
- one more time!
* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-24
- free ride through the build system
* Fri Nov 2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-23
- patch to fix possible syslog format-string vulnerability