From a239df867766414b6a239cb501b6796e3b2b54b3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:28:44 +0000 Subject: auto-import changelog data from openldap-2.0.7-14a.src.rpm * Fri Feb 08 2002 Phil Knirsch - Config.guess/status fix for s390(x) --- diff --git a/openldap.spec b/openldap.spec index c62f75c..b01528d 100644 --- a/openldap.spec +++ b/openldap.spec @@ -3,7 +3,7 @@ Summary: The configuration files, libraries and documentation for OpenLDAP. Name: openldap Version: 2.0.7 -Release: 14 +Release: 14a License: OpenLDAP Group: System Environment/Daemons Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz @@ -105,6 +105,15 @@ autoheader autoconf %build +# like libtoolize, but different +%ifarch s390 s390x +for file in config.sub config.guess ; do + for place in `find . -type f -name $file` ; do + cp -f /usr/share/libtool/$file $place + done +done +%endif + CPPFLAGS="-I/usr/kerberos/include"; export CPPFLAGS CFLAGS="$CPPFLAGS $RPM_OPT_FLAGS -D_REENTRANT -fPIC"; export CFLAGS LDFLAGS="-L/usr/kerberos/lib"; export LDFLAGS @@ -270,6 +279,9 @@ fi %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Fri Feb 8 2002 Phil Knirsch +- Config.guess/status fix for s390(x) + * Fri Mar 2 2001 Nalin Dahyabhai - rebuild in new environment