]> git.pld-linux.org Git - packages/db4.2.git/commitdiff
- merged official patches 3,4 and amd64-fastmutex patch from db:AC-branch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 Oct 2006 08:28:41 +0000 (08:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db4.2.spec -> 1.76

db4.2.spec

index f7a24b81aeb90728cb5af4630c07bb37d00eacae..5c8709f2ef2a9d7c04925dca9c3b95658402232b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    java    # build db-java (required for openoffice)
+%bcond_with    java    # build db-java
 %bcond_without tcl     # don't build Tcl bindings
 %bcond_with    pmutex  # use POSIX mutexes (only process-private with linuxthreads)
 %bcond_with    nptl    # use process-shared POSIX mutexes (NPTL provides full interface)
@@ -20,6 +20,9 @@ Source0:      http://downloads.sleepycat.com/db-%{version}.tar.gz
 Patch0:                db-so-suffix.patch
 Patch1:                patch.4.2.52.1
 Patch2:                patch.4.2.52.2
+Patch3:                patch.4.2.52.3
+Patch4:                patch.4.2.52.4
+Patch5:                %{name}-amd64-fastmutex.patch
 URL:           http://www.sleepycat.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -169,7 +172,6 @@ Pliki programistyczne biblioteki db-java.
 Summary:       Berkeley database library for Tcl
 Summary(pl):   Biblioteka baz danych Berkeley dla Tcl
 Group:         Development/Languages/Tcl
-Requires:      tcl
 
 %description tcl
 Berkeley database library for Tcl.
@@ -223,6 +225,9 @@ polece
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
+%patch4 -p0
+%patch5 -p1
 
 %if %{without nptl}
 sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac
This page took 0.115748 seconds and 4 git commands to generate.