Author: qboosh Date: Sun Jul 20 06:45:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.1
---- Files affected: SPECS: jamvm.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/jamvm.spec diff -u SPECS/jamvm.spec:1.26 SPECS/jamvm.spec:1.27 --- SPECS/jamvm.spec:1.26 Mon Dec 3 00:09:37 2007 +++ SPECS/jamvm.spec Sun Jul 20 08:45:01 2008 @@ -2,12 +2,12 @@ Summary: A small Java Virtual Machine Summary(pl.UTF-8): Mała maszyna wirtualna Javy (JVM) Name: jamvm -Version: 1.5.0 +Version: 1.5.1 Release: 1 License: GPL v2+ Group: Applications/System Source0: http://dl.sourceforge.net/jamvm/%{name}-%{version}.tar.gz -# Source0-md5: a965452442cdbfc94caba57d0dd25a8f +# Source0-md5: 5a82751b50391eb092c906ce64f3b6bf Patch0: %{name}-libdir.patch Patch1: %{name}-i786.patch URL: http://jamvm.sourceforge.net/ @@ -16,6 +16,7 @@ %ifarch %{x8664} hppa BuildRequires: libffi-devel %endif +BuildRequires: libtool BuildRequires: unzip BuildRequires: zlib-devel Requires: classpath >= 0.19 @@ -59,6 +60,7 @@ %patch1 -p1 %build +%{__libtoolize} %{__aclocal} %{__autoconf} @@ -76,6 +78,9 @@ install -D src/jni.h $RPM_BUILD_ROOT%{_includedir}/jni.h +# unwanted symlink +rm $RPM_BUILD_ROOT%{_libdir}/rt.jar + %clean rm -rf $RPM_BUILD_ROOT @@ -99,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2008/07/20 06:45:01 qboosh +- updated to 1.5.1 + Revision 1.26 2007/12/02 23:09:37 qboosh - updated to 1.5.0 (adds hppa,mipsel,x86_64 support and something-like-JIT) - updated libdir patch, dropped javadir patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jamvm.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
