]> git.pld-linux.org Git - packages/db3.git/commitdiff
- release 5: merge RH patches with POSIX mutex support. db3-3_1_17-5
authorkloczek <kloczek@pld-linux.org>
Fri, 8 Dec 2000 08:51:53 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db3.spec -> 1.18

db3.spec

index 090a19c0bf6ad2734a26a21de6152c27c7344f04..fb96c83c71fe428a480092709856cf8223c9bc3f 100644 (file)
--- a/db3.spec
+++ b/db3.spec
@@ -1,7 +1,7 @@
 Summary:       BSD database library for C
 Name:          db3
 Version:       3.1.17
-Release:       4
+Release:       5
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -9,6 +9,8 @@ Group(fr):      Librairies
 Group(pl):     Biblioteki
 Source0:       http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz
 Patch0:                %{name}-static.patch
+Patch1:                %{name}-linux.patch
+Patch2:                %{name}-jbj.patch
 BuildRequires: db1-static
 BuildRequires: glibc-static
 BuildRequires: tcl-devel >= 8.3.2
@@ -89,6 +91,8 @@ use Berkeley DB.
 %prep
 %setup -q -n db-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 cp -a build_unix build_unix.static
This page took 0.040308 seconds and 4 git commands to generate.