Author: jajcus Date: Thu Apr 15 12:16:17 2010 GMT Module: packages Tag: HEAD ---- Log message: - hackish workaround for build failure with java-gcj-compat-devel
---- Files affected: packages/java-rhino: java-rhino.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/java-rhino/java-rhino.spec diff -u packages/java-rhino/java-rhino.spec:1.23 packages/java-rhino/java-rhino.spec:1.24 --- packages/java-rhino/java-rhino.spec:1.23 Thu Apr 15 14:00:47 2010 +++ packages/java-rhino/java-rhino.spec Thu Apr 15 14:16:11 2010 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Rhino - JavaScript dla Javy Name: java-rhino Version: 1.7R2 -Release: 1 +Release: 2 License: MPL 1.1 or GPL v2+ Group: Development/Languages/Java Source0: http://ftp.mozilla.org/pub/mozilla.org/js/rhino%{fver}.zip @@ -69,6 +69,10 @@ EOF %build +# workaround for java-gcj-compat-devel compilation failure +%ant jar || : +rm -f build/classes/org/mozilla/javascript/{FieldsAndMethods,JavaMembers}.class + %ant jar %install @@ -105,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/04/15 12:16:11 jajcus +- hackish workaround for build failure with java-gcj-compat-devel + Revision 1.23 2010/04/15 12:00:47 jajcus - BR: jdk ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-rhino/java-rhino.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
