From d754cff9459fedf8bec48618b45ac8fe86c8117e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 11 Nov 2004 06:23:05 +0000 Subject: [PATCH] build with mysql-devel instead of mysqlclient10 --- cyrus-sasl.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 8ac7899..0e789b2 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -11,7 +11,7 @@ Summary: The Cyrus SASL library. Name: cyrus-sasl Version: 2.1.20 -Release: 1 +Release: 2 License: Freely Distributable Group: System Environment/Libraries Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz @@ -47,7 +47,7 @@ BuildPrereq: gdbm-devel %endif BuildPrereq: autoconf, automake, libtool BuildPrereq: krb5-devel >= 1.2, openssl-devel, pam-devel, pkgconfig -BuildPrereq: mysqlclient10-devel, postgresql-devel +BuildPrereq: mysql-devel, postgresql-devel Prereq: /sbin/ldconfig, chkconfig, /sbin/service %description @@ -235,7 +235,7 @@ popd %endif # Find the SQL libraries used needed by the SQL auxprop plugin. -mysql_config=%{_libdir}/mysql3/mysql/mysql_config +mysql_config=mysql_config pg_config=pg_config SQL_CFLAGS=`${mysql_config} --cflags`" -I"`${pg_config} --includedir` SQL_LIBS=`${mysql_config} --libs`" -L"`${pg_config} --libdir`"" @@ -520,8 +520,11 @@ fi #%{_sbindir}/saslauthd2-checkpass %changelog +* Thu Nov 11 2004 Nalin Dahyabhai 2.1.20-2 +- build with mysql-devel instead of mysqlclient10 + * Mon Nov 1 2004 Nalin Dahyabhai 2.1.20-1 -- build with mysqlclient10 instead of mysql-devel (#TBD) +- build with mysqlclient10 instead of mysql-devel * Wed Oct 27 2004 Nalin Dahyabhai 2.1.20-0 - update to 2.1.20, including the fix for CAN-2004-0884