auto-import changelog data from ant-1.5.2-26.src.rpm
Tue May 04 2004 Gary Benson <gbenson@redhat.com> 1.5.2-26 - Rebuild with new compiler. Thu Apr 15 2004 Gary Benson <gbenson@redhat.com> 1.5.2-25 - Rebuild with new compiler (#120844).
This commit is contained in:
parent
059e3cda1a
commit
3ee3eb5f56
72
ant.spec
72
ant.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: Build tool for Java applications
|
Summary: Build tool for Java applications
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 24.1
|
Release: 26
|
||||||
URL: http://ant.apache.org/
|
URL: http://ant.apache.org/
|
||||||
Source: rhug-jakarta-%{name}-%{rhugversion}.tar.bz2
|
Source: rhug-jakarta-%{name}-%{rhugversion}.tar.bz2
|
||||||
Source1: apache-%{name}-%{version}-src.tar.bz2
|
Source1: apache-%{name}-%{version}-src.tar.bz2
|
||||||
@ -19,24 +19,24 @@ License: Apache Software License
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: gcc34-c++
|
BuildPrereq: gcc34-c++
|
||||||
BuildPrereq: gcc34-java
|
BuildPrereq: gcc34-java >= 3.4.0-1
|
||||||
BuildPrereq: xerces-j >= 2.2.1-12
|
BuildPrereq: xerces-j >= 2.2.1-16
|
||||||
BuildPrereq: commons-logging >= 1.0.2-13
|
BuildPrereq: commons-logging >= 1.0.2-15
|
||||||
BuildPrereq: jakarta-regexp >= 1.2-13
|
BuildPrereq: jakarta-regexp >= 1.2-15
|
||||||
BuildPrereq: xalan-j >= 2.4.1-12
|
BuildPrereq: xalan-j >= 2.4.1-14
|
||||||
BuildPrereq: bcel >= 5.0-11
|
BuildPrereq: bcel >= 5.0-13
|
||||||
BuildPrereq: jaf >= 20030319-2
|
BuildPrereq: jaf >= 20030319-4
|
||||||
BuildPrereq: javamail >= 20031006-2
|
BuildPrereq: javamail >= 20031006-4
|
||||||
BuildPrereq: junit >= 3.8.1-2
|
BuildPrereq: junit >= 3.8.1-4
|
||||||
Requires: gcc34-java
|
Requires: gcc34-java >= 3.4.0-1
|
||||||
Requires: xerces-j >= 2.2.1-12
|
Requires: xerces-j >= 2.2.1-16
|
||||||
Requires: commons-logging >= 1.0.2-13
|
Requires: commons-logging >= 1.0.2-15
|
||||||
Requires: jakarta-regexp >= 1.2-13
|
Requires: jakarta-regexp >= 1.2-15
|
||||||
Requires: xalan-j >= 2.4.1-12
|
Requires: xalan-j >= 2.4.1-14
|
||||||
Requires: bcel >= 5.0-11
|
Requires: bcel >= 5.0-13
|
||||||
Requires: jaf >= 20030319-2
|
Requires: jaf >= 20030319-4
|
||||||
Requires: javamail >= 20031006-2
|
Requires: javamail >= 20031006-4
|
||||||
Requires: junit >= 3.8.1-2
|
Requires: junit >= 3.8.1-4
|
||||||
Requires: ant-core = %{version}-%{release}
|
Requires: ant-core = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,14 +47,14 @@ used by Apache Jakarta and XML projects.
|
|||||||
Summary: The core classes required by Ant
|
Summary: The core classes required by Ant
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Prereq: redhat-java-rpm-scripts >= 1.0.2-2
|
Prereq: redhat-java-rpm-scripts >= 1.0.2-2
|
||||||
Requires: libgcj34
|
Requires: libgcj34 >= 3.4.0-1
|
||||||
Requires: xerces-j >= 2.2.1-12
|
Requires: xerces-j >= 2.2.1-16
|
||||||
Requires: commons-logging >= 1.0.2-13
|
Requires: commons-logging >= 1.0.2-15
|
||||||
Requires: jakarta-regexp >= 1.2-13
|
Requires: jakarta-regexp >= 1.2-15
|
||||||
Requires: xalan-j >= 2.4.1-12
|
Requires: xalan-j >= 2.4.1-14
|
||||||
Requires: bcel >= 5.0-11
|
Requires: bcel >= 5.0-13
|
||||||
Requires: jaf >= 20030319-2
|
Requires: jaf >= 20030319-4
|
||||||
Requires: javamail >= 20031006-2
|
Requires: javamail >= 20031006-4
|
||||||
|
|
||||||
%description core
|
%description core
|
||||||
The core classes required by Ant.
|
The core classes required by Ant.
|
||||||
@ -63,10 +63,10 @@ The core classes required by Ant.
|
|||||||
Summary: Optional tasks for Ant
|
Summary: Optional tasks for Ant
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Prereq: redhat-java-rpm-scripts >= 1.0.2-2
|
Prereq: redhat-java-rpm-scripts >= 1.0.2-2
|
||||||
Requires: libgcj34
|
Requires: libgcj34 >= 3.4.0-1
|
||||||
Requires: xerces-j >= 2.2.1-12
|
Requires: xerces-j >= 2.2.1-16
|
||||||
Requires: xalan-j >= 2.4.1-12
|
Requires: xalan-j >= 2.4.1-14
|
||||||
Requires: junit >= 3.8.1-2
|
Requires: junit >= 3.8.1-4
|
||||||
Requires: ant-core = %{version}-%{release}
|
Requires: ant-core = %{version}-%{release}
|
||||||
|
|
||||||
%description optional
|
%description optional
|
||||||
@ -191,8 +191,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/org/apache/tools/*
|
%{_includedir}/org/apache/tools/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue May 4 2004 Gary Benson <gbenson@redhat.com> 1.5.2-26
|
||||||
- rebuilt
|
- Rebuild with new compiler.
|
||||||
|
|
||||||
|
* Thu Apr 15 2004 Gary Benson <gbenson@redhat.com> 1.5.2-25
|
||||||
|
- Rebuild with new compiler (#120844).
|
||||||
|
|
||||||
|
* Tue Mar 2 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- Rebuilt.
|
||||||
|
|
||||||
* Wed Feb 18 2004 Gary Benson <gbenson@redhat.com> 1.5.2-24
|
* Wed Feb 18 2004 Gary Benson <gbenson@redhat.com> 1.5.2-24
|
||||||
- Rebuild for Fedora.
|
- Rebuild for Fedora.
|
||||||
|
Loading…
Reference in New Issue
Block a user