Author: hawk Date: Fri Mar 5 08:46:26 2010 GMT Module: packages Tag: HEAD ---- Log message: - disable gcjwebplugin, broken with xulrunner 1.9.2
---- Files affected: packages/java-gnu-classpath: java-gnu-classpath.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/java-gnu-classpath/java-gnu-classpath.spec diff -u packages/java-gnu-classpath/java-gnu-classpath.spec:1.50 packages/java-gnu-classpath/java-gnu-classpath.spec:1.51 --- packages/java-gnu-classpath/java-gnu-classpath.spec:1.50 Thu Mar 4 20:33:22 2010 +++ packages/java-gnu-classpath/java-gnu-classpath.spec Fri Mar 5 09:46:20 2010 @@ -9,6 +9,7 @@ # # Conditional build: %bcond_with gcj # use gcj instead of jdk [broken] +%bcond_with plugin # build gcjwebplugin %bcond_with apidocs # prepare API documentation (over 200MB) # %define srcname classpath @@ -17,7 +18,7 @@ Summary(pl.UTF-8): GNU Classpath (Najważniejsze biblioteki dla Javy) Name: java-gnu-classpath Version: 0.98 -Release: 3 +Release: 4 License: GPL v2+ with linking exception Group: Libraries/Java Source0: http://ftp.gnu.org/gnu/classpath/%{srcname}-%{version}.tar.gz @@ -152,6 +153,7 @@ --enable-load-library \ --enable-qt-peer \ --enable-xmlj \ + %{!?with_plugin:--disable-plugin} \ --with%{!?with_apidocs:out}-gjdoc \ --with-javah=%{?with_gcj:gcjh}%{!?with_gcj:javah} \ --with-ecj-jar=$ECJ_JAR \ @@ -192,7 +194,7 @@ %defattr(644,root,root,755) %doc AUTHORS BUGS ChangeLog NEWS README THANKYOU TODO %dir %{_libdir}/classpath -%attr(755,root,root) %{_libdir}/classpath/libgcjwebplugin.so +%{?with_plugin:%attr(755,root,root) %{_libdir}/classpath/libgcjwebplugin.so} %attr(755,root,root) %{_libdir}/classpath/libgconfpeer.so %attr(755,root,root) %{_libdir}/classpath/libgjsmalsa.so %attr(755,root,root) %{_libdir}/classpath/libgjsmdssi.so @@ -273,6 +275,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2010/03/05 08:46:20 hawk +- disable gcjwebplugin, broken with xulrunner 1.9.2 + Revision 1.50 2010/03/04 19:33:22 hawk - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-gnu-classpath/java-gnu-classpath.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
