3417f0
# Copyright (c) 2000-2008, JPackage Project
3417f0
# All rights reserved.
3417f0
#
3417f0
# Redistribution and use in source and binary forms, with or without
3417f0
# modification, are permitted provided that the following conditions
3417f0
# are met:
3417f0
#
3417f0
# 1. Redistributions of source code must retain the above copyright
3417f0
#    notice, this list of conditions and the following disclaimer.
3417f0
# 2. Redistributions in binary form must reproduce the above copyright
3417f0
#    notice, this list of conditions and the following disclaimer in the
3417f0
#    documentation and/or other materials provided with the
3417f0
#    distribution.
3417f0
# 3. Neither the name of the JPackage Project nor the names of its
3417f0
#    contributors may be used to endorse or promote products derived
3417f0
#    from this software without specific prior written permission.
3417f0
#
3417f0
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3417f0
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3417f0
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3417f0
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3417f0
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3417f0
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3417f0
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3417f0
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3417f0
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3417f0
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3417f0
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3417f0
#
3417f0
3417f0
%bcond_without tests
3417f0
%bcond_without javadoc
3417f0
3417f0
# Disabled for now, asi it doesn't work (tests fail) and nobody needs it
3417f0
%bcond_with junit5
3417f0
3417f0
%global ant_home %{_datadir}/ant
3417f0
3417f0
Name:           ant
3417f0
Version:        1.10.5
3417f0
Release:        1%{?dist}
3417f0
Epoch:          0
3417f0
Summary:        Java build tool
3417f0
Summary(it):    Tool per la compilazione di programmi java
3417f0
Summary(fr):    Outil de compilation pour java
3417f0
License:        ASL 2.0
3417f0
URL:            https://ant.apache.org/
3417f0
Source0:        https://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
3417f0
Source2:        apache-ant-1.8.ant.conf
3417f0
# manpage
3417f0
Source3:        ant.asciidoc
3417f0
3417f0
BuildRequires:  javapackages-local
3417f0
BuildRequires:  java-devel >= 1:1.8.0
3417f0
BuildRequires:  ant >= 1.10.2
3417f0
BuildRequires:  ant-junit
3417f0
3417f0
BuildRequires:  asciidoc
3417f0
BuildRequires:  xmlto
3417f0
3417f0
BuildRequires:  mvn(antlr:antlr)
3417f0
BuildRequires:  mvn(bcel:bcel)
3417f0
BuildRequires:  mvn(bsf:bsf)
3417f0
BuildRequires:  mvn(com.jcraft:jsch)
3417f0
BuildRequires:  mvn(commons-logging:commons-logging-api)
3417f0
BuildRequires:  mvn(commons-net:commons-net)
3417f0
BuildRequires:  mvn(javax.mail:mail)
3417f0
BuildRequires:  mvn(jdepend:jdepend)
3417f0
BuildRequires:  mvn(junit:junit)
3417f0
BuildRequires:  mvn(log4j:log4j:1.2.13)
3417f0
BuildRequires:  mvn(org.tukaani:xz)
3417f0
BuildRequires:  mvn(oro:oro)
3417f0
BuildRequires:  mvn(regexp:regexp)
3417f0
BuildRequires:  mvn(xalan:xalan)
3417f0
BuildRequires:  mvn(xml-resolver:xml-resolver)
3417f0
BuildRequires:  mvn(org.hamcrest:hamcrest-core)
3417f0
BuildRequires:  mvn(org.hamcrest:hamcrest-library)
3417f0
3417f0
%if %{with junit5}
3417f0
BuildRequires:  junit5
3417f0
%endif
3417f0
3417f0
# Theoretically Ant might be usable with just JRE, but typical Ant
3417f0
# workflow requires full JDK, so we recommend it here.
3417f0
%{?fedora:Recommends}%{!?fedora:Requires}: java-devel >= 1:1.8.0
3417f0
3417f0
Requires:       %{name}-lib = %{epoch}:%{version}-%{release}
3417f0
# Require full javapackages-tools since the ant script uses
3417f0
# /usr/share/java-utils/java-functions
3417f0
Requires:       javapackages-tools
3417f0
3417f0
BuildArch:      noarch
3417f0
3417f0
%description
3417f0
Apache Ant is a Java library and command-line tool whose mission is to
3417f0
drive processes described in build files as targets and extension
3417f0
points dependent upon each other.  The main known usage of Ant is the
3417f0
build of Java applications.  Ant supplies a number of built-in tasks
3417f0
allowing to compile, assemble, test and run Java applications.  Ant
3417f0
can also be used effectively to build non Java applications, for
3417f0
instance C or C++ applications.  More generally, Ant can be used to
3417f0
pilot any type of process which can be described in terms of targets
3417f0
and tasks.
3417f0
3417f0
%description -l fr
3417f0
Ant est un outil de compilation multi-plateformes pour java. Il est
3417f0
utilisé par les projets apache-jakarta et apache-xml.
3417f0
3417f0
%description -l it
3417f0
Ant e' un tool indipendente dalla piattaforma creato per faciltare la
3417f0
compilazione di programmi java.
3417f0
Allo stato attuale viene utilizzato dai progetti apache jakarta ed
3417f0
apache xml.
3417f0
3417f0
%package lib
3417f0
Summary:        Core part of %{name}
3417f0
3417f0
%description lib
3417f0
Core part of Apache Ant that can be used as a library.
3417f0
3417f0
%package jmf
3417f0
Summary:        Optional jmf tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description jmf
3417f0
Optional jmf tasks for %{name}.
3417f0
3417f0
%description jmf -l fr
3417f0
Taches jmf optionelles pour %{name}.
3417f0
3417f0
%package swing
3417f0
Summary:        Optional swing tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description swing
3417f0
Optional swing tasks for %{name}.
3417f0
3417f0
%description swing -l fr
3417f0
Taches swing optionelles pour %{name}.
3417f0
3417f0
%package antlr
3417f0
Summary:        Optional antlr tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description antlr
3417f0
Optional antlr tasks for %{name}.
3417f0
3417f0
%description antlr -l fr
3417f0
Taches antlr optionelles pour %{name}.
3417f0
3417f0
%package apache-bsf
3417f0
Summary:        Optional apache bsf tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-bsf
3417f0
Optional apache bsf tasks for %{name}.
3417f0
3417f0
%description apache-bsf -l fr
3417f0
Taches apache bsf optionelles pour %{name}.
3417f0
3417f0
%package apache-resolver
3417f0
Summary:        Optional apache resolver tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-resolver
3417f0
Optional apache resolver tasks for %{name}.
3417f0
3417f0
%description apache-resolver -l fr
3417f0
Taches apache resolver optionelles pour %{name}.
3417f0
3417f0
%package commons-logging
3417f0
Summary:        Optional commons logging tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description commons-logging
3417f0
Optional commons logging tasks for %{name}.
3417f0
3417f0
%description commons-logging -l fr
3417f0
Taches commons logging optionelles pour %{name}.
3417f0
3417f0
%package commons-net
3417f0
Summary:        Optional commons net tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description commons-net
3417f0
Optional commons net tasks for %{name}.
3417f0
3417f0
%description commons-net -l fr
3417f0
Taches commons net optionelles pour %{name}.
3417f0
3417f0
# Disable because we don't ship the dependencies
3417f0
%if 0
3417f0
%package jai
3417f0
Summary:        Optional jai tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description jai
3417f0
Optional jai tasks for %{name}.
3417f0
3417f0
%description jai -l fr
3417f0
Taches jai optionelles pour %{name}.
3417f0
%endif
3417f0
3417f0
%package apache-bcel
3417f0
Summary:        Optional apache bcel tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-bcel
3417f0
Optional apache bcel tasks for %{name}.
3417f0
3417f0
%description apache-bcel -l fr
3417f0
Taches apache bcel optionelles pour %{name}.
3417f0
3417f0
%package apache-log4j
3417f0
Summary:        Optional apache log4j tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-log4j
3417f0
Optional apache log4j tasks for %{name}.
3417f0
3417f0
%description apache-log4j -l fr
3417f0
Taches apache log4j optionelles pour %{name}.
3417f0
3417f0
%package apache-oro
3417f0
Summary:        Optional apache oro tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-oro
3417f0
Optional apache oro tasks for %{name}.
3417f0
3417f0
%description apache-oro -l fr
3417f0
Taches apache oro optionelles pour %{name}.
3417f0
3417f0
%package apache-regexp
3417f0
Summary:        Optional apache regexp tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-regexp
3417f0
Optional apache regexp tasks for %{name}.
3417f0
3417f0
%description apache-regexp -l fr
3417f0
Taches apache regexp optionelles pour %{name}.
3417f0
3417f0
%package apache-xalan2
3417f0
Summary:        Optional apache xalan2 tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description apache-xalan2
3417f0
Optional apache xalan2 tasks for %{name}.
3417f0
3417f0
%description apache-xalan2 -l fr
3417f0
Taches apache xalan2 optionelles pour %{name}.
3417f0
3417f0
%package javamail
3417f0
Summary:        Optional javamail tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description javamail
3417f0
Optional javamail tasks for %{name}.
3417f0
3417f0
%description javamail -l fr
3417f0
Taches javamail optionelles pour %{name}.
3417f0
3417f0
%package jdepend
3417f0
Summary:        Optional jdepend tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description jdepend
3417f0
Optional jdepend tasks for %{name}.
3417f0
3417f0
%description jdepend -l fr
3417f0
Taches jdepend optionelles pour %{name}.
3417f0
3417f0
%package jsch
3417f0
Summary:        Optional jsch tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description jsch
3417f0
Optional jsch tasks for %{name}.
3417f0
3417f0
%description jsch -l fr
3417f0
Taches jsch optionelles pour %{name}.
3417f0
3417f0
%package junit
3417f0
Summary:        Optional junit tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description junit
3417f0
Optional junit tasks for %{name}.
3417f0
3417f0
%description junit -l fr
3417f0
Taches junit optionelles pour %{name}.
3417f0
3417f0
%if %{with junit5}
3417f0
%package junit5
3417f0
Summary:        Optional junit5 tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description junit5
3417f0
Optional junit5 tasks for %{name}.
3417f0
3417f0
%description junit5 -l fr
3417f0
Taches junit5 optionelles pour %{name}.
3417f0
%endif
3417f0
3417f0
%package testutil
3417f0
Summary:        Test utility classes for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description testutil
3417f0
Test utility tasks for %{name}.
3417f0
3417f0
%package xz
3417f0
Summary:        Optional xz tasks for %{name}
3417f0
Requires:       %{name} = %{epoch}:%{version}-%{release}
3417f0
3417f0
%description xz
3417f0
Optional xz tasks for %{name}.
3417f0
3417f0
%package manual
3417f0
Summary:        Manual for %{name}
3417f0
3417f0
%description manual
3417f0
Documentation for %{name}.
3417f0
3417f0
%description manual -l it
3417f0
Documentazione di %{name}.
3417f0
3417f0
%description manual -l fr
3417f0
Documentation pour %{name}.
3417f0
3417f0
%package javadoc
3417f0
Summary:        Javadoc for %{name}
3417f0
3417f0
%description javadoc
3417f0
Javadoc for %{name}.
3417f0
3417f0
%description javadoc -l fr
3417f0
Javadoc pour %{name}.
3417f0
3417f0
# -----------------------------------------------------------------------------
3417f0
3417f0
%prep
3417f0
%setup -q -n apache-ant-%{version}
3417f0
3417f0
# Fix class-path-in-manifest rpmlint warning
3417f0
%pom_xpath_remove 'attribute[@name="Class-Path"]' build.xml
3417f0
3417f0
# clean jar files
3417f0
find . -name "*.jar" | xargs -t rm
3417f0
3417f0
# failing testcases. TODO see why
3417f0
rm src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
3417f0
   src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsFileSelectedTest.java \
