[bsf/f13/master] - Build against rhino for JavaScript support

Orion Poplawski orion at fedoraproject.org
Tue Sep 21 18:35:15 UTC 2010


commit 81fa0803895db45e167531e3126f11663b3d72b0
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Sep 21 12:35:13 2010 -0600

    - Build against rhino for JavaScript support

 bsf.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/bsf.spec b/bsf.spec
index 0a41170..f6094ff 100644
--- a/bsf.spec
+++ b/bsf.spec
@@ -34,7 +34,7 @@
 
 Name:           bsf
 Version:        2.4.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          0
 Summary:        Bean Scripting Framework
 License:        ASL 2.0
@@ -51,6 +51,7 @@ BuildRequires:  tomcat5-jsp-2.0-api
 BuildRequires:  xalan-j2
 BuildRequires:  jython
 BuildRequires:  jakarta-commons-logging
+BuildRequires:  rhino
 Requires:		jakarta-commons-logging
 Requires:               servletapi5
 Requires:               xalan-j2
@@ -111,7 +112,7 @@ find . -name "*.jar" -exec %{__rm} -f {} \;
 
 %build
 [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
-export CLASSPATH=$(build-classpath jakarta-commons-logging jython xalan-j2 servlet jspapi)
+export CLASSPATH=$(build-classpath jakarta-commons-logging jython xalan-j2 servlet jspapi rhino)
 ant jar 
 %{__rm} -rf bsf/src/org/apache/bsf/engines/java
 ant javadocs
@@ -169,6 +170,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Sep 21 2010 Orion Poplawski <orion at cora.nwra.com> - 0:2.4.0-5
+- Build against rhino for JavaScript support
+
 * Mon Jan 11 2010 Andrew Overholt <overholt at redhat.com> 2.4.0-4
 - Fix License (ASL 2.0 and not 1.1) (rhbz#554465).
 


More information about the scm-commits mailing list