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