Name: | bsh |
---|---|
Version: | 1.3.0 |
Release: | 29.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 781083 |
License: | (SPL or LGPLv2+) and Public Domain |
RPM: | bsh-1.3.0-29.el7.noarch.rpm |
Source RPM: | bsh-1.3.0-29.el7.src.rpm |
Build Date: | Tue Apr 29 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.beanshell.org/ |
Summary: | Lightweight Scripting for Java |
Description: | BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for your applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Another way to describe it is to say that in many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide scripting extensibility for your applications. Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results. |
- Mass rebuild 2013-12-27
- Remove desktop files
- Use %add_maven_depmap instead of legacy macros - Install versionless javadocs - Remove old Obsoletes - Update and format descriptions - Install license file with manual and javadoc packages - Fix Requires and BuildRequires on java - Fix calls to %jpackage_script
- Remove arch-specific conditionals - Remove group tags - Remove Requires on jpackage-utils - Remove Requires on coreutils - Generate custom scripts with %jpackage_script - Install versionless JARs only - Install POM files to %{_mavenpomdir}
- Rebuild to regenerate API documentation - Resolves: CVE-2013-1571
- Enable tests - Fix BR
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 - clean up spec to follow current guidelines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Resolves: rhbz#850008 bsh - Should not own /usr/share/maven-fragments directory - Resolves: rhbz#878163 bsh - javadoc subpackage doesn't require jpackage-utils - Resolves: rhbz#878166 bsh: Public Domain not listed in license tag
- Add additional maven depmap