]> git.pld-linux.org Git - packages/db.git/commitdiff
- updated to 4.2.50
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Nov 2003 09:11:25 +0000 (09:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db.spec -> 1.29

db.spec

diff --git a/db.spec b/db.spec
index 6fe1ae00ba31400eefeaf15f051932da7a6a7d97..aad0c4517fda25e53d4e030d16b94f15f80a83f2 100644 (file)
--- a/db.spec
+++ b/db.spec
@@ -5,15 +5,13 @@
 Summary:       BSD database library for C
 Summary(pl):   Biblioteka C do obs³ugi baz Berkeley DB
 Name:          db
-Version:       4.1.25
-Release:       4
+Version:       4.2.50
+Release:       1
 License:       BSD
 Group:         Libraries
 # alternative site (sometimes working): http://www.berkeleydb.com/
 Source0:       http://www.sleepycat.com/update/snapshot/%{name}-%{version}.tar.gz
-# Source0-md5: df71961002b552c0e72c6e4e358f27e1
-Patch0:                %{name}-o_direct.patch
-Patch1:                http://www.sleepycat.com/update/4.1.25/patch.4.1.25.1
+# Source0-md5: 644522fe89c565ec10c6d2e2d010227b
 URL:           http://www.sleepycat.com/
 BuildRequires: autoconf
 BuildRequires: ed
@@ -192,8 +190,6 @@ polece
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
 
 %build
 cd dist
@@ -308,7 +304,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/{api*,ref,index.html,sleepycat,images} examples_c*
 %{_includedir}/db.h
 %{_includedir}/db_185.h
-%{_libdir}/libdb-4.1.la
+%{_libdir}/libdb-4.2.la
 %{_libdir}/libdb.la
 %{_libdir}/libdb.so
 %{_libdir}/libdb4.la
@@ -326,10 +322,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files cxx-devel
 %defattr(644,root,root,755)
-%{_includedir}/cxx_common.h
-%{_includedir}/cxx_except.h
 %{_includedir}/db_cxx.h
-%{_libdir}/libdb_cxx-4.1.la
+%{_libdir}/libdb_cxx-4.2.la
 %{_libdir}/libdb_cxx.la
 %{_libdir}/libdb_cxx.so
 
@@ -346,7 +340,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files tcl-devel
 %defattr(644,root,root,755)
-%{_libdir}/libdb_tcl-4.1.la
+%{_libdir}/libdb_tcl-4.2.la
 %{_libdir}/libdb_tcl.la
 %{_libdir}/libdb_tcl.so
 
This page took 0.072271 seconds and 4 git commands to generate.