Thu, 28 Mar 2024 22:55:40 UTC | login

Information for build maven30-bsh-1.3.0-28.bootstrap1.29.14.el6

ID2497
Package Namemaven30-bsh
Version1.3.0
Release28.bootstrap1.29.14.el6
Epoch0
SummaryLightweight Scripting for Java
DescriptionBeanShell 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.
Built byhhorak
State complete
Volume DEFAULT
StartedThu, 20 Aug 2015 10:12:25 UTC
CompletedThu, 20 Aug 2015 10:18:26 UTC
Taskbuild (sclo6-maven30-rh-el6, maven30-bsh-1.3.0-28.bootstrap1.29.14.el6.src.rpm)
Tags
sclo6-maven30-rh-candidate
RPMs
src
maven30-bsh-1.3.0-28.bootstrap1.29.14.el6.src.rpm (info) (download)
noarch
maven30-bsh-1.3.0-28.bootstrap1.29.14.el6.noarch.rpm (info) (download)
maven30-bsh-demo-1.3.0-28.bootstrap1.29.14.el6.noarch.rpm (info) (download)
maven30-bsh-javadoc-1.3.0-28.bootstrap1.29.14.el6.noarch.rpm (info) (download)
maven30-bsh-manual-1.3.0-28.bootstrap1.29.14.el6.noarch.rpm (info) (download)
maven30-bsh-utils-1.3.0-28.bootstrap1.29.14.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Jan 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.14 - Add requires on SCL filesystem package * Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 0:1.3.0-29.13 - Mass rebuild 2015-01-13 * Mon Jan 12 2015 Michael Simacek <msimacek@redhat.com> - 0:1.3.0-29.12 - BR/R on packages from rh-java-common * Wed Jan 07 2015 Michal Srb <msrb@redhat.com> - 1.3.0-29.11 - Migrate to .mfiles * Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 0:1.3.0-29.10 - Mass rebuild 2015-01-06 * Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.9 - Mass rebuild 2014-05-26 * Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.8 - Mass rebuild 2014-02-19 * Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.7 - Remove scriplets for updating icon cache * Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.6 - Mass rebuild 2014-02-18 * Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.5 - Remove requires on java * Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.4 - Fix requires * Fri Feb 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.3 - SCL-ize requires and build-requires * Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.2 - Rebuild to regenerate auto-requires * Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-29.1 - First maven30 software collection build * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 01.3.0-29 - Mass rebuild 2013-12-27 * Thu Oct 24 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-28 - Remove desktop files * Fri Jul 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-27 - 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 * Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-27 - 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} * Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26 - Rebuild to regenerate API documentation - Resolves: CVE-2013-1571 * Thu Jun 06 2013 Michal Srb <msrb@redhat.com> - 0:1.3.0-25 - Enable tests - Fix BR * Thu Feb 14 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0:1.3.0-24 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 - clean up spec to follow current guidelines * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Nov 20 2012 David Tardon <dtardon@redhat.com> - 0:1.3.0-22 - 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 * Thu Nov 01 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-21 - Add additional maven depmap * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Nov 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 0:1.3.0-17 - Rename -desktop to -utils, move shell scripts and menu entry to it (#417491). - Bring icon cache scriptlets up to date with current guidelines. - Use jline in bsh script for command history support. - Prefer JRE over SDK when finding JVM to invoke in scripts. - Build with -source 1.5. * Thu Nov 25 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.3.0-16 - Fix pom filenames (Resolves rhbz#655791) - Fix xsl errors when building docs * Sat Jan 09 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.3.0-15.2 - Drop gcj_support. - Fix rpmlint warnings. * Mon Sep 21 2009 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-15.1 - Do not build manual and faq for ppc64 or s390x as the style task is disabled * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Jul 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.3.0-13 - drop repotag - fix license tag * Mon Mar 10 2008 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-12jpp.3 - Fix bugzilla 436675. Separate menu entry into desktop subpackage. * Thu Mar 06 2008 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-12jpp.2 - Fix bugzilla 417491. Thanks Ville Skytta for the patch. - Add menu entry and startup script for bsh desktop. - Ensure scriptlets exit with zero exit status. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.3.0-12jpp.1 - Autorebuild for GCC 4.3 * Mon Jan 21 2008 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-11jpp.1 - Merge with upstream * Thu Jul 12 2007 Ralph Apel <r.apel at r-apel.de> 0:1.3.0-11jpp - Fix aot build - Add pom and depmap frags - Restore all jars - Add webapps * Fri Mar 16 2007 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-10jpp.1 - Merge with upstream - Removed unapplied patch and moved buildroot removal from prep to install, and other rpmlint cleanup * Mon Mar 12 2007 Karsten Hopp <karsten@redhat.com> 1.3.0-9jpp.2 - add buildrequirement ant-trax for documentation * Fri Aug 04 2006 Deepak Bhole <dbhole@redhat.com> 0:1.3.0-9jpp.1 - Added missing requirements * Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> 0:1.3.0-8jpp_3fc - Rebuilt * Fri Jul 21 2006 Deepak Bhole <dbhole@redhat.com> 0:1.3.0-8jpp_2fc - Removing vendor and distribution tags. * Thu Jul 20 2006 Deepak Bhole <dbhole@redhat.com> 0:1.3.0-8jpp_1fc - Add conditional native compilation. * Thu May 04 2006 Ralph Apel <r.apel at r-apel.de> 0:1.3.0-7jpp - First JPP-1.7 release * Fri Aug 20 2004 Ralph Apel <r.apel at r-apel.de> 0:1.3.0-6jpp - Build with ant-1.6.2 * Mon Jan 26 2004 David Walluck <david@anti-microsoft.org> 0:1.3.0-5jpp - really drop readline patch * Sun Jan 25 2004 David Walluck <david@anti-microsoft.org> 0:1.3.0-4jpp - drop readline patch * Wed Jan 21 2004 David Walluck <david@anti-microsoft.org> 0:1.3.0-3jpp - port libreadline-java patch to new bsh * Tue Jan 20 2004 David Walluck <david@anti-microsoft.org> 0:1.3.0-2jpp - add Distribution tag * Tue Jan 20 2004 David Walluck <david@anti-microsoft.org> 0:1.3.0-1jpp - 1.3.0 - remove bsf patch (fixed upstream) - add epoch to demo package Requires * Sat Apr 12 2003 David Walluck <david@anti-microsoft.org> 0:1.2-0.b8.4jpp - fix strange permissions * Fri Apr 11 2003 David Walluck <david@anti-microsoft.org> 0:1.2-0.b8.3jpp - rebuild for JPackage 1.5 - add bsf patch * Sat Feb 01 2003 David Walluck <david@anti-microsoft.org> 1.2-0.b8.2jpp - remove servlet dependency (if anyone wants to add this as a separate package and do the tomcat integration, be my guest) * Thu Jan 23 2003 David Walluck <david@anti-microsoft.org> 1.2-0.b8.1jpp - rename to bsh - add manual - add Changes.html to %doc - add bsh and bshdoc scripts - add %dir %{_datadir}/%{name} to main package - correct test interpreter and make bsh files executable * Mon Jan 21 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.01-3jpp - really section macro * Sun Jan 20 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.01-2jpp - additional sources in individual archives - versioned dir for javadoc - no dependencies for javadoc package - stricter dependency for demo package - section macro * Tue Dec 18 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.01-1jpp - first JPackage release