3417f0
   src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsSignedTest.java \
3417f0
   src/tests/junit/org/apache/tools/ant/taskdefs/JarTest.java \
3417f0
   src/tests/junit/org/apache/tools/mail/MailMessageTest.java
3417f0
3417f0
#install jars
3417f0
build-jar-repository -s -p lib/optional antlr bcel javamail/mailapi jdepend junit log4j-1 oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer hamcrest/core hamcrest/library xz-java
3417f0
%if %{with junit5}
3417f0
build-jar-repository -s -p lib/optional junit5 opentest4j
3417f0
%endif
3417f0
3417f0
# fix hardcoded paths in ant script and conf
3417f0
cp -p %{SOURCE2} %{name}.conf
3417f0
sed -e 's:/etc/ant.conf:%{_sysconfdir}/ant.conf:g' \
3417f0
    -e 's:/etc/ant.d:%{_sysconfdir}/ant.d:g' \
3417f0
    -e 's:/usr/share/ant:%{_datadir}/ant:g' \
3417f0
    -e 's:/usr/bin/build-classpath:%{_bindir}/build-classpath:g' \
3417f0
    -e 's:/usr/share/java-utils/java-functions:%{_javadir}-utils/java-functions:g' \
3417f0
    -i src/script/ant %{name}.conf
