Update description
This commit is contained in:
parent
29794ec838
commit
3e52d49baa
18
ant.spec
18
ant.spec
@ -36,9 +36,9 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.9.4
|
Version: 1.9.4
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Build tool for java
|
Summary: Java build tool
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
Summary(fr): Outil de compilation pour java
|
Summary(fr): Outil de compilation pour java
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -72,8 +72,15 @@ Provides: %{name}-scripts = %{epoch}:%{version}-%{release}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ant is a platform-independent build tool for java. It's used by apache
|
Apache Ant is a Java library and command-line tool whose mission is to
|
||||||
jakarta and xml projects.
|
drive processes described in build files as targets and extension
|
||||||
|
points dependent upon each other. The main known usage of Ant is the
|
||||||
|
build of Java applications. Ant supplies a number of built-in tasks
|
||||||
|
allowing to compile, assemble, test and run Java applications. Ant
|
||||||
|
can also be used effectively to build non Java applications, for
|
||||||
|
instance C or C++ applications. More generally, Ant can be used to
|
||||||
|
pilot any type of process which can be described in terms of targets
|
||||||
|
and tasks.
|
||||||
|
|
||||||
%description -l fr
|
%description -l fr
|
||||||
Ant est un outil de compilation multi-plateformes pour java. Il est
|
Ant est un outil de compilation multi-plateformes pour java. Il est
|
||||||
@ -589,6 +596,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-10
|
||||||
|
- Update description
|
||||||
|
|
||||||
* Tue Mar 31 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-9
|
* Tue Mar 31 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-9
|
||||||
- Split library part into subpackage (rhbz#1119283)
|
- Split library part into subpackage (rhbz#1119283)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user