]> git.pld-linux.org Git - packages/db6.1.git/blobdiff - db6.1.spec
- updated to 6.1.29
[packages/db6.1.git] / db6.1.spec
index 9b8781811bb5152c18aafe4c80d8f4f4a8cf99e9..5b7b9c38cb022317bb189bdebf5f178365881234 100644 (file)
@@ -11,7 +11,7 @@
 
 %define                major           6
 %define                libver          %{major}.1
-%define                ver             %{libver}.19
+%define                ver             %{libver}.29
 %define                patchlevel      0
 Summary:       Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsÅ‚ugi baz Berkeley DB
@@ -20,10 +20,11 @@ Version:    %{ver}.%{patchlevel}
 Release:       1
 License:       AGPL v3
 Group:         Libraries
-#Source0Download: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html
+#Source0Download: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html
 Source0:       http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
-# Source0-md5: bfea581b42dc0fc247041e7d48cfd7fb
+# Source0-md5: 7f4d47302dfec698fe088e5285c9098e
 Patch0:                %{name}-sql-features.patch
+Patch1:                %{name}-jbj13.patch
 URL:           http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html
 BuildRequires: automake
 %if %{with java}
@@ -370,6 +371,7 @@ poleceÅ„.
 %prep
 %setup -q -n db-%{ver}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub dist
@@ -732,6 +734,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/db%{libver}_archive
 %attr(755,root,root) %{_bindir}/db%{libver}_checkpoint
+%attr(755,root,root) %{_bindir}/db%{libver}_convert
 %attr(755,root,root) %{_bindir}/db%{libver}_deadlock
 %attr(755,root,root) %{_bindir}/db%{libver}_dump
 %attr(755,root,root) %{_bindir}/db%{libver}_hotbackup
This page took 0.081626 seconds and 4 git commands to generate.