Author: qboosh Date: Sun Dec 2 23:09:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.0 (adds hppa,mipsel,x86_64 support and something-like-JIT) - updated libdir patch, dropped javadir patch - use classpath 0.19+ paths
---- Files affected: SPECS: jamvm.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/jamvm.spec diff -u SPECS/jamvm.spec:1.25 SPECS/jamvm.spec:1.26 --- SPECS/jamvm.spec:1.25 Tue Feb 13 09:06:36 2007 +++ SPECS/jamvm.spec Mon Dec 3 00:09:37 2007 @@ -2,21 +2,25 @@ Summary: A small Java Virtual Machine Summary(pl.UTF-8): Mała maszyna wirtualna Javy (JVM) Name: jamvm -Version: 1.4.4 +Version: 1.5.0 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Applications/System Source0: http://dl.sourceforge.net/jamvm/%{name}-%{version}.tar.gz -# Source0-md5: 1b7bc9928c534412e062685a4191651d +# Source0-md5: a965452442cdbfc94caba57d0dd25a8f Patch0: %{name}-libdir.patch -Patch1: %{name}-javadir.patch -Patch2: %{name}-i786.patch +Patch1: %{name}-i786.patch URL: http://jamvm.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake +%ifarch %{x8664} hppa +BuildRequires: libffi-devel +%endif BuildRequires: unzip -Requires: classpath >= 0.12 -ExclusiveArch: arm i486 i586 i686 pentium3 pentium4 athlon ppc +BuildRequires: zlib-devel +Requires: classpath >= 0.19 +ExclusiveArch: %{ix86} %{x8664} arm hppa mipsel ppc +ExcludeArch: i386 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -41,6 +45,7 @@ Summary: JNI development header file Summary(pl.UTF-8): Plik nagłówkowy dla JNI Group: Development/Languages/Java +Requires: %{name} = %{version}-%{release} %description devel Java Native Interface development header file. @@ -52,7 +57,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__aclocal} @@ -80,6 +84,7 @@ %doc ACKNOWLEDGEMENTS AUTHORS NEWS README %attr(755,root,root) %{_bindir}/jamvm %attr(755,root,root) %{_libdir}/libjvm.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libjvm.so.0 %{_datadir}/%{name} %files devel @@ -94,6 +99,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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 +- use classpath 0.19+ paths + Revision 1.25 2007-02-13 08:06:36 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jamvm.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
