SPECS: db4.7.spec - up to 4.7.25 (as new spec - db4.7.spec)
arekm
arekm at pld-linux.org
Mon May 26 17:32:59 CEST 2008
Author: arekm Date: Mon May 26 15:32:59 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 4.7.25 (as new spec - db4.7.spec)
---- Files affected:
SPECS:
db4.7.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/db4.7.spec
diff -u SPECS/db4.7.spec:1.7 SPECS/db4.7.spec:1.8
--- SPECS/db4.7.spec:1.7 Tue May 20 09:00:46 2008
+++ SPECS/db4.7.spec Mon May 26 17:32:54 2008
@@ -3,27 +3,23 @@
# Conditional build:
%bcond_without java # don't build java bindings
%bcond_without tcl # don't build Tcl bindings
-%bcond_with pmutex # use POSIX mutexes (only process-private with linuxthreads)
-%bcond_without nptl # don't use process-shared POSIX mutexes (NPTL provides full interface)
%bcond_without static_libs # don't build static libraries
#
-%{?with_nptl:%define with_pmutex 1}
%ifnarch i586 i686 athlon pentium3 pentium4 %{x8664}
%undefine with_java
%endif
-%define mver 4.6
+%define mver 4.7
Summary: Berkeley DB database library for C
Summary(pl.UTF-8): Biblioteka C do obsługi baz Berkeley DB
-Name: db4.6
-Version: %{mver}.21
-Release: 2
+Name: db4.7
+Version: %{mver}.25
+Release: 1
Epoch: 0
License: Sleepycat public license (GPL-like, see LICENSE)
Group: Libraries
# alternative site (sometimes working): http://www.berkeleydb.com/
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
-# Source0-md5: 718082e7e35fc48478a2334b0bc4cd11
-Patch0: http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/patch.4.6.21.1
+# Source0-md5: ec2b87e833779681a0c3a814aa71359e
URL: http://www.oracle.com/technology/products/berkeley-db/index.html
BuildRequires: autoconf
BuildRequires: automake
@@ -244,11 +240,6 @@
%prep
%setup -q -n db-%{version}
-%patch0 -p0
-
-%if !%{with nptl}
-sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac
-%endif
%build
cd dist
@@ -275,7 +266,7 @@
--disable-shared \
--enable-static \
--enable-rpc \
- --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
+ --enable-posixmutexes \
--enable-cxx
# (temporarily?) disabled because of compilation errors:
@@ -292,7 +283,7 @@
--libdir=%{_libdir} \
--enable-compat185 \
--enable-rpc \
- --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
+ --enable-posixmutexes \
--enable-cxx \
%{?with_tcl:--enable-tcl} \
%{?with_tcl:--with-tcl=/usr/lib} \
@@ -500,6 +491,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-05-26 15:32:54 arekm
+- up to 4.7.25 (as new spec - db4.7.spec)
+
Revision 1.7 2008-05-20 07:00:46 arekm
- rel 2; Fixes a race condition between checkpoint and DB->close which can result in the checkpoint thread self-deadlocking.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/db4.7.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list