[bsf] - Build against rhino for JavaScript support

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


commit da95970de95616ae0b1cc4819367c8efbd715a62
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Sep 21 12:18:41 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 3b9cdeb..cbd3a96 100644
--- a/bsf.spec
+++ b/bsf.spec
@@ -30,7 +30,7 @@
 
 Name:           bsf
 Version:        2.4.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          0
 Summary:        Bean Scripting Framework
 License:        ASL 2.0
@@ -47,6 +47,7 @@ BuildRequires:  tomcat6-jsp-2.1-api
 BuildRequires:  xalan-j2
 BuildRequires:  jython
 BuildRequires:  apache-commons-logging
+BuildRequires:  rhino
 Requires:	apache-commons-logging
 Requires:       servlet6
 Requires:       xalan-j2
@@ -101,7 +102,7 @@ find . -name "*.jar" -exec %{__rm} -f {} \;
 
 %build
 [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
-export CLASSPATH=$(build-classpath apache-commons-logging jython xalan-j2 servlet jsp)
+export CLASSPATH=$(build-classpath apache-commons-logging jython xalan-j2 servlet jsp rhino)
 ant jar 
 %{__rm} -rf bsf/src/org/apache/bsf/engines/java
 ant javadocs
@@ -146,6 +147,9 @@ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Sep 21 2010 Orion Poplawski <orion at cora.nwra.com> - 0:2.4.0-8
+- Build against rhino for JavaScript support
+
 * Mon Jun 14 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:2.4.0-7
 - Added pom file to enable maven dependency resolution
 - Fix Source0 URL


More information about the scm-commits mailing list