Author: pawelz Date: Wed Apr 22 19:07:26 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - removed aot-compile and rebuild-gcj-db (provided by gcc-4.4.0) - R: gcc >= 6:4.4.0 - rel 8
---- Files affected: SPECS: java-gcj-compat.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/java-gcj-compat.spec diff -u SPECS/java-gcj-compat.spec:1.32 SPECS/java-gcj-compat.spec:1.33 --- SPECS/java-gcj-compat.spec:1.32 Wed Apr 15 15:37:01 2009 +++ SPECS/java-gcj-compat.spec Wed Apr 22 21:07:21 2009 @@ -7,14 +7,15 @@ Summary(pl.UTF-8): Skrypty powłoki i dowiązania do symulacji środowiska uruchomieniowego Javy przy użyciu GCJ Name: java-gcj-compat Version: 1.0.78 -Release: 7 +Release: 8 License: GPL v2 Group: Development/Languages/Java Source0: ftp://sources.redhat.com/pub/rhug/%{name}-%{version}.tar.gz # Source0-md5: 03d8e7e4a52608878600cd16f5c8454a Patch0: %{name}-javac.patch # gcc >= 6:4.3.1-3 is required for working ecj1. -%define gcc_ver 6:4.3.1-3 +# gcc >= 6:4.4.0 is required because of aot-compile and rebuild-gcj-db scripts +%define gcc_ver 6:4.4.0 BuildRequires: gcc-java >= %{gcc_ver} BuildRequires: python-devel BuildRequires: rpmbuild(macros) >= 1.453 @@ -134,9 +135,6 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README -%attr(755,root,root) %{_bindir}/aot-compile -%attr(755,root,root) %{_bindir}/aot-compile-rpm -%attr(754,root,root) %{_bindir}/rebuild-gcj-db %dir %{_jvmdir} %dir %{_jvmdir}/bin %dir %{_jvmdir}/lib @@ -188,6 +186,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2009/04/22 19:07:21 pawelz +- removed aot-compile and rebuild-gcj-db (provided by gcc-4.4.0) +- R: gcc >= 6:4.4.0 +- rel 8 + Revision 1.32 2009/04/15 13:37:01 spider - br: python-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-gcj-compat.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
