Author: qboosh Date: Thu Nov 16 19:12:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.4, updated javadir patch
---- Files affected: SPECS: jamvm.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/jamvm.spec diff -u SPECS/jamvm.spec:1.22 SPECS/jamvm.spec:1.23 --- SPECS/jamvm.spec:1.22 Sat May 27 01:05:34 2006 +++ SPECS/jamvm.spec Thu Nov 16 20:12:42 2006 @@ -2,12 +2,12 @@ Summary: A small Java Virtual Machine Summary(pl): Mała maszyna wirtualna Javy (JVM) Name: jamvm -Version: 1.4.3 +Version: 1.4.4 Release: 1 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/jamvm/%{name}-%{version}.tar.gz -# Source0-md5: 9ce7d48304d59444877c51f763abfd3d +# Source0-md5: 1b7bc9928c534412e062685a4191651d Patch0: %{name}-libdir.patch Patch1: %{name}-javadir.patch Patch2: %{name}-i786.patch @@ -78,12 +78,15 @@ %files %defattr(644,root,root,755) %doc ACKNOWLEDGEMENTS AUTHORS NEWS README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/jamvm +%attr(755,root,root) %{_libdir}/libjvm.so.*.*.* %{_datadir}/%{name} %files devel %defattr(644,root,root,755) -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libjvm.so +%{_libdir}/libjvm.la +%{_includedir}/jni.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -91,6 +94,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2006/11/16 19:12:42 qboosh +- updated to 1.4.4, updated javadir patch + Revision 1.22 2006/05/26 23:05:34 qboosh - updated to 1.4.3, updated libdir,i786 patches ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/jamvm.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
