--- db4.spec-ORIG Thu May 20 14:55:13 2004 +++ db4.spec Thu May 20 15:14:12 2004 @@ -11,7 +11,7 @@ Summary: The Berkeley DB database library (version 4) for C. Name: db4 Version: 4.0.14 -Release: 20 +Release: 20_olea Source: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz Source1: http://www.sleepycat.com/update/1.85/db.1.85.tar.gz Patch10: http://www.sleepycat.com/update/1.85/patch.1.1 @@ -27,6 +27,8 @@ Obsoletes: db1, db1-devel BuildPreReq: perl BuildPreReq: tcl +BuildPreReq: binutils cpp gcc glibc-devel glibc-kernheaders patch rpm-build gcc-java jdkgcj libgcj libgcj-devel zip gzip less make autoconf automake libtool libtool-libs m4 diffutils gcc-c++ libstdc++-devel + %ifarch %{java_arches} BuildPreReq: jdkgcj >= 0.1.0 %endif @@ -166,6 +168,7 @@ --enable-test \ %ifarch %{nptl_arches} --enable-posixmutexes \ + --disable-posixmutexes \ %endif # --enable-diagnostic \ # --enable-debug --enable-debug_rop --enable-debug_wop \ @@ -284,6 +287,9 @@ %endif %changelog +* Thu May 20 2004 Ismael Olea 4.0.14-20_olea +- --disable-posixmutexes for solving some compatibility problems. + * Wed Feb 5 2003 Nalin Dahyabhai 4.0.14-20 - add dynamic libdb-4.0.so link back to %%{_libdir} so that dynamically linking with -ldb-4.0 will work again