build with mysql-devel instead of mysqlclient10
This commit is contained in:
parent
48919cf41a
commit
d754cff945
@ -11,7 +11,7 @@
|
|||||||
Summary: The Cyrus SASL library.
|
Summary: The Cyrus SASL library.
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.20
|
Version: 2.1.20
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Freely Distributable
|
License: Freely Distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||||
@ -47,7 +47,7 @@ BuildPrereq: gdbm-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildPrereq: autoconf, automake, libtool
|
BuildPrereq: autoconf, automake, libtool
|
||||||
BuildPrereq: krb5-devel >= 1.2, openssl-devel, pam-devel, pkgconfig
|
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
|
Prereq: /sbin/ldconfig, chkconfig, /sbin/service
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -235,7 +235,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Find the SQL libraries used needed by the SQL auxprop plugin.
|
# 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
|
pg_config=pg_config
|
||||||
SQL_CFLAGS=`${mysql_config} --cflags`" -I"`${pg_config} --includedir`
|
SQL_CFLAGS=`${mysql_config} --cflags`" -I"`${pg_config} --includedir`
|
||||||
SQL_LIBS=`${mysql_config} --libs`" -L"`${pg_config} --libdir`""
|
SQL_LIBS=`${mysql_config} --libs`" -L"`${pg_config} --libdir`""
|
||||||
@ -520,8 +520,11 @@ fi
|
|||||||
#%{_sbindir}/saslauthd2-checkpass
|
#%{_sbindir}/saslauthd2-checkpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 11 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-2
|
||||||
|
- build with mysql-devel instead of mysqlclient10
|
||||||
|
|
||||||
* Mon Nov 1 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-1
|
* Mon Nov 1 2004 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 2.1.20-0
|
* Wed Oct 27 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-0
|
||||||
- update to 2.1.20, including the fix for CAN-2004-0884
|
- update to 2.1.20, including the fix for CAN-2004-0884
|
||||||
|
Loading…
Reference in New Issue
Block a user