3417f0
3417f0
# Remove unnecessary JARs from the classpath
3417f0
sed -i 's/jaxp_parser_impl//;s/xml-commons-apis//' src/script/ant
3417f0
3417f0
# Fix file-not-utf8 rpmlint warning
3417f0
iconv KEYS -f iso-8859-1 -t utf-8 -o KEYS.utf8
3417f0
mv KEYS.utf8 KEYS
3417f0
iconv LICENSE -f iso-8859-1 -t utf-8 -o LICENSE.utf8
3417f0
mv LICENSE.utf8 LICENSE
3417f0
3417f0
# We want a hard dep on antlr
3417f0
%pom_xpath_remove pom:optional src/etc/poms/ant-antlr/pom.xml
3417f0
3417f0
%if %{without junit5}
3417f0
%pom_xpath_inject 'target[@name="javadocs"]/javadoc/packageset' '<exclude name="**/junitlauncher"/>' build.xml
3417f0
%endif
3417f0
3417f0
%build
3417f0
%{ant} jars test-jar
3417f0
3417f0
%if %with javadoc
3417f0
%{ant} javadocs
3417f0
%endif
3417f0
3417f0
# typeset the manpage
3417f0
mkdir man
3417f0
asciidoc -b docbook -d manpage -o man/%{name}.xml %{SOURCE3}
3417f0
xmlto man man/%{name}.xml -o man
3417f0
3417f0
#remove empty jai and netrexx jars. Due to missing dependencies they contain only manifests.
3417f0
rm -fr build/lib/ant-jai.jar build/lib/ant-netrexx.jar
3417f0
%if %{without junit5}
3417f0
rm -f build/lib/ant-junitlauncher.jar
3417f0
%endif
3417f0
# -----------------------------------------------------------------------------
3417f0
3417f0
%install
3417f0
# ANT_HOME and subdirs
3417f0
mkdir -p $RPM_BUILD_ROOT%{ant_home}/{lib,etc,bin}
3417f0
3417f0
%mvn_alias :ant org.apache.ant:ant-nodeps apache:ant ant:ant
3417f0
%mvn_alias :ant-launcher ant:ant-launcher
3417f0
3417f0
%mvn_file ':{ant,ant-bootstrap,ant-launcher}' %{name}/@1 @1
3417f0
3417f0
for jar in build/lib/*.jar
3417f0
do
3417f0
  # Make sure that installed JARs are not empty
3417f0
  jar tf ${jar} | egrep -q *.class
3417f0
3417f0
  jarname=$(basename $jar .jar)
3417f0
3417f0
  # jar aliases
3417f0
  ln -sf ../../java/%{name}/${jarname}.jar $RPM_BUILD_ROOT%{ant_home}/lib/${jarname}.jar
3417f0
3417f0
  pom=src/etc/poms/${jarname}/pom.xml
3417f0
3417f0
  # bootstrap does not have a pom, generate one
3417f0
  [ $jarname == ant-bootstrap ] && pom='org.apache.ant:ant-bootstrap:%{version}'
3417f0
3417f0
  %mvn_artifact ${pom} ${jar}
3417f0
done
3417f0
3417f0
# ant-parent pom
3417f0
%mvn_artifact src/etc/poms/pom.xml
3417f0
3417f0
%mvn_package :ant lib
3417f0
%mvn_package :ant-launcher lib
3417f0
%mvn_package :ant-bootstrap lib
3417f0
%mvn_package :ant-parent lib
3417f0
%mvn_package :ant-junit4 junit
3417f0
# catchall rule for the rest
3417f0
%mvn_package ':ant-{*}' @1
3417f0
3417f0
%mvn_install
3417f0
3417f0
# scripts: remove dos and os/2 scripts
3417f0
rm -f src/script/*.bat
3417f0
rm -f src/script/*.cmd
3417f0
3417f0
# XSLs
3417f0
cp -p src/etc/*.xsl $RPM_BUILD_ROOT%{ant_home}/etc
3417f0
3417f0
# install everything else
3417f0
mkdir -p $RPM_BUILD_ROOT%{_bindir}
3417f0
cp -p src/script/ant $RPM_BUILD_ROOT%{_bindir}/
3417f0
ln -sf %{_bindir}/ant $RPM_BUILD_ROOT%{ant_home}/bin/
3417f0
cp -p src/script/antRun $RPM_BUILD_ROOT%{ant_home}/bin/
3417f0
3417f0
# default ant.conf
3417f0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
3417f0
cp -p %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
3417f0
3417f0
# OPT_JAR_LIST fragments
3417f0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d
3417f0
echo "ant/ant-jmf" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/jmf
3417f0
echo "ant/ant-swing" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/swing
3417f0
echo "antlr ant/ant-antlr" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/antlr
3417f0
echo "rhino bsf ant/ant-apache-bsf" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-bsf
3417f0
echo "xml-commons-resolver ant/ant-apache-resolver" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-resolver
3417f0
echo "apache-commons-logging ant/ant-commons-logging" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/commons-logging
3417f0
echo "apache-commons-net ant/ant-commons-net" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/commons-net
3417f0
#echo "jai ant/ant-jai" > $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name}.d/jai
3417f0
echo "bcel ant/ant-apache-bcel" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-bcel
3417f0
echo "log4j12 ant/ant-apache-log4j" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-log4j
3417f0
echo "oro ant/ant-apache-oro" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-oro
3417f0
echo "regexp ant/ant-apache-regexp" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-regexp
3417f0
echo "xalan-j2 xalan-j2-serializer ant/ant-apache-xalan2" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/apache-xalan2
3417f0
echo "javamail jaf ant/ant-javamail" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/javamail
3417f0
echo "jdepend ant/ant-jdepend" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/jdepend
3417f0
echo "jsch ant/ant-jsch" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/jsch
3417f0
echo "junit hamcrest/core ant/ant-junit" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/junit
3417f0
echo "junit hamcrest/core ant/ant-junit4" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/junit4
3417f0
echo "testutil ant/ant-testutil" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/testutil
3417f0
echo "xz-java ant/ant-xz" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/xz
3417f0
3417f0
%if %{with junit5}
3417f0
echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d/junitlauncher
3417f0
%endif
3417f0
3417f0
%if %with javadoc
3417f0
# javadoc
3417f0
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
3417f0
cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
3417f0
%endif
3417f0
3417f0
# fix link between manual and javadoc
3417f0
(cd manual; ln -sf %{_javadocdir}/%{name} api)
3417f0
3417f0
# manpage
3417f0
install -d -m 755 %{buildroot}%{_mandir}/man1/
3417f0
install -p -m 644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
3417f0
3417f0
%if %with tests
3417f0
%check
3417f0
LC_ALL=en_US.utf8 %{ant} test
3417f0
%endif
3417f0
3417f0
%files
3417f0
%doc KEYS README WHATSNEW
3417f0
%license LICENSE NOTICE
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.conf
3417f0
%attr(0755,root,root) %{_bindir}/ant
3417f0
%dir %{ant_home}/bin
3417f0
%{ant_home}/bin/ant
3417f0
%attr(0755,root,root) %{ant_home}/bin/antRun
3417f0
%{_mandir}/man1/%{name}.*
3417f0
%dir %{ant_home}/etc
3417f0
%{ant_home}/etc/ant-update.xsl
3417f0
%{ant_home}/etc/changelog.xsl
3417f0
%{ant_home}/etc/coverage-frames.xsl
3417f0
%{ant_home}/etc/mmetrics-frames.xsl
3417f0
%{ant_home}/etc/log.xsl
3417f0
%{ant_home}/etc/tagdiff.xsl
3417f0
%{ant_home}/etc/common2master.xsl
3417f0
%{ant_home}/etc/printFailingTests.xsl
3417f0
%dir %{_sysconfdir}/%{name}.d
3417f0
3417f0
%files lib -f .mfiles-lib
3417f0
%dir %{ant_home}
3417f0
%dir %{ant_home}/lib
3417f0
%{ant_home}/lib/%{name}.jar
3417f0
%{ant_home}/lib/%{name}-launcher.jar
3417f0
%{ant_home}/lib/%{name}-bootstrap.jar
3417f0
3417f0
%files jmf -f .mfiles-jmf
3417f0
%{ant_home}/lib/%{name}-jmf.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/jmf
3417f0
3417f0
%files swing -f .mfiles-swing
3417f0
%{ant_home}/lib/%{name}-swing.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/swing
3417f0
3417f0
%files antlr -f .mfiles-antlr
3417f0
%{ant_home}/lib/%{name}-antlr.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/antlr
3417f0
3417f0
%files apache-bsf -f .mfiles-apache-bsf
3417f0
%{ant_home}/lib/%{name}-apache-bsf.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bsf
3417f0
3417f0
%files apache-resolver -f .mfiles-apache-resolver
3417f0
%{ant_home}/lib/%{name}-apache-resolver.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-resolver
3417f0
3417f0
%files commons-logging -f .mfiles-commons-logging
3417f0
%{ant_home}/lib/%{name}-commons-logging.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-logging
3417f0
3417f0
%files commons-net -f .mfiles-commons-net
3417f0
%{ant_home}/lib/%{name}-commons-net.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-net
3417f0
3417f0
# Disable as we dont ship the dependencies
3417f0
%if 0
3417f0
%files jai -f .mfiles-jai
3417f0
%{ant_home}/lib/%{name}-jai.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/jai
3417f0
%endif
3417f0
3417f0
%files apache-bcel -f .mfiles-apache-bcel
3417f0
%{ant_home}/lib/%{name}-apache-bcel.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bcel
3417f0
3417f0
%files apache-log4j -f .mfiles-apache-log4j
3417f0
%{ant_home}/lib/%{name}-apache-log4j.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-log4j
3417f0
3417f0
%files apache-oro -f .mfiles-apache-oro
3417f0
%{ant_home}/lib/%{name}-apache-oro.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-oro
3417f0
%{ant_home}/etc/maudit-frames.xsl
3417f0
3417f0
%files apache-regexp -f .mfiles-apache-regexp
3417f0
%{ant_home}/lib/%{name}-apache-regexp.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-regexp
3417f0
3417f0
%files apache-xalan2 -f .mfiles-apache-xalan2
3417f0
%{ant_home}/lib/%{name}-apache-xalan2.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-xalan2
3417f0
3417f0
%files javamail -f .mfiles-javamail
3417f0
%{ant_home}/lib/%{name}-javamail.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/javamail
3417f0
3417f0
%files jdepend -f .mfiles-jdepend
3417f0
%{ant_home}/lib/%{name}-jdepend.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/jdepend
3417f0
%{ant_home}/etc/jdepend.xsl
3417f0
%{ant_home}/etc/jdepend-frames.xsl
3417f0
3417f0
%files jsch -f .mfiles-jsch
3417f0
%{ant_home}/lib/%{name}-jsch.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/jsch
3417f0
3417f0
%files junit -f .mfiles-junit
3417f0
%{ant_home}/lib/%{name}-junit.jar
3417f0
%{ant_home}/lib/%{name}-junit4.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/junit
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/junit4
3417f0
%{ant_home}/etc/junit-frames.xsl
3417f0
%{ant_home}/etc/junit-noframes.xsl
3417f0
%{ant_home}/etc/junit-frames-xalan1.xsl
3417f0
%{ant_home}/etc/junit-frames-saxon.xsl
3417f0
%{ant_home}/etc/junit-noframes-saxon.xsl
3417f0
3417f0
%if %{with junit5}
3417f0
%files junit5 -f .mfiles-junitlauncher
3417f0
%{ant_home}/lib/%{name}-junitlauncher.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/junitlauncher
3417f0
%endif
3417f0
3417f0
%files testutil -f .mfiles-testutil
3417f0
%{ant_home}/lib/%{name}-testutil.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/testutil
3417f0
3417f0
%files xz -f .mfiles-xz
3417f0
%{ant_home}/lib/%{name}-xz.jar
3417f0
%config(noreplace) %{_sysconfdir}/%{name}.d/xz
3417f0
3417f0
%files manual
3417f0
%license LICENSE NOTICE
3417f0
%doc manual/*
3417f0
3417f0
%if %with javadoc
3417f0
%files javadoc
3417f0
%license LICENSE NOTICE
3417f0
%{_javadocdir}/%{name}
3417f0
%endif
3417f0
3417f0
# -----------------------------------------------------------------------------
3417f0
3417f0
%changelog
3417f0
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.5-1
3417f0
- Update to upstream version 1.10.5
3417f0
3417f0
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.4-4
3417f0
- Add a manpage
3417f0
- Avoid installing antRun auxiliary script in bindir, keep it in ant_home
3417f0
3417f0
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 0:1.10.4-3
3417f0
- Require javapackages-tools for ant script.
3417f0
3417f0
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.4-2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3417f0
3417f0
* Tue Jun 26 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.4-1
3417f0
- Update to upstream version 1.10.4
3417f0
- Resolves: rhbz#1584407
3417f0
3417f0
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.3-2
3417f0
- Remove legacy Obsoletes/Provides
3417f0
3417f0
* Wed Mar 28 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.3-1
3417f0
- Update to upstream version 1.10.3
3417f0
3417f0
* Wed Feb  7 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.2-1
3417f0
- Update to upstream version 1.10.2
3417f0
3417f0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.1-9
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3417f0
3417f0
* Mon Sep 04 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-8
3417f0
- Fix directory ownership
3417f0
3417f0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.1-7
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3417f0
3417f0
* Tue Mar 28 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-6
3417f0
- Fix requires
3417f0
- Use JDK's jaxp instead of xerces
3417f0
3417f0
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-5
3417f0
- Install with XMvn
3417f0
3417f0
* Wed Mar  1 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-4
3417f0
- Fix hardcoded paths in ant script and conf
3417f0
- Fix requires on xz-java
3417f0
3417f0
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-3
3417f0
- Don't hardcode path to xargs
3417f0
3417f0
* Thu Feb 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-2
3417f0
- Conditionalize weak dependencies
3417f0
3417f0
* Wed Feb 15 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-1
3417f0
- Update to upstream version 1.10.1
3417f0
3417f0
* Fri Feb 10 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.0-3
3417f0
- Use log4j12
3417f0
3417f0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.0-2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3417f0
3417f0
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.0-1
3417f0
- Update to upstream version 1.10.0
3417f0
3417f0
* Mon Dec 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.7-1
3417f0
- Update to upstream version 1.9.7
3417f0
3417f0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.9.6-3
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3417f0
3417f0
* Fri Jul 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.6-2
3417f0
- Recommend java-devel instead of requiring it
3417f0
3417f0
* Thu Jul 02 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.6-1
3417f0
- Update to upstream version 1.9.6
3417f0
3417f0
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.9.5-2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3417f0
3417f0
* Thu Jun 04 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.5-1
3417f0
- Update to upstream version 1.9.5
3417f0
3417f0
* Fri Apr 03 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-11
3417f0
- Move launcher to lib subpackage
3417f0
3417f0
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-10
3417f0
- Update description
3417f0
3417f0
* Tue Mar 31 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-9
3417f0
- Split library part into subpackage (rhbz#1119283)
3417f0
3417f0
* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-8
3417f0
- Add alias for ant:ant-launcher
3417f0
3417f0
* Wed Feb  4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-7
3417f0
- Add hamcrest to ant-junit classpath
3417f0
3417f0
* Mon Jan 26 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-6
3417f0
- Add hamcrest into classpath
3417f0
3417f0
* Tue Jan 13 2015 Mat Booth <mat.booth@redhat.com> - 0:1.9.4-5
3417f0
- Resolves: rhbz#1180568 - Add rhino to classpath for bsf plug-in
3417f0
3417f0
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-4
3417f0
- Add aliases for ant:ant and apache:ant
3417f0
3417f0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.9.4-3
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3417f0
3417f0
* Tue May 6 2014 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.4-2
3417f0
- Reenable tests.
3417f0
3417f0
* Tue May 6 2014 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.4-1
3417f0
- Update to upstream 1.9.4.
3417f0
- Disable tests as they use new junit tas attribute added in this release.
3417f0
3417f0
* Fri Feb 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.3-2
3417f0
- Skip installation perl and python scripts
3417f0
3417f0
* Thu Jan  2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.3-1
3417f0
- Update to upstream version 1.9.3
3417f0
3417f0
* Thu Sep 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-7
3417f0
- Install Maven depmaps in appropriate subpackages
3417f0
- Resolves: rhbz#996062
3417f0
3417f0
* Fri Aug 30 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-6
3417f0
- Fix antRun script
3417f0
- Resolves: rhbz#675949
3417f0
3417f0
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-5
3417f0
- xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)
3417f0
3417f0
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-4
3417f0
- Temporarily add xerces-j2 and xml-commons-apis to classpath, see #994556
3417f0
3417f0
* Fri Jul 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-3
3417f0
- Rebuilt to regenerate depmap files
3417f0
- Resolves: rhbz#988797
3417f0
3417f0
* Thu Jul 25 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.2-2
3417f0
- Update license after removal of W3C content upstream
3417f0
3417f0
* Wed Jul 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-1
3417f0
- Update to upstream version 1.9.2
3417f0
- Remove usage of %%add_to_maven_depmap
3417f0
3417f0
* Tue Jul  2 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.1-3
3417f0
- Remove arch-specific patch as ant is noarch now
3417f0
- Remove bcond macro definitions (provided by rpm itself)
3417f0
- Remove Group tags
3417f0
- Update to current packaging guidelines
3417f0
- Run tests in %%check instead of %%build
3417f0
- Remove dependencies on xerces-j2 and xml-commons-apis, resolves: rhbz#838711
3417f0
- Convert %%global build_javadoc to conditional
3417f0
- Remove bootstrap code, resolves: rhbz#915437
3417f0
- Fail the build if any of JARs is empty
3417f0
- Skip running tests that fail on Koji, resolves: rhbz#979496
3417f0
- Merge scripts into main package, resolves: rhbz#798975
3417f0
3417f0
* Mon Jun 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-2
3417f0
- Enable unit tests
3417f0
3417f0
* Wed May 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.1-1
3417f0
- Update to upstream version 1.9.1
3417f0
3417f0
* Mon Apr 22 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.0-2
3417f0
- Drop a pile of old provider/requires/obsoletes that are no longer usable
3417f0
  and cause only problem if ant is scl-ized.
3417f0
3417f0
* Mon Mar 11 2013 Michal Srb <msrb@redhat.com> - 0:1.9.0-1
3417f0
- Update to upstream version 1.9.0
3417f0
3417f0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.4-6
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3417f0
3417f0
* Tue Nov 27 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.4-5
3417f0
- Requires on jpackage-utils in javadoc
3417f0
- Added LICENSE and NOTICE in manual subpackage
3417f0
3417f0
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 0:1.8.4-4
3417f0
- Including LICENSE and NOTICE in the javadoc subpackage
3417f0
3417f0
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 0:1.8.4-3
3417f0
- Fixing the license tag
3417f0
3417f0
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.4-2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3417f0
3417f0
* Fri Jun 15 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.4-1
3417f0
- Update to new upstream version.
3417f0
3417f0
* Wed May 2 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.3-2
3417f0
- Use apache-commons-* instead of jakarta-commons-*.
3417f0
- Drop xml-commons-apis-13 BR/R since it's no longer needed.
3417f0
3417f0
* Wed Feb 29 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.3-1
3417f0
- Update to upstream 1.8.3 release.
3417f0
- Drop old stuff. 
3417f0
3417f0
* Tue Feb 07 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.2-9
3417f0
- Added patch
3417f0
3417f0
* Tue Feb 07 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.2-8
3417f0
- Removed checking for classpath duplicates
3417f0
- Added ant-junit4.jar into %%files and ant.d
3417f0
3417f0
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.2-7
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3417f0
3417f0
* Wed Jul 6 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-6
3417f0
- Make scripts executable.
3417f0
- Adapt to current guidelines.
3417f0
3417f0
* Thu Mar 10 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-5
3417f0
- Fix xalan-j2 subpackage path.
3417f0
3417f0
* Tue Feb 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.2-4
3417f0
- Change oro to jakarta-oro in BR/R
3417f0
3417f0
* Wed Feb  9 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.2-3
3417f0
- Add backward compatible maven depmap for nodeps jar
3417f0
- Revert define->global change (different semantic in rpm 4.9.X)
3417f0
3417f0
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3417f0
3417f0
* Mon Jan 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-1
3417f0
- Update to new upstream version.
3417f0
- Guidelines fixes.
3417f0
3417f0
* Sun Nov 28 2010 Ville Skyttä <ville.skytta@iki.fi> - 0:1.8.1-9
3417f0
- Install javadocs into unversioned dir (#657879).
3417f0
3417f0
* Tue Nov 23 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.1-8
3417f0
- Fix pom filename (Resolves rhbz#655787)
3417f0
3417f0
* Thu Oct 28 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-7
3417f0
- Build and package ant-testutil
3417f0
3417f0
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-6
3417f0
- Remove jaf from the classpath.
3417f0
3417f0
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-5
3417f0
- Drop gcj support.
3417f0
- Drop jaf BR/R it is part of Java 5+.
3417f0
3417f0
* Fri Oct 1 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-4
3417f0
- Move ant-trax Provides/Obsoletes to ant-nodeps
3417f0
3417f0
* Thu Aug 26 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-3
3417f0
- Remove -SNAPSHOT from version
3417f0
3417f0
* Wed Aug 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-2
3417f0
- Use global instead of define.
3417f0
- Fix parent pom install.
3417f0
3417f0
* Mon Aug 16 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-1
3417f0
- Update to ant 1.8.1
3417f0
- Update no-test-jar patch
3417f0
- Update class-path-in-manifest patch
3417f0
- Drop gnu-classpath patch
3417f0
- Retire trax subpackage no longer shipped
3417f0
- Add xalan2 subpackage and support for junitreport task
3417f0
- Drop old jakarta jar aliases
3417f0
3417f0
* Thu Aug 13 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.7.1-12
3417f0
- Fix compile with commons-net 2.0.
3417f0
3417f0
* Fri Aug  7 2009 Orion Poplawski <orion@cora.nwra.com> - 0:1.1.7-11
3417f0
- Add links to jar files into %%{ant_home} (Bug #179759)
3417f0
3417f0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.1-10.2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3417f0
3417f0
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.1-9.2
3417f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3417f0
3417f0
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0:1.7.1-8.2
3417f0
- Rebuild for Python 2.6
3417f0
3417f0
* Wed Oct  1 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0:1.7.1-7.2
3417f0
- Exclude bogus perl(the) Requires
3417f0
- Exclude bogus perl(oata), perl(examples) Provides
3417f0
3417f0
* Fri Sep 26 2008 Permaine Cheung <pcheung@redhat.com> 0:1.7.1-7.1
3417f0
- Define with_gcj_support
3417f0
3417f0
* Tue Sep 23 2008 Permaine Cheung <pcheung@redhat.com> 0:1.7.1-7
3417f0
- Update to 1.7.1
3417f0
- Fix some rpmlint issues
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-7
3417f0
- enable non-bootstrap
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-6
3417f0
- add ant-bootstrap jar if bootstrap is enabled
3417f0
- enable jmf, swing, trax if bootstrap is enabled
3417f0
- BuildRequires: jaxp_transform_impl
3417f0
- BuildRequires: junit for non-bootstrap
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-5
3417f0
- enable ant-nodeps in bootstrap mode
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-4
3417f0
- remove junit for bootstrap
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-3
3417f0
- build as bootstrap
3417f0
3417f0
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-2
3417f0
- set rpm_mode=false by default
3417f0
3417f0
* Thu Jul 10 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-1
3417f0
- 1.7.1
3417f0
- update maven pom files
3417f0
- rediff apache-ant-jars.patch
3417f0
- rediff apache-ant-bz163689.patch
3417f0
- add apache-ant-gnu-classpath.patch
3417f0
- set rpm_mode=true in conf since the ant script handles the rest
3417f0
3417f0
* Thu Jul 10 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-3
3417f0
- add bootstrap mode
3417f0
- replace some alternatives/virtual requires by explicit requires
3417f0
- remove javadoc scriptlets
3417f0
- fix GCJ support
3417f0
- add workaround for xalan-j2 in %%{_sysconfdir}/%%{name}.d/trax
3417f0
- version Obsoletes and add Provides
3417f0
- remove Conflicts
3417f0
- mark files in %%{_sysconfdir} as %%config(noreplace)
3417f0
3417f0
* Tue Jul 03 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.7.0-2.jpp5
3417f0
- Add poms and depmap frags
3417f0
- (B)R jpackage-utils >= 0:1.7.5
3417f0
- BR java-devel = 0:1.5.0
3417f0
- R java >= 0:1.5.0
3417f0
3417f0
* Wed Jun 20 2007 Fernando Nasser <fnasser at redhat.com> - 0:1.7.0-1jpp
3417f0
- Upgrade to the final 1.7.0
3417f0
3417f0
* Thu Sep 21 2006 Will Tatam <will.tatam@red61.com> - 0:1.7.0-0.Beta1.1jpp
3417f0
- Upgraded to 1.7.0Beta1
3417f0
- removed the apache-ant-1.6.5-jvm1.5-detect.patch as merged upstream
3417f0
3417f0
* Fri Aug 11 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-2jpp
3417f0
- Added conditional native compilation
3417f0
- Added patch to fix jvm version detection
3417f0
- Add missing requirements
3417f0
- Synch with Fedora spec
3417f0
3417f0
* Wed Nov 09 2005 Fernando Nasser <fnasser at redhat.com> - 0:1.6.5-1jpp
3417f0
- Upgrade to 1.6.5
3417f0
- Incorporate the following changes:
3417f0
  From Gary Benson <gbenson at redhat.com>:
3417f0
- Allow subpackages not in Fedora to be installed from JPackage
3417f0
- Add NOTICE file as per Apache License version 2.0
3417f0
- Own /usr/share/java/ant
3417f0
  From Vadim Nasardinov <vadimn@redhat.com>
3417f0
- Removed apache-ant-1.6.2.patch.  Incorporated upstream.
3417f0
  From David Walluck <david@jpackage.org>
3417f0
- Add manifest-only package (mainly for eclipse)
3417f0
- Add conflicts on j2sdk for Mandriva
3417f0
3417f0
* Mon Nov  8 2004 Gary Benson <gbenson at redhat.com> - 0:1.6.2-3jpp
3417f0
- Build OPT_JAR_LIST from files in /etc/ant.d.
3417f0
3417f0
* Mon Sep 06 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-2jpp
3417f0
- Fix to backward compatibility symbolic links.
3417f0
3417f0
* Tue Aug 17 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-1jpp
3417f0
- Update to Ant 1.6.2
3417f0
3417f0
* Thu Aug 05 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-2jpp
3417f0
- Remove incorrect noreplace option for ant.conf; it can't be used anymore
3417f0
  because the sub-packages update that file.
3417f0
- Add patch to fix temp directory used for file containing large
3417f0
  command strings (> 4k)
3417f0
3417f0
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
3417f0
- Extend subpackage builds to update ant.conf
3417f0
3417f0
* Tue Mar 23 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
3417f0
- Update to Ant 1.6.1
3417f0
- Change ant launch script to source instead of patch
3417f0
- Move optional components to ant subdirectory: %%{_javadir}/%%{name}
3417f0
- Remove os/2 scripts and set JAVA_HOME for build
3417f0
3417f0
* Wed Feb 11 2004 Randy Watler <rwatler at finali.com> - 0:1.6.0-1jpp
3417f0
- Update to Ant 1.6.0
3417f0
- Break out optional/optional-full components
3417f0
- Revise ant launch scripts and support ~/.ant/ant.conf configuration file
3417f0
- Use --noconfig flag to bootstrap ant build and override existing jpp config
3417f0
- Modify ant launcher to use ant.library.dir property to find extra jars
3417f0
- Port changes made in ant launch script for 1.6.2 back into patches
3417f0
3417f0
* Wed Aug 13 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-2jpp
3417f0
- remove bogus NoSource entries
3417f0
3417f0
* Tue Aug 12 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-1jpp
3417f0
- Update to 1.5.4
3417f0
- JavaCC task fixed using merged upstream patches from ant HEAD
3417f0
3417f0
* Mon May  5 2003 Ville Skyttä <ville.skytta@iki.fi> - 0:1.5.3-2jpp
3417f0
- Fix non-versioned javadoc symlinking.
3417f0
3417f0
* Tue Apr 22 2003 Ville Skyttä <ville.skytta@iki.fi> - 0:1.5.3-1jpp
3417f0
- Update to 1.5.3.
3417f0
- Remove runtime java-devel dependency.
3417f0
- Add Epochs in all Provides and Requires.
3417f0
- Include non-versioned javadoc symlink.
3417f0
- Build without dependencies that are partially or completely missing from
3417f0
  JPackage 1.5 (oldbsf, xalan-j1, stylebook1.0b3).
3417f0
- Add netcomponents to optional jar list in ant.conf.
3417f0
3417f0
* Tue Apr 01 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-13jpp
3417f0
- ant-optional is optional (silly me)
3417f0
- jaxp_transform is optional , do not require it
3417f0
- epoch, correct jpackage-utils requires...
3417f0
3417f0
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-11jpp
3417f0
- add an optional jar list as per Ville's suggestion
3417f0
3417f0
* Thu Mar 20 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-10jpp
3417f0
- hopefully fix CLASSSPATH_OVERRIDE behaviour
3417f0
3417f0
* Tue Mar 18 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-7jpp
3417f0
- for JPackage-utils 1.5
3417f0
3417f0
* Wed Mar 12 2003 Ville Skyttä <ville.skytta@iki.fi> - 1.5.2-5jpp
3417f0
- Move ANT_HOME to /usr/share/ant.
3417f0
- Don't special-case the lib dir for RPM layout any more, use ANT_HOME/lib.
3417f0
- Install XSLs into ANT_HOME/etc.
3417f0
- Call set_jvm by default in ant.conf.
3417f0
- Provide ant-optional-clean (versioned) in ant-optional.
3417f0
- Make ant-optional-full conflict with ant-optional-clean.
3417f0
- Add version info to ant-optional provision in ant-optional-full.
3417f0
- Built with Sun 1.4.1_02 javac (to get JDK 1.4 regex).
3417f0
3417f0
* Tue Mar 11 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-4jp
3417f0
- changed provided /etc/ant.conf so that if usejikes is allready provided
3417f0
  it didn't set it. Which such modification if you want to disable
3417f0
  ant to use jikes even if jikes is set in /etc/ant.conf you'll just have
3417f0
  to do usejikes=false ant build.xml.
3417f0
3417f0
* Mon Mar 10 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-3jp
3417f0
- rebuilt with IBM SDK 1.3.1 since there was zip corruption when built
3417f0
  with jikes 1.18 and IBM SDK 1.4.
3417f0
3417f0
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-2jp
3417f0
- updated URL and source location
3417f0
3417f0
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-1jp
3417f0
- 1.5.2
3417f0
- remove JDK 1.4 related patchs which are now included in ant 1.5.2
3417f0
- fix ant-optional-full pre/post install script (now remove correctly all
3417f0
  ant optional jars)
3417f0
- Built with jikes 1.18 and IBM SDK 1.4
3417f0
3417f0
* Sat Feb  1 2003 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-8jpp
3417f0
- Symlink a transformer into ANT_LIB for smoother experience on Java 1.3.
3417f0
- Requires jaxp_transform_impl.
3417f0
- Don't remove optional.jar symlinks on optional-full upgrade.
3417f0
- Include Sun's 1.4 JSSE and JCE jars in runtime path, see
3417f0
  <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16242>.
3417f0
- Use jpackage-utils for setting JAVA_HOME when building.
3417f0
- Built with Sun 1.4.1_01 javac.
3417f0
3417f0
* Mon Jan 20 2003 David Walluck <david@anti-microsoft.org> 1.5.1-7jpp
3417f0
- oldbsf
3417f0
3417f0
* Fri Dec 20 2002 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-6jpp
3417f0
- Really get rid of automatic dependencies for the -scripts package.
3417f0
3417f0
* Wed Dec 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.5.1-5jpp
3417f0
- scripts subpackages
3417f0
- file-based manual dependencies, as packages doesn't have the same name on RedHat and Mandrake
3417f0
3417f0
* Wed Dec 11 2002 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-4jpp
3417f0
- Patched to allow easier use with Jikes and IBM's 1.4.0, see
3417f0
  <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15289> for details.
3417f0
3417f0
* Mon Oct 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-3jpp
3417f0
- new post script for optional-full since rpm didn't works as
3417f0
  expected and didn't set correct symlink for ant-optional.jar
3417f0
3417f0
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-2jpp
3417f0
- really used JDK 1.4.1 to get JDK 1.4.x Regexp
3417f0
3417f0
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-1jpp
3417f0
- ant 1.5.1
3417f0
3417f0
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-5jpp
3417f0
- ant script standard behaviour restored, ie ant/lib jars are taken
3417f0
  before CLASSPATH. You should define CLASSPATH_OVERRIDE env var to have
3417f0
  CLASSPATH before ant/lib jars
3417f0
- applied ant script patch for cygwin (cygwin rpm users around ?)
3417f0
- remove conflict in ant-optional-full, just put provides
3417f0
3417f0
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-4jpp
3417f0
- fix a problem in xerces-j2 build by changing the way CLASSPATH is constructed:
3417f0
  first add jars found in CLASSPATH, then add xml-commons-apis, jaxp_parser_impl,
3417f0
  ant, ant-optional and finish with jars found in ant/lib.
3417f0
- jpackage-utils is no more required (but recommanded :)
3417f0
- ant-optional-full provides ant-optional
3417f0
- fix link between manual and api (javadoc)
3417f0
3417f0
* Thu Jul 11 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-3jpp
3417f0
- add missing symlink between optional-full.jar and optional.jar
3417f0
3417f0
* Wed Jul 10 2002 Ville Skyttä <ville.skytta@iki.fi> 1.5-2jpp
3417f0
- Requires jaxp_parser_impl, no longer jaxp_parser2
3417f0
  (jaxp_parser_impl already requires xml-commons-apis).
3417f0
- Use sed instead of bash 2 extension when symlinking.
3417f0
3417f0
* Wed Jul 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-1jpp
3417f0
* ant 1.5
3417f0
3417f0
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.Beta3-1jpp
3417f0
- ant 1.5 beta 3
3417f0
- added bcel as required
3417f0
3417f0
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-14jpp
3417f0
- added regexp to list of dependant packages
3417f0
3417f0
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-13jpp
3417f0
- added optional-full which include all ant tasks, even those without
3417f0
  matching package
3417f0
- added jdepend 2.2
3417f0
- remove require oro, since ant could works without it
3417f0
- ant lib is now in %%{_javadir}/%%{name}, put external jars here
3417f0
3417f0
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-12jpp
3417f0
- hardcoded distribution and vendor tag
3417f0
- group tag again
3417f0
3417f0
* Thu May 2 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-11jpp
3417f0
- no more jikes specific support in launch script
3417f0
- source user prefs before configuration in launch script
3417f0
- distribution tag
3417f0
- group tag
3417f0
- provided original script as documentation
3417f0
3417f0
* Fri Apr 05 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-10jpp
3417f0
- used xalan-j1 instead of xalan-j2-compat
3417f0
3417f0
* Mon Mar 11 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-9jpp
3417f0
- jaxp_parser2 support
3417f0
3417f0
* Wed Feb 06 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-8jpp
3417f0
- netcomponents support
3417f0
3417f0
* Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-7jpp
3417f0
- adaptation to new stylebook1.0b3 package
3417f0
- stylebook is a dependency of optional package
3417f0
- removed redundant dependencies
3417f0
- launch script correction
3417f0
3417f0
* Fri Jan 25 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-6jpp
3417f0
- cleaned manifest from class-path references
3417f0
- section macro
3417f0
3417f0
* Thu Jan 17 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-5jpp
3417f0
- versioned dir for javadoc
3417f0
- no dependencies for manual and javadoc packages
3417f0
- stricter dependency for optional package
3417f0
- additional sources in individual archives
3417f0
- upgraded launch script
3417f0
- no more javadoc cross-linking
3417f0
- additional requirement for optional package: xml-commons-apis, xalan-j2, xalan-j2-compat, jaf, javamail, & log4j
3417f0
3417f0
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-4jpp
3417f0
- removed conditional build
3417f0
- removed redundant BuildRequires
3417f0
- ant-optional.jar in ant-optional package
3417f0
- javadoc into javadoc package
3417f0
- new launch script using functions library
3417f0
3417f0
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-3jpp
3417f0
- readded Requires: oro junit stylebook-1.0b3 bsf rhino antlr to the main package
3417f0
- corrected changelog release 1jpp-> 2jpp
3417f0
3417f0
* Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-2jpp
3417f0
- conditional build
3417f0
- removed packager tag
3417f0
- new jpp extension
3417f0
- added xalan 2.2.D13 support
3417f0
- added BuildRequires: xalan-j2 >= 2.2.D13
3417f0
- removed Requires: oro junit stylebook-1.0b3 bsf rhino antlr
3417f0
3417f0
* Mon Oct 15 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-1jpp
3417f0
- 1.4.1
3417f0
3417f0
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-4jpp
3417f0
- used original tarball
3417f0
3417f0
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-3jpp
3417f0
- more macros
3417f0
3417f0
* Wed Sep 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-2jpp
3417f0
- first unified release
3417f0
- dropped explicit xalan-j2 requirement, as stylebook-1.0b3 already requires it
3417f0
- added missing xalan-j1 compatibility classes
3417f0
- s/jPackage/JPackage
3417f0
3417f0
* Wed Sep 05 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-1mdk
3417f0
- 1.4
3417f0
- added xalan-j2 antlr bsf rhino to buildrequires and requires
3417f0
- launch script cleanup
3417f0
3417f0
* Tue Jul 31 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-4mdk
3417f0
- jaxp_parser symlink is now jaxp_parser.jar
3417f0
3417f0
* Thu Jul 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-3mdk
3417f0
- used alternative jaxp_parser
3417f0
- updated launch script
3417f0
3417f0
* Sat Jun 23 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-2mdk
3417f0
- s/Copyright/License/
3417f0
- truncated description to 72 columns in spec
3417f0
- updated launch script
3417f0
3417f0
* Mon Jun 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-1mdk
3417f0
- 1.3
3417f0
- new versioning scheme
3417f0
- compiled with oro, junit and stylebook support
3417f0
- spec cleanup
3417f0
3417f0
* Sat Mar 10 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.2-9mdk
3417f0
- vendor tag
3417f0
- packager tag
3417f0
3417f0
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-8mdk
3417f0
- spec cleanup
3417f0
- corrected changelog
3417f0
- changed description
3417f0
3417f0
* Sun Feb 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-7mdk
3417f0
- launch script improvments (Christian Zoffoli <czoffoli@linux-mandrake.com>)
3417f0
- added french in spec
3417f0
- more macros
3417f0
3417f0
* Fri Feb 02 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-6mdk
3417f0
- corrected launch script
3417f0
3417f0
* Thu Feb 01 2001 Christian Zoffoli <czoffoli@linux-mandrake.com> 1.2-5mdk
3417f0
- more macros
3417f0
- added italian in spec
3417f0
3417f0
* Wed Jan 31 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-4mdk
3417f0
- merged with Henri Gomez <hgomez@users.sourceforge.net> specs:
3417f0
- changed name to ant
3417f0
- changed javadir to /usr/share/java
3417f0
- dropped jdk and jre requirement
3417f0
- corrected require to jaxp
3417f0
- added Jikes support
3417f0
- used our own bash script
3417f0
- dropped perl script
3417f0
- dropped ant home directory
3417f0
3417f0
* Sun Jan 14 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-3mdk
3417f0
- changed name to jakarta-ant
3417f0
- changed group to Development/Java
3417f0
3417f0
* Thu Jan 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-2mdk
3417f0
- new spec file
3417f0
- discarded ugly non-free Sun jaxp library from sources, and used pretty open-source xerces instead
3417f0
3417f0
* Wed Dec 20 2000 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-1mdk
3417f0
- first Mandrake release
3417f0
- used SRPMS from Henri Gomez <hgomez@users.sourceforge.net>