]> git.pld-linux.org Git - packages/db4.7.git/commitdiff
- source,target = 1.5 (it now builds with gcj) auto/th/db4_7-4_7_25_4-2
authorpawelz <pawelz@pld-linux.org>
Fri, 12 Jun 2009 09:36:36 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added jdk bconds
- rel 2

Changed files:
    db4.7.spec -> 1.17

db4.7.spec

index 11b3c030915e79def3c5e0110cc13cd6de63ea70..b97b1d1b8df8f9f38b414534b49192c2ecf0a777 100644 (file)
@@ -8,6 +8,14 @@
 %undefine with_java
 %endif
 
+%if "%{pld_release}" == "ti"
+%bcond_without java_sun        # build with gcj
+%else
+%bcond_with    java_sun        # build with java-sun
+%endif
+
+%include       /usr/lib/rpm/macros.java
+
 %define                libver          4.7
 %define                ver                     %{libver}.25
 %define                patchlevel      4
@@ -15,7 +23,7 @@ Summary:      Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsÅ‚ugi baz Berkeley DB
 Name:          db4.7
 Version:       %{ver}.%{patchlevel}
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL-like (see LICENSE)
 Group:         Libraries
@@ -25,7 +33,12 @@ Source0:     http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
 URL:           http://www.oracle.com/technology/products/berkeley-db/index.html
 BuildRequires: automake
 BuildRequires: ed
-%{?with_java:BuildRequires:    jdk}
+%if %{with java}
+%{!?with_java_sun:BuildRequires:       java-gcj-compat-devel}
+%{?with_java_sun:BuildRequires:        java-sun}
+BuildRequires: rpm >= 4.4.9-56
+BuildRequires: rpm-javaprov
+%endif
 BuildRequires: libstdc++-devel
 BuildRequires: rpmbuild(macros) >= 1.426
 BuildRequires: sed >= 4.0
@@ -250,6 +263,9 @@ poleceÅ„.
 %build
 cp -f /usr/share/automake/config.sub dist
 
+JAVACFLAGS="-source 1.5 -target 1.5"
+export JAVACFLAGS
+
 %if %{with static_libs}
 cp -a build_unix build_unix.static
 
@@ -260,6 +276,7 @@ CXX="%{__cxx}"
 CFLAGS="%{rpmcflags}"
 CXXFLAGS="%{rpmcflags} -fno-implicit-templates"
 LDFLAGS="%{rpmcflags} %{rpmldflags}"
+
 export CC CXX CFLAGS CXXFLAGS LDFLAGS
 
 ../dist/%configure \
This page took 0.117512 seconds and 4 git commands to generate.