|
@@ -9,7 +9,7 @@ Summary: The Berkeley DB database library for C
|
|
Summary(ja): C 言語用 Berkeley DB データベースライブラリ
|
|
Summary(ja): C 言語用 Berkeley DB データベースライブラリ
|
|
Name: libdb
|
|
Name: libdb
|
|
Version: 5.3.28
|
|
Version: 5.3.28
|
|
-Release: 8%{?_dist_release}
|
|
+Release: 9%{?_dist_release}
|
|
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
|
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
|
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
|
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
|
# For mt19937db.c
|
|
# For mt19937db.c
|
|
@@ -27,11 +27,16 @@ Patch24: db-4.5.20-jni-include-dir.patch
|
|
# License clarification patch
|
|
# License clarification patch
|
|
# http://devel.trisquel.info/gitweb/?p=package-helpers.git;a=blob;f=helpers/DATA/db4.8/007-mt19937db.c_license.patch;h=1036db4d337ce4c60984380b89afcaa63b2ef88f;hb=df48d40d3544088338759e8bea2e7f832a564d48
|
|
# http://devel.trisquel.info/gitweb/?p=package-helpers.git;a=blob;f=helpers/DATA/db4.8/007-mt19937db.c_license.patch;h=1036db4d337ce4c60984380b89afcaa63b2ef88f;hb=df48d40d3544088338759e8bea2e7f832a564d48
|
|
Patch25: 007-mt19937db.c_license.patch
|
|
Patch25: 007-mt19937db.c_license.patch
|
|
|
|
+#Adds missing constant to Optcodes.java and changes ClassReader.java to use it. This makes package to build with Java 8.
|
|
|
|
+Patch26: java8-fix.patch
|
|
|
|
+# memp_stat fix provided by upstream (rhbz#1211871)
|
|
|
|
+Patch27: db-5.3.21-memp_stat-upstream-fix.patch
|
|
|
|
+
|
|
URL: http://www.oracle.com/database/berkeley-db/
|
|
URL: http://www.oracle.com/database/berkeley-db/
|
|
License: BSD and LGPLv2 and Sleepycat
|
|
License: BSD and LGPLv2 and Sleepycat
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
BuildRequires: perl libtool
|
|
BuildRequires: perl libtool
|
|
-BuildRequires: tcl >= 8.5.2-3
|
|
+BuildRequires: tcl-devel >= 8.5.2-3
|
|
%if %{with java}
|
|
%if %{with java}
|
|
BuildRequires: java-devel >= 1:1.6.0
|
|
BuildRequires: java-devel >= 1:1.6.0
|
|
%endif
|
|
%endif
|
|
@@ -282,6 +287,8 @@ popd
|
|
%patch22 -p1 -b .185compat
|
|
%patch22 -p1 -b .185compat
|
|
%patch24 -p1 -b .4.5.20.jni
|
|
%patch24 -p1 -b .4.5.20.jni
|
|
%patch25 -p1 -b .licensefix
|
|
%patch25 -p1 -b .licensefix
|
|
|
|
+#%patch26 -p1 -b .java8-fix
|
|
|
|
+%patch27 -p1 -b .memp_stat-fix
|
|
|
|
|
|
cd dist
|
|
cd dist
|
|
./s_config
|
|
./s_config
|
|
@@ -531,6 +538,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.28-9
|
|
|
|
+- added Patch27.
|
|
|
|
+
|
|
* Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.3.28-8
|
|
* Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.3.28-8
|
|
- added compat32 subpackages
|
|
- added compat32 subpackages
|
|
|
|
|