--- db4.spec.rh9 Wed Feb 5 22:01:35 2003 +++ db4.spec Thu Dec 18 09:29:07 2003 @@ -1,5 +1,4 @@ %define java_arches %{ix86} alpha ia64 ppc s390 s390x -%define nptl_arches %{ix86} # compatibility with legacy versions of rpm %{!?_lib:%define _lib lib} @@ -11,7 +10,7 @@ Summary: The Berkeley DB database library (version 4) for C. Name: db4 Version: 4.0.14 -Release: 20 +Release: 20_nonptl 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 @@ -164,9 +163,6 @@ --disable-java \ %endif --enable-test \ -%ifarch %{nptl_arches} - --enable-posixmutexes \ -%endif # --enable-diagnostic \ # --enable-debug --enable-debug_rop --enable-debug_wop \ @@ -284,6 +280,9 @@ %endif %changelog +* Mon May 26 2003 Simon Matter 4.0.14-20_nonptl +- Removed --enable-posixmutexes for non NPTL platforms + * 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