[jmol] Fix FTBFS.

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Aug 17 19:02:47 UTC 2011


commit 6b2a9eef5efa7d0b39368e083a7aa2b70dd9e22b
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Wed Aug 17 22:02:32 2011 +0300

    Fix FTBFS.

 jmol.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/jmol.spec b/jmol.spec
index 5e700c9..d651f23 100644
--- a/jmol.spec
+++ b/jmol.spec
@@ -1,6 +1,6 @@
 Name:		jmol
 Version:	12.0.48
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An open-source Java viewer for chemical structures in 3D
 Group:		Applications/Engineering
 License:	LGPLv2+
@@ -97,6 +97,8 @@ Categories=Education;Science;Chemistry;Physics;DataVisualization;
 EOF
 
 %build
+# Need to be able to find netscape.javascript.JSObject
+export CLASSPATH=%{_datadir}/icedtea-web
 ant doc main
 
 %install
@@ -134,6 +136,9 @@ rm -rf %{buildroot}
 %doc build/doc/*
 
 %changelog
+* Wed Aug 17 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 12.0.48-2
+- Fix build on rawhide and F16 by adding CLASSPATH definition.
+
 * Wed Aug 17 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 12.0.48-1
 - Update to 12.0.48.
 


More information about the scm-commits mailing list