Update and format descriptions
This commit is contained in:
parent
3c9e3d7104
commit
ffbaceac7b
38
bsh.spec
38
bsh.spec
@ -54,22 +54,23 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
BeanShell is a small, free, embeddable, Java source interpreter with
|
BeanShell is a small, free, embeddable, Java source interpreter with
|
||||||
object scripting language features, written in Java. BeanShell executes
|
object scripting language features, written in Java. BeanShell
|
||||||
standard Java statements and expressions, in addition to obvious
|
executes standard Java statements and expressions, in addition to
|
||||||
scripting commands and syntax. BeanShell supports scripted objects as
|
obvious scripting commands and syntax. BeanShell supports scripted
|
||||||
simple method closures like those in Perl and JavaScript(tm).
|
objects as simple method closures like those in Perl and
|
||||||
You can use BeanShell interactively for Java experimentation and
|
JavaScript(tm). You can use BeanShell interactively for Java
|
||||||
debugging or as a simple scripting engine for your applications. In
|
experimentation and debugging or as a simple scripting engine for your
|
||||||
short: BeanShell is a dynamically interpreted Java, plus some useful
|
applications. In short: BeanShell is a dynamically interpreted Java,
|
||||||
stuff. Another way to describe it is to say that in many ways BeanShell
|
plus some useful stuff. Another way to describe it is to say that in
|
||||||
is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call
|
many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is
|
||||||
BeanShell from your Java applications to execute Java code dynamically
|
embeddable - You can call BeanShell from your Java applications to
|
||||||
at run-time or to provide scripting extensibility for your applications.
|
execute Java code dynamically at run-time or to provide scripting
|
||||||
Alternatively, you can call your Java applications and objects from
|
extensibility for your applications. Alternatively, you can call your
|
||||||
BeanShell; working with Java objects and APIs dynamically. Since
|
Java applications and objects from BeanShell; working with Java
|
||||||
BeanShell is written in Java and runs in the same space as your
|
objects and APIs dynamically. Since BeanShell is written in Java and
|
||||||
application, you can freely pass references to "real live" objects into
|
runs in the same space as your application, you can freely pass
|
||||||
scripts and return them as results.
|
references to "real live" objects into scripts and return them as
|
||||||
|
results.
|
||||||
|
|
||||||
%package manual
|
%package manual
|
||||||
Summary: Manual for %{name}
|
Summary: Manual for %{name}
|
||||||
@ -78,10 +79,10 @@ Summary: Manual for %{name}
|
|||||||
Documentation for %{name}.
|
Documentation for %{name}.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: API documentation for %{name}
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
Javadoc for %{name}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
Summary: Demo for %{name}
|
Summary: Demo for %{name}
|
||||||
@ -247,6 +248,7 @@ dummy = posix.readlink(dir) and os.remove(dir)
|
|||||||
- Use %%add_maven_depmap instead of legacy macros
|
- Use %%add_maven_depmap instead of legacy macros
|
||||||
- Install versionless javadocs
|
- Install versionless javadocs
|
||||||
- Remove old Obsoletes
|
- Remove old Obsoletes
|
||||||
|
- Update and format descriptions
|
||||||
|
|
||||||
* Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
|
* Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
|
||||||
- Remove arch-specific conditionals
|
- Remove arch-specific conditionals
|
||||||
|
Loading…
Reference in New Issue
Block a user