|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
-Version: 1.1.4
|
|
|
-Release: 20040219
|
|
|
+Version: 1.1.5
|
|
|
+Release: 20050408
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-%{version}.tar.gz
|
|
|
@@ -41,8 +41,10 @@ Source0: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-%{version}.
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, libiconv, gcc, make
|
|
|
-PreReq: OpenPKG, openpkg >= 20040130, libiconv
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, jikes
|
|
|
+PreReq: OpenPKG, openpkg >= 20040130
|
|
|
+BuildPreReq: libiconv, gmp, libffi
|
|
|
+PreReq: libiconv, gmp, libffi
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -72,7 +74,10 @@ AutoReqProv: no
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--with-iconv-prefix=%{l_prefix} \
|
|
|
- --with-awt=no \
|
|
|
+ --with-jikes=%{l_prefix}/bin/jikes \
|
|
|
+ --with-libffi \
|
|
|
+ --with-gmp \
|
|
|
+ --disable-native-awt \
|
|
|
--with-staticlib \
|
|
|
--enable-pure-java-math \
|
|
|
--disable-shared
|
|
|
@@ -82,6 +87,7 @@ AutoReqProv: no
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
|
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|
%files -f files
|