]> git.pld-linux.org Git - packages/db5.3.git/blobdiff - db5.3.spec
- x32 rebuild
[packages/db5.3.git] / db5.3.spec
index 365605810b755977f9326f7e70432f41465eeae1..6d1e646aa288ddccdd16d8040251ff6e8b1db214 100644 (file)
 
 %define                major           5
 %define                libver          %{major}.3
-%define                ver             %{libver}.21
+%define                ver             %{libver}.28
 %define                patchlevel      0
 Summary:       Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsÅ‚ugi baz Berkeley DB
 Name:          db5.3
 Version:       %{ver}.%{patchlevel}
-Release:       2
+Release:       3
 License:       BSD-like (see LICENSE)
 Group:         Libraries
 #Source0Download: http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html
 Source0:       http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
-# Source0-md5: 3fda0b004acdaa6fa350bfc41a3b95ca
+# Source0-md5: b99454564d5b4479750567031d66fe24
+Patch0:                %{name}-link.patch
+Patch1:                %{name}-sql-features.patch
 URL:           http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html
 BuildRequires: automake
 %if %{with java}
@@ -368,6 +370,8 @@ poleceÅ„.
 
 %prep
 %setup -q -n db-%{ver}
+%patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub dist
This page took 0.106163 seconds and 4 git commands to generate.