Blame SPECS/ant.spec

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