]> git.pld-linux.org Git - packages/db.git/commitdiff
- BR: jdk instead jdkgcj
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 15 Apr 2004 09:03:47 +0000 (09:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed build process

Changed files:
    db.spec -> 1.47

db.spec

diff --git a/db.spec b/db.spec
index e1e50fc3f13ed735e12c2a5b827cb60cfaa6a3be..81774c691111da1bb30782d74b9993499db7dcd9 100644 (file)
--- a/db.spec
+++ b/db.spec
@@ -19,7 +19,7 @@ URL:          http://www.sleepycat.com/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ed
-%{?with_java:BuildRequires:    jdkgcj >= 0.3.1-2}
+%{?with_java:BuildRequires:    jdk}
 BuildRequires: libtool
 BuildRequires: libstdc++-devel
 BuildRequires: sed >= 4.0
@@ -211,6 +211,8 @@ polece
 %build
 cd dist
 rm -f config.sub
+rm -f aclocal/libtool.ac
+rm -f ltmain.sh
 cp %{_datadir}/aclocal/libtool.m4 aclocal/libtool.ac
 cp %{_datadir}/automake/config.sub .
 cp %{_datadir}/libtool/ltmain.sh .
This page took 0.069979 seconds and 4 git commands to generate.