ant/ant.spec

901 lines
32 KiB
RPMSpec
Raw Normal View History

%define ant_home %{_datadir}/ant
%define section free
Name: ant
2005-01-12 13:36:27 +00:00
Version: 1.6.2
2005-03-29 11:10:29 +00:00
Release: 3jpp_3fc
Epoch: 0
Summary: Ant build tool for java
Summary(it): Tool per la compilazione di programmi java
Summary(fr): Outil de compilation pour java
License: Apache Software License
URL: http://ant.apache.org/
Group: Development/Build Tools
#Vendor: JPackage Project
#Distribution: JPackage
2005-01-12 13:36:27 +00:00
Source0: http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz
# Ant configuration file which is edited when each optional subpackage
# is installed/uninstalled
Source2: apache-ant-%{version}.ant.conf
# Fix temp directory used for file containing large command strings (> 4k)
Patch0: apache-ant-%{version}.patch
2005-01-12 13:36:27 +00:00
Patch1: apache-ant-%{version}-rpm.patch
Patch2: apache-ant-javac-ecj.patch
Requires: jaxp_parser_impl
Requires: jpackage-utils >= 0:1.5
# XXX make beehive play nice
Requires: java-devel
BuildRequires: jaxp_parser_impl
BuildRequires: jpackage-utils >= 0:1.5
BuildRequires: java-devel
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Obsoletes: ant-optional ant-optional-full
# RHUG
Obsoletes: ant-devel ant-libs ant-core
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%description
Ant is a platform-independent build tool for java. It's used by apache
jakarta and xml projects.
%description -l fr
Ant est un outil de compilation multi-plateformes pour java. Il est
utilis<EFBFBD> par les projets apache-jakarta et apache-xml.
%description -l it
Ant e' un tool indipendente dalla piattaforma creato per faciltare la
compilazione di programmi java.
Allo stato attuale viene utilizzato dai progetti apache jakarta ed
apache xml.
%package antlr
Summary: Optional antlr tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: antlr
BuildRequires: antlr
Provides: ant-antlr = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description antlr
Optional antlr tasks for %{name}.
%description antlr -l fr
Taches antlr optionelles pour %{name}.
%package apache-resolver
Summary: Optional apache resolver tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: xml-commons-resolver
BuildRequires: xml-commons-resolver
Provides: ant-apache-resolver = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description apache-resolver
Optional apache resolver tasks for %{name}.
%description apache-resolver -l fr
Taches apache resolver optionelles pour %{name}.
%package commons-logging
Summary: Optional commons logging tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: jakarta-commons-logging
BuildRequires: jakarta-commons-logging
Provides: ant-commons-logging = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description commons-logging
Optional commons logging tasks for %{name}.
%description commons-logging -l fr
Taches commons logging optionelles pour %{name}.
2005-01-12 13:36:27 +00:00
%package apache-bcel
Summary: Optional apache bcel tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: bcel
BuildRequires: bcel
2005-01-12 13:36:27 +00:00
Provides: ant-apache-bcel = %{epoch}:%{version}-%{release}
Provides: ant-jakarta-bcel = %{epoch}:%{version}-%{release}
2005-01-12 13:36:27 +00:00
Obsoletes: ant-jakarta-bcel
Conflicts: ant-optional-clean, ant-optional-full
2005-01-12 13:36:27 +00:00
%description apache-bcel
Optional apache bcel tasks for %{name}.
2005-01-12 13:36:27 +00:00
%description apache-bcel -l fr
Taches apache bcel optionelles pour %{name}.
2005-01-12 13:36:27 +00:00
%package apache-log4j
Summary: Optional apache log4j tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: log4j
BuildRequires: log4j
2005-01-12 13:36:27 +00:00
Provides: ant-apache-log4j = %{epoch}:%{version}-%{release}
Provides: ant-jakarta-log4j = %{epoch}:%{version}-%{release}
2005-01-12 13:36:27 +00:00
Obsoletes: ant-jakarta-log4j
Conflicts: ant-optional-clean, ant-optional-full
2005-01-12 13:36:27 +00:00
%description apache-log4j
Optional apache log4j tasks for %{name}.
2005-01-12 13:36:27 +00:00
%description apache-log4j -l fr
Taches apache log4j optionelles pour %{name}.
2005-01-12 13:36:27 +00:00
%package apache-oro
Summary: Optional apache oro tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: oro
BuildRequires: oro
2005-01-12 13:36:27 +00:00
Provides: ant-apache-oro = %{epoch}:%{version}-%{release}
Provides: ant-jakarta-oro = %{epoch}:%{version}-%{release}
2005-01-12 13:36:27 +00:00
Obsoletes: ant-jakarta-oro
Conflicts: ant-optional-clean, ant-optional-full
2005-01-12 13:36:27 +00:00
%description apache-oro
Optional apache oro tasks for %{name}.
2005-01-12 13:36:27 +00:00
%description apache-oro -l fr
Taches apache oro optionelles pour %{name}.
2005-01-12 13:36:27 +00:00
%package apache-regexp
Summary: Optional apache regexp tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: regexp
BuildRequires: regexp
2005-01-12 13:36:27 +00:00
Provides: ant-apache-regexp = %{epoch}:%{version}-%{release}
Provides: ant-jakarta-regexp = %{epoch}:%{version}-%{release}
2005-01-12 13:36:27 +00:00
Obsoletes: ant-jakarta-regexp
Conflicts: ant-optional-clean, ant-optional-full
2005-01-12 13:36:27 +00:00
%description apache-regexp
Optional apache regexp tasks for %{name}.
2005-01-12 13:36:27 +00:00
%description apache-regexp -l fr
Taches apache regexp optionelles pour %{name}.
%package javamail
Summary: Optional javamail tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: javamail >= 0:1.2-5jpp
Requires: jaf >= 0:1.0.1-5jpp
BuildRequires: javamail >= 0:1.2-5jpp
BuildRequires: jaf >= 0:1.0.1-5jpp
Provides: ant-javamail = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description javamail
Optional javamail tasks for %{name}.
%description javamail -l fr
Taches javamail optionelles pour %{name}.
%package jdepend
Summary: Optional jdepend tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: jdepend
BuildRequires: jdepend
Provides: ant-jdepend = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description jdepend
Optional jdepend tasks for %{name}.
%description jdepend -l fr
Taches jdepend optionelles pour %{name}.
%package jmf
Summary: Optional jmf tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Provides: ant-jmf = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description jmf
Optional jmf tasks for %{name}.
%description jmf -l fr
Taches jmf optionelles pour %{name}.
%package junit
Summary: Optional junit tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: junit
BuildRequires: junit
Provides: ant-junit = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description junit
Optional junit tasks for %{name}.
%description junit -l fr
Taches junit optionelles pour %{name}.
%package nodeps
Summary: Optional tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Provides: ant-nodeps = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description nodeps
Optional tasks for %{name}.
%description nodeps -l fr
Taches optionelles pour %{name}.
%package swing
Summary: Optional swing tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Provides: ant-swing = %{epoch}:%{version}-%{release}
Conflicts: ant-optional-clean, ant-optional-full
%description swing
Optional swing tasks for %{name}.
%description swing -l fr
Taches swing optionelles pour %{name}.
%package trax
Summary: Optional trax tasks for %{name}
Group: Development/Build Tools
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: jaxp_transform_impl
Provides: ant-trax = %{epoch}:%{version}-%{release}
2005-01-12 13:36:27 +00:00
# The ant-xalan jar has been merged into the ant-trax one
Obsoletes: ant-xalan2
Conflicts: ant-optional-clean, ant-optional-full
%description trax
Optional trax tasks for %{name}.
%description trax -l fr
Taches trax optionelles pour %{name}.
%package scripts
Summary: Additional scripts for %{name}
Group: Development/Build Tools
AutoReqProv: no
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: /usr/bin/perl
Requires: /usr/bin/python
%description scripts
Additional Perl and Python scripts for %{name}.
%description scripts -l fr
Scripts additionels pour %{name}.
%package manual
Summary: Manual for %{name}
Group: Development/Build Tools
%description manual
Documentation for %{name}.
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%description manual -l it
Documentazione di %{name}.
%description manual -l fr
Documentation pour %{name}.
%package javadoc
Summary: Javadoc for %{name}
Group: Development/Documentation
%description javadoc
Javadoc for %{name}.
%description javadoc -l fr
Javadoc pour %{name}.
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%prep
%setup -q -n apache-ant-%{version}
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
# Fix temp directory used for file containing large command strings (> 4k)
%patch0 -p1
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
2005-01-12 13:36:27 +00:00
# Build OPT_JAR_LIST from the contents of /etc/ant.d/
%patch1 -p1
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
2004-10-07 14:46:20 +00:00
# fix classpath for java-x.y.z-gcj-compat
if java -version 2>&1 | grep -q "gcj"; then
2005-01-12 13:36:27 +00:00
%patch2 -p1
rm -f src/script/ant.orig
2004-10-07 14:46:20 +00:00
fi
2005-01-12 13:36:27 +00:00
# clean jar files
find . -name "*.jar" -exec rm -f {} \;
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%build
# classpath selects optional components to build
2005-01-12 13:36:27 +00:00
export CLASSPATH=$(%{_bindir}/build-classpath jaxp_parser_impl xml-commons-apis antlr bcel jaf javamail/mailapi jdepend junit log4j oro regexp commons-logging xml-commons-resolver)
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
# perform bootstrap and build without jjp or user configs,
# (except JAVA_HOME as required by build script)
[ -n "$JAVA_HOME" ] && unset JAVA_HOME
[ -r %{_sysconfdir}/java/java.conf ] && . %{_sysconfdir}/java/java.conf
[ -z "$JAVA_HOME" ] && JAVA_HOME=%{_jvmdir}/java
export JAVA_HOME
2004-10-07 14:46:20 +00:00
if java -version 2>&1 | grep -q "gcj"; then
# make sure we do not use an installed native ant during the build
export ANT_OPTS="-Dgnu.gcj.runtime.VMClassLoader.library_control=never"
fi
sh build.sh --noconfig jars javadocs
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%install
rm -rf $RPM_BUILD_ROOT
# ANT_HOME and subdirs
mkdir -p $RPM_BUILD_ROOT%{ant_home}/{lib,etc}
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
cp -p build/lib/%{name}-launcher.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-launcher-%{version}.jar
# optional jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}/%{name}
cp -p build/lib/%{name}-antlr.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-antlr-%{version}.jar
cp -p build/lib/%{name}-apache-resolver.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-apache-resolver-%{version}.jar
cp -p build/lib/%{name}-commons-logging.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-commons-logging-%{version}.jar
2005-01-12 13:36:27 +00:00
cp -p build/lib/%{name}-apache-bcel.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-apache-bcel-%{version}.jar
cp -p build/lib/%{name}-apache-log4j.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-apache-log4j-%{version}.jar
cp -p build/lib/%{name}-apache-oro.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-apache-oro-%{version}.jar
cp -p build/lib/%{name}-apache-regexp.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-apache-regexp-%{version}.jar
ln -sf %{name}-apache-bcel.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jakarta-bcel.jar
ln -sf %{name}-apache-log4j.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jakarta-log4j.jar
ln -sf %{name}-apache-oro.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jakarta-oro.jar
ln -sf %{name}-apache-regexp.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jakarta-regexp.jar
cp -p build/lib/%{name}-javamail.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-javamail-%{version}.jar
cp -p build/lib/%{name}-jdepend.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jdepend-%{version}.jar
cp -p build/lib/%{name}-jmf.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jmf-%{version}.jar
cp -p build/lib/%{name}-junit.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-junit-%{version}.jar
cp -p build/lib/%{name}-nodeps.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-nodeps-%{version}.jar
cp -p build/lib/%{name}-swing.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-swing-%{version}.jar
cp -p build/lib/%{name}-trax.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-trax-%{version}.jar
# jar aliases
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
(cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
# scripts: remove dos and os/2 scripts
rm -f src/script/*.bat
rm -f src/script/*.cmd
# XSLs
cp -p src/etc/*.xsl $RPM_BUILD_ROOT%{ant_home}/etc
# install everything else
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -p src/script/* $RPM_BUILD_ROOT%{_bindir}
# default ant.conf
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
2005-01-12 13:36:27 +00:00
# OPT_JAR_LIST fragments
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d
echo "antlr ant/ant-antlr" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/antlr
echo "xml-commons-resolver ant/ant-apache-resolver" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-resolver
echo "jakarta-commons-logging ant/ant-commons-logging" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/commons-logging
echo "bcel ant/ant-apache-bcel" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-bcel
echo "log4j ant/ant-apache-log4j" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-log4j
echo "oro ant/ant-apache-oro" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-oro
echo "regexp ant/ant-apache-regexp" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-regexp
echo "javamail jaf ant/ant-javamail" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/javamail
echo "jdepend ant/ant-jdepend" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/jdepend
echo "ant/ant-jmf" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/jmf
echo "junit ant/ant-junit" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/junit
echo "ant/ant-nodeps" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/nodeps
echo "ant/ant-swing" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/swing
echo "jaxp_transform_impl ant/ant-trax" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/trax
# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
# fix link between manual and javadoc
(cd docs/manual; ln -sf %{_javadocdir}/%{name}-%{version} api)
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%pre
rm -f %{_javadir}/ant.jar
rm -f %{_javadir}/ant-optional.jar
# -----------------------------------------------------------------------------
%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}
%postun javadoc
if [ "$1" = "0" ]; then
rm -f %{_javadocdir}/%{name}
fi
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%files
%defattr(0644,root,root,0755)
2005-03-29 11:10:29 +00:00
%doc KEYS LICENSE NOTICE README WHATSNEW
%config %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/ant
%attr(0755,root,root) %{_bindir}/antRun
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-launcher.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}-launcher-%{version}.jar
%dir %{ant_home}
%dir %{ant_home}/etc
%{ant_home}/etc/ant-update.xsl
%{ant_home}/etc/changelog.xsl
%{ant_home}/etc/log.xsl
%{ant_home}/etc/tagdiff.xsl
2005-01-12 13:36:27 +00:00
%{ant_home}/etc/junit-frames-xalan1.xsl
%dir %{ant_home}/lib
2005-01-12 13:36:27 +00:00
%dir %{_sysconfdir}/%{name}.d
%files antlr
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-antlr.jar
%{_javadir}/%{name}/%{name}-antlr-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/antlr
%files apache-resolver
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-apache-resolver.jar
%{_javadir}/%{name}/%{name}-apache-resolver-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/apache-resolver
%files commons-logging
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-commons-logging.jar
%{_javadir}/%{name}/%{name}-commons-logging-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/commons-logging
2005-01-12 13:36:27 +00:00
%files apache-bcel
%defattr(0644,root,root,0755)
2005-01-12 13:36:27 +00:00
%{_javadir}/%{name}/%{name}-apache-bcel.jar
%{_javadir}/%{name}/%{name}-apache-bcel-%{version}.jar
%{_javadir}/%{name}/%{name}-jakarta-bcel.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/apache-bcel
2005-01-12 13:36:27 +00:00
%files apache-log4j
%defattr(0644,root,root,0755)
2005-01-12 13:36:27 +00:00
%{_javadir}/%{name}/%{name}-apache-log4j.jar
%{_javadir}/%{name}/%{name}-apache-log4j-%{version}.jar
%{_javadir}/%{name}/%{name}-jakarta-log4j.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/apache-log4j
2005-01-12 13:36:27 +00:00
%files apache-oro
%defattr(0644,root,root,0755)
2005-01-12 13:36:27 +00:00
%{_javadir}/%{name}/%{name}-apache-oro.jar
%{_javadir}/%{name}/%{name}-apache-oro-%{version}.jar
%{_javadir}/%{name}/%{name}-jakarta-oro.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/apache-oro
%{ant_home}/etc/maudit-frames.xsl
2005-01-12 13:36:27 +00:00
%files apache-regexp
%defattr(0644,root,root,0755)
2005-01-12 13:36:27 +00:00
%{_javadir}/%{name}/%{name}-apache-regexp.jar
%{_javadir}/%{name}/%{name}-apache-regexp-%{version}.jar
%{_javadir}/%{name}/%{name}-jakarta-regexp.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/apache-regexp
%files javamail
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-javamail.jar
%{_javadir}/%{name}/%{name}-javamail-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/javamail
%files jdepend
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-jdepend.jar
%{_javadir}/%{name}/%{name}-jdepend-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/jdepend
%{ant_home}/etc/jdepend.xsl
%{ant_home}/etc/jdepend-frames.xsl
%files jmf
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-jmf.jar
%{_javadir}/%{name}/%{name}-jmf-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/jmf
%files junit
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-junit.jar
%{_javadir}/%{name}/%{name}-junit-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/junit
%{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl
%files nodeps
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-nodeps.jar
%{_javadir}/%{name}/%{name}-nodeps-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/nodeps
%files swing
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-swing.jar
%{_javadir}/%{name}/%{name}-swing-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/swing
%files trax
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-trax.jar
%{_javadir}/%{name}/%{name}-trax-%{version}.jar
2005-01-12 13:36:27 +00:00
%{_sysconfdir}/%{name}.d/trax
%{ant_home}/etc/mmetrics-frames.xsl
%{ant_home}/etc/coverage-frames.xsl
%files scripts
%defattr(0755,root,root,0755)
%{_bindir}/*.pl
%{_bindir}/*.py
%files manual
%defattr(0644,root,root,0755)
%doc docs/*
%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
# -----------------------------------------------------------------------------
auto-import changelog data from ant-1.5.2-20.src.rpm Thu Sep 25 2003 Gary Benson <gbenson@redhat.com> 1.5.2-20 - Fix bad bytecode in jarfile (#104986). - Change group to Development/Tools. - Split libraries into a separate subpackage. - Install stuff to allow ant to be run under a normal JVM (#104635). Fri Sep 19 2003 Gary Benson <gbenson@redhat.com> 1.5.2-19 - Remove workarounds for broken dependencies in xerces-j and xalan-j. - Use gij as the name of the interpreter to spawn when running under libgcj. Fri Sep 05 2003 Gary Benson <gbenson@redhat.com> 1.5.2-18 - Ensure we have a working javaconfig. Thu Sep 04 2003 Gary Benson <gbenson@redhat.com> - Remove workarounds used to support alpha releases. Tue Aug 26 2003 Gary Benson <gbenson@redhat.com> 1.5.2-17 - Reinstate 64-bit workaround and rebuild with new compiler. Thu Aug 07 2003 Gary Benson <gbenson@redhat.com> 1.5.2-16 - Remove 64-bit workaround and rebuild with new compiler. Mon Jul 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-15 - Add missing resources to jarfile (#100977). Fri Jul 25 2003 Gary Benson <gbenson@redhat.com> - Clarify the -devel subpackage's summary and description. - Remove unnecessary -devel dependencies (#99077). Tue Jul 01 2003 Gary Benson <gbenson@redhat.com> - Remove redundant --libdir configure option. Mon Jun 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-14 - Rebuild with new compiler and enable ia64 build. - Enable hammer compiler hack on ia64 also. Fri Jun 13 2003 Gary Benson <gbenson@redhat.com> - Add the rpm's release to the version embedded in the libraries. Fri Jun 06 2003 Gary Benson <gbenson@redhat.com> 1.5.2-13 - Rebuild with new compiler. Thu Jun 05 2003 Gary Benson <gbenson@redhat.com> - Add build time dependency on C++ compiler. Thu May 29 2003 Gary Benson <gbenson@redhat.com> 1.5.2-12 - Rebuild with new compiler. Fri May 23 2003 Gary Benson <gbenson@redhat.com> 1.5.2-11 - Move unversioned library symlink into main package. Sat May 03 2003 Gary Benson <gbenson@redhat.com> 1.5.2-10 - Rebuild again to pick up rebuilt BCEL and Xalan. Fri May 02 2003 Tom Tromey <tromey@redhat.com> 1.5.2-9 - Rebuild with new compiler. Wed Apr 30 2003 Gary Benson <gbenson@redhat.com> 1.5.2-8 - Enable the Xalan and BCEL tasks. Mon Apr 14 2003 Gary Benson <gbenson@redhat.com> - Require gcj-ssa since we use it to compile java code. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-7 - Fix linking on hammer. Fri Apr 11 2003 Gary Benson <gbenson@redhat.com> 1.5.2-6 - Reenable tasks that were disabled on hammer by working around the compiler failure more effectively. Wed Apr 09 2003 Gary Benson <gbenson@redhat.com> 1.5.2-5 - Compile resources with libtool to enable hammer builds. Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 1.5.2-4 - Rebuild with new compiler. Fri Apr 04 2003 Gary Benson <gbenson@redhat.com> - Use gcj-ssa instead of gcj for the compiler. Wed Apr 02 2003 Gary Benson <gbenson@redhat.com> - Rebuild against the new xerces. Fri Mar 28 2003 Gary Benson <gbenson@redhat.com> 1.5.2-2 - Substitute @VERSION@ and @DATE@ into the files that need it. Mon Mar 24 2003 Gary Benson <gbenson@redhat.com> 1.5.2-1 - Initial Red Hat Linux build. Fri Mar 21 2003 Gary Benson <gbenson@redhat.com> - Upgraded to latest version. Wed Nov 27 2002 Gary Benson <gbenson@redhat.com> - Initial RHUG build.
2004-09-09 15:59:07 +00:00
%changelog
2005-03-29 11:10:29 +00:00
* Tue Mar 29 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_3fc
- Add NOTICE file as per Apache License version 2.0.
* Thu Jan 20 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_2fc
- Use jdtcore.jar instead of ecj.jar when running under libgcj.
2005-01-12 13:36:27 +00:00
* Wed Jan 12 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_1fc
- Upgrade to latest version.
* Wed Jan 12 2005 Gary Benson <gbenson at redhat.com> 0:1.6.1-1jpp_7fc
- Explicitly require java-devel to make beehive play nice.
2005-01-12 13:36:27 +00:00
* Mon Nov 8 2004 Gary Benson <gbenson at redhat.com> - 0:1.6.2-3jpp
- Build OPT_JAR_LIST from files in /etc/ant.d.
* Thu Nov 4 2004 Gary Benson <gbenson at redhat.com> 0:1.6.1-1jpp_6fc
- Build into Fedora.
2005-01-12 13:36:27 +00:00
* Mon Nov 1 2004 Gary Benson <gbenson at redhat.com> 0:1.6.1-1jpp_5fc
2004-11-04 16:02:49 +00:00
- Explicitly require xerces-j2 to make beehive play nice.
2005-01-12 13:36:27 +00:00
* Mon Nov 1 2004 Gary Benson <gbenson at redhat.com> 0:1.6.1-1jpp_4fc
2004-11-04 16:02:49 +00:00
- Bootstrap into Fedora.
2005-01-12 13:36:27 +00:00
* Mon Sep 06 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-2jpp
- Fix to backward compatibility symbolic links.
* Wed Aug 17 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-1jpp
- Update to Ant 1.6.2
* Thu Aug 05 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-2jpp
- Remove incorrect noreplace option for ant.conf; it can't be used anymore
because the sub-packages update that file.
- Add patch to fix temp directory used for file containing large
command strings (> 4k)
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
- Extend subpackage builds to update ant.conf
* Tue Mar 23 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
- Update to Ant 1.6.1
- Change ant launch script to source instead of patch
- Move optional components to ant subdirectory: %{_javadir}/%{name}
- Remove os/2 scripts and set JAVA_HOME for build
* Wed Feb 11 2004 Randy Watler <rwatler at finali.com> - 0:1.6.0-1jpp
- Update to Ant 1.6.0
- Break out optional/optional-full components
- Revise ant launch scripts and support ~/.ant/ant.conf configuration file
- Use --noconfig flag to bootstrap ant build and override existing jpp config
- Modify ant launcher to use ant.library.dir property to find extra jars
- Port changes made in ant launch script for 1.6.2 back into patches
* Wed Aug 13 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-2jpp
- remove bogus NoSource entries
* Tue Aug 12 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-1jpp
- Update to 1.5.4
- JavaCC task fixed using merged upstream patches from ant HEAD
* Mon May 5 2003 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 0:1.5.3-2jpp
- Fix non-versioned javadoc symlinking.
* Tue Apr 22 2003 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 0:1.5.3-1jpp
- Update to 1.5.3.
- Remove runtime java-devel dependency.
- Add Epochs in all Provides and Requires.
- Include non-versioned javadoc symlink.
- Build without dependencies that are partially or completely missing from
JPackage 1.5 (oldbsf, xalan-j1, stylebook1.0b3).
- Add netcomponents to optional jar list in ant.conf.
* Tue Apr 01 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-13jpp
- ant-optional is optional (silly me)
- jaxp_transform is optional , do not require it
- epoch, correct jpackage-utils requires...
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-11jpp
- add an optional jar list as per Ville's suggestion
* Thu Mar 20 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-10jpp
- hopefully fix CLASSSPATH_OVERRIDE behaviour
* Tue Mar 18 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-7jpp
- for JPackage-utils 1.5
* Wed Mar 12 2003 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 1.5.2-5jpp
- Move ANT_HOME to /usr/share/ant.
- Don't special-case the lib dir for RPM layout any more, use ANT_HOME/lib.
- Install XSLs into ANT_HOME/etc.
- Call set_jvm by default in ant.conf.
- Provide ant-optional-clean (versioned) in ant-optional.
- Make ant-optional-full conflict with ant-optional-clean.
- Add version info to ant-optional provision in ant-optional-full.
- Built with Sun 1.4.1_02 javac (to get JDK 1.4 regex).
* Tue Mar 11 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-4jp
- changed provided /etc/ant.conf so that if usejikes is allready provided
it didn't set it. Which such modification if you want to disable
ant to use jikes even if jikes is set in /etc/ant.conf you'll just have
to do usejikes=false ant build.xml.
* Mon Mar 10 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-3jp
- rebuilt with IBM SDK 1.3.1 since there was zip corruption when built
with jikes 1.18 and IBM SDK 1.4.
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-2jp
- updated URL and source location
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-1jp
- 1.5.2
- remove JDK 1.4 related patchs which are now included in ant 1.5.2
- fix ant-optional-full pre/post install script (now remove correctly all
ant optional jars)
- Built with jikes 1.18 and IBM SDK 1.4
* Sat Feb 1 2003 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 1.5.1-8jpp
- Symlink a transformer into ANT_LIB for smoother experience on Java 1.3.
- Requires jaxp_transform_impl.
- Don't remove optional.jar symlinks on optional-full upgrade.
- Include Sun's 1.4 JSSE and JCE jars in runtime path, see
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16242>.
- Use jpackage-utils for setting JAVA_HOME when building.
- Built with Sun 1.4.1_01 javac.
* Mon Jan 20 2003 David Walluck <david@anti-microsoft.org> 1.5.1-7jpp
- oldbsf
* Fri Dec 20 2002 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 1.5.1-6jpp
- Really get rid of automatic dependencies for the -scripts package.
* Wed Dec 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.5.1-5jpp
- scripts subpackages
- file-based manual dependencies, as packages doesn't have the same name on RedHat and Mandrake
* Wed Dec 11 2002 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> - 1.5.1-4jpp
- Patched to allow easier use with Jikes and IBM's 1.4.0, see
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15289> for details.
* Mon Oct 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-3jpp
- new post script for optional-full since rpm didn't works as
expected and didn't set correct symlink for ant-optional.jar
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-2jpp
- really used JDK 1.4.1 to get JDK 1.4.x Regexp
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-1jpp
- ant 1.5.1
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-5jpp
- ant script standard behaviour restored, ie ant/lib jars are taken
before CLASSPATH. You should define CLASSPATH_OVERRIDE env var to have
CLASSPATH before ant/lib jars
- applied ant script patch for cygwin (cygwin rpm users around ?)
- remove conflict in ant-optional-full, just put provides
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-4jpp
- fix a problem in xerces-j2 build by changing the way CLASSPATH is constructed:
first add jars found in CLASSPATH, then add xml-commons-apis, jaxp_parser_impl,
ant, ant-optional and finish with jars found in ant/lib.
- jpackage-utils is no more required (but recommanded :)
- ant-optional-full provides ant-optional
- fix link between manual and api (javadoc)
* Thu Jul 11 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-3jpp
- add missing symlink between optional-full.jar and optional.jar
* Wed Jul 10 2002 Ville Skytt<EFBFBD> <ville.skytta at iki.fi> 1.5-2jpp
- Requires jaxp_parser_impl, no longer jaxp_parser2
(jaxp_parser_impl already requires xml-commons-apis).
- Use sed instead of bash 2 extension when symlinking.
* Wed Jul 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-1jpp
* ant 1.5
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.Beta3-1jpp
- ant 1.5 beta 3
- added bcel as required
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-14jpp
- added regexp to list of dependant packages
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-13jpp
- added optional-full which include all ant tasks, even those without
matching package
- added jdepend 2.2
- remove require oro, since ant could works without it
- ant lib is now in %{_javadir}/%{name}, put external jars here
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-12jpp
- hardcoded distribution and vendor tag
- group tag again
* Thu May 2 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-11jpp
- no more jikes specific support in launch script
- source user prefs before configuration in launch script
- distribution tag
- group tag
- provided original script as documentation
* Fri Apr 05 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-10jpp
- used xalan-j1 instead of xalan-j2-compat
* Mon Mar 11 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-9jpp
- jaxp_parser2 support
* Wed Feb 06 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-8jpp
- netcomponents support
* Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-7jpp
- adaptation to new stylebook1.0b3 package
- stylebook is a dependency of optional package
- removed redundant dependencies
- launch script correction
* Fri Jan 25 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-6jpp
- cleaned manifest from class-path references
- section macro
* Thu Jan 17 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-5jpp
- versioned dir for javadoc
- no dependencies for manual and javadoc packages
- stricter dependency for optional package
- additional sources in individual archives
- upgraded launch script
- no more javadoc cross-linking
- additional requirement for optional package: xml-commons-apis, xalan-j2, xalan-j2-compat, jaf, javamail, & log4j
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-4jpp
- removed conditional build
- removed redundant BuildRequires
- ant-optional.jar in ant-optional package
- javadoc into javadoc package
- new launch script using functions library
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-3jpp
- readded Requires: oro junit stylebook-1.0b3 bsf rhino antlr to the main package
- corrected changelog release 1jpp-> 2jpp
* Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-2jpp
- conditional build
- removed packager tag
- new jpp extension
- added xalan 2.2.D13 support
- added BuildRequires: xalan-j2 >= 2.2.D13
- removed Requires: oro junit stylebook-1.0b3 bsf rhino antlr
* Mon Oct 15 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-1jpp
- 1.4.1
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-4jpp
- used original tarball
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-3jpp
- more macros
* Wed Sep 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-2jpp
- first unified release
- dropped explicit xalan-j2 requirement, as stylebook-1.0b3 already requires it
- added missing xalan-j1 compatibility classes
- s/jPackage/JPackage
* Wed Sep 05 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-1mdk
- 1.4
- added xalan-j2 antlr bsf rhino to buildrequires and requires
- launch script cleanup
* Tue Jul 31 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-4mdk
- jaxp_parser symlink is now jaxp_parser.jar
* Thu Jul 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-3mdk
- used alternative jaxp_parser
- updated launch script
* Sat Jun 23 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-2mdk
- s/Copyright/License/
- truncated description to 72 columns in spec
- updated launch script
* Mon Jun 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-1mdk
- 1.3
- new versioning scheme
- compiled with oro, junit and stylebook support
- spec cleanup
* Sat Mar 10 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.2-9mdk
- vendor tag
- packager tag
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-8mdk
- spec cleanup
- corrected changelog
- changed description
* Sun Feb 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-7mdk
- launch script improvments (Christian Zoffoli <czoffoli@linux-mandrake.com>)
- added french in spec
- more macros
* Fri Feb 02 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-6mdk
- corrected launch script
* Thu Feb 01 2001 Christian Zoffoli <czoffoli@linux-mandrake.com> 1.2-5mdk
- more macros
- added italian in spec
* Wed Jan 31 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-4mdk
- merged with Henri Gomez <hgomez@users.sourceforge.net> specs:
- changed name to ant
- changed javadir to /usr/share/java
- dropped jdk and jre requirement
- corrected require to jaxp
- added Jikes support
- used our own bash script
- dropped perl script
- dropped ant home directory
* Sun Jan 14 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-3mdk
- changed name to jakarta-ant
- changed group to Development/Java
* Wed Jan 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-2mdk
- new spec file
- discarded ugly non-free Sun jaxp library from sources, and used pretty open-source xerces instead
* Wed Dec 20 2000 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-1mdk
- first Mandrake release
- used SRPMS from Henri Gomez <hgomez@users.sourceforge.net>