cvsdist 9282c6
%define ant_home %{_datadir}/ant
cvsdist 9282c6
%define section  free
cvsdist 9282c6
gbenson 6c5cb1
# This flag causes the omission of the bsf subpackage.
gbenson 6c5cb1
%define no_bsf 1
gbenson 6c5cb1
cvsdist 9282c6
Name:           ant
cvsdist 9282c6
Version:        1.6.1
gbenson 22eb9b
Release:        1jpp_5fc
cvsdist 9282c6
Epoch:          0
cvsdist 9282c6
Summary:        Ant build tool for java
cvsdist 9282c6
Summary(it):    Tool per la compilazione di programmi java
cvsdist 9282c6
Summary(fr):    Outil de compilation pour java
cvsdist 9282c6
License:        Apache Software License
cvsdist 9282c6
URL:            http://ant.apache.org/
cvsdist 9282c6
Group:          Development/Build Tools
cvsdist 9282c6
#Vendor:         JPackage Project
cvsdist 9282c6
#Distribution:   JPackage
gbenson db298a
Source0:        %{name}-%{version}-1jpp_3fc.noarch.rpm
cvsdist 9282c6
# Fix temp directory used for file containing large command strings (> 4k)
gbenson 22eb9b
Requires:       jaxp_parser_impl, xerces-j2
cvsdist 9282c6
Requires:       jpackage-utils >= 0:1.5
gbenson 4f2733
BuildRequires:  rpm, cpio
cvsdist 9282c6
BuildArch:      noarch
cvsdist 9282c6
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
cvsdist 9282c6
Obsoletes:	ant-optional ant-optional-full
cvsdist 9282c6
# RHUG
cvsdist 9282c6
Obsoletes:	ant-devel ant-libs ant-core
cvsdist 74679c
cvsdist 74679c
%description
cvsdist 9282c6
Ant is a platform-independent build tool for java. It's used by apache
cvsdist 9282c6
jakarta and xml projects.
cvsdist 9282c6
cvsdist 9282c6
%description -l fr
cvsdist 9282c6
Ant est un outil de compilation multi-plateformes pour java. Il est
cvsdist 9282c6
utilisé par les projets apache-jakarta et apache-xml.
cvsdist 9282c6
cvsdist 9282c6
%description -l it
cvsdist 9282c6
Ant e' un tool indipendente dalla piattaforma creato per faciltare la
cvsdist 9282c6
compilazione di programmi java.
cvsdist 9282c6
Allo stato attuale viene utilizzato dai progetti apache jakarta ed
cvsdist 9282c6
apache xml.
cvsdist 9282c6
cvsdist 9282c6
%install
cvsdist 9282c6
rm -rf $RPM_BUILD_ROOT
gbenson 4f2733
mkdir -p $RPM_BUILD_ROOT
gbenson 4f2733
cd $RPM_BUILD_ROOT
gbenson 4f2733
rpm2cpio %{SOURCE0} | cpio -id --quiet
gbenson 4f2733
rm -Rf $RPM_BUILD_ROOT%{_docdir}
cvsdist 9282c6
cvsdist 9282c6
cvsdist 9282c6
# -----------------------------------------------------------------------------
cvsdist 74679c
cvsdist 9282c6
%clean
cvsdist 9282c6
rm -rf $RPM_BUILD_ROOT
cvsdist 9282c6
cvsdist 9282c6
# -----------------------------------------------------------------------------
cvsdist 9282c6
cvsdist 9282c6
%pre
cvsdist 9282c6
rm -f %{_javadir}/ant.jar
cvsdist 9282c6
rm -f %{_javadir}/ant-optional.jar
cvsdist 9282c6
cvsdist 9282c6
# -----------------------------------------------------------------------------
cvsdist 9282c6
cvsdist 9282c6
%files
cvsdist 9282c6
%defattr(0644,root,root,0755)
cvsdist 9282c6
%config %{_sysconfdir}/%{name}.conf
cvsdist 9282c6
%attr(0755,root,root) %{_bindir}/ant
cvsdist 9282c6
%attr(0755,root,root) %{_bindir}/antRun
cvsdist 9282c6
%{_javadir}/%{name}.jar
cvsdist 9282c6
%{_javadir}/%{name}-launcher.jar
cvsdist 9282c6
%{_javadir}/%{name}-%{version}.jar
cvsdist 9282c6
%{_javadir}/%{name}-launcher-%{version}.jar
cvsdist 9282c6
%dir %{ant_home}
cvsdist 9282c6
%dir %{ant_home}/etc
cvsdist 9282c6
%{ant_home}/etc/ant-update.xsl
cvsdist 9282c6
%{ant_home}/etc/changelog.xsl
cvsdist 9282c6
%{ant_home}/etc/log.xsl
cvsdist 9282c6
%{ant_home}/etc/tagdiff.xsl
cvsdist 9282c6
%dir %{ant_home}/lib
cvsdist 9282c6
cvsdist 9282c6
# -----------------------------------------------------------------------------
cvsdist 74679c
cvsdist 9282c6
%changelog
gbenson 22eb9b
* Mon Nov  1 2004 Gary Benson <gbenson@redhat.com> 0:1.6.1-1jpp_5fc
gbenson 22eb9b
- Explicitly require xerces-j2 to make beehive play nice.
gbenson 22eb9b
gbenson 22eb9b
* Mon Nov  1 2004 Gary Benson <gbenson@redhat.com> 0:1.6.1-1jpp_4fc
gbenson 4f2733
- Bootstrap into Fedora.
gbenson 6ab3f0
cvsdist 9282c6
* Tue Jul 13 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-1jpp_3rh
cvsdist 9282c6
- Remove incorrect noreplace option for ant.conf; it can't be used anymore
cvsdist 9282c6
  because the sub-packages update that file.
cvsdist 9282c6
cvsdist 9282c6
* Fri Jun 04 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-1jpp_2rh
cvsdist 9282c6
- Add patch to fix temp directory used for file containing large
cvsdist 9282c6
  command strings (> 4k)
cvsdist 9282c6
cvsdist 9282c6
* Thu Jun 03 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-1jpp_1rh
cvsdist 9282c6
- Red Hat customizations
cvsdist 9282c6
- Remove commons-net, jai and jsch as we don't distribute those packages yet
cvsdist 9282c6
cvsdist 9282c6
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
cvsdist 9282c6
- Extend subpackage builds to update ant.conf
cvsdist 9282c6
cvsdist 9282c6
* Tue Mar 23 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
cvsdist 9282c6
- Update to Ant 1.6.1
cvsdist 9282c6
- Change ant launch script to source instead of patch
cvsdist 9282c6
- Move optional components to ant subdirectory: %{_javadir}/%{name}
cvsdist 9282c6
- Remove os/2 scripts and set JAVA_HOME for build
cvsdist 9282c6
cvsdist 9282c6
* Wed Feb 11 2004 Randy Watler <rwatler at finali.com> - 0:1.6.0-1jpp
cvsdist 9282c6
- Update to Ant 1.6.0
cvsdist 9282c6
- Break out optional/optional-full components
cvsdist 9282c6
- Revise ant launch scripts and support ~/.ant/ant.conf configuration file
cvsdist 9282c6
- Use --noconfig flag to bootstrap ant build and override existing jpp config
cvsdist 9282c6
- Modify ant launcher to use ant.library.dir property to find extra jars
cvsdist 9282c6
- Port changes made in ant launch script for 1.6.2 back into patches
cvsdist 9282c6
cvsdist 9282c6
* Wed Aug 13 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-2jpp
cvsdist 9282c6
- remove bogus NoSource entries
cvsdist 9282c6
cvsdist 9282c6
* Tue Aug 12 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-1jpp
cvsdist 9282c6
- Update to 1.5.4
cvsdist 9282c6
- JavaCC task fixed using merged upstream patches from ant HEAD
cvsdist 9282c6
cvsdist 9282c6
* Mon May  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.3-2jpp
cvsdist 9282c6
- Fix non-versioned javadoc symlinking.
cvsdist 9282c6
cvsdist 9282c6
* Tue Apr 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.3-1jpp
cvsdist 9282c6
- Update to 1.5.3.
cvsdist 9282c6
- Remove runtime java-devel dependency.
cvsdist 9282c6
- Add Epochs in all Provides and Requires.
cvsdist 9282c6
- Include non-versioned javadoc symlink.
cvsdist 9282c6
- Build without dependencies that are partially or completely missing from
cvsdist 9282c6
  JPackage 1.5 (oldbsf, xalan-j1, stylebook1.0b3).
cvsdist 9282c6
- Add netcomponents to optional jar list in ant.conf.
cvsdist 9282c6
cvsdist 9282c6
* Tue Apr 01 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-13jpp
cvsdist 9282c6
- ant-optional is optional (silly me)
cvsdist 9282c6
- jaxp_transform is optional , do not require it
cvsdist 9282c6
- epoch, correct jpackage-utils requires...
cvsdist 9282c6
cvsdist 9282c6
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-11jpp
cvsdist 9282c6
- add an optional jar list as per Ville's suggestion
cvsdist 9282c6
cvsdist 9282c6
* Thu Mar 20 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-10jpp
cvsdist 9282c6
- hopefully fix CLASSSPATH_OVERRIDE behaviour
cvsdist 9282c6
cvsdist 9282c6
* Tue Mar 18 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-7jpp
cvsdist 9282c6
- for JPackage-utils 1.5
cvsdist 9282c6
cvsdist 9282c6
* Wed Mar 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.5.2-5jpp
cvsdist 9282c6
- Move ANT_HOME to /usr/share/ant.
cvsdist 9282c6
- Don't special-case the lib dir for RPM layout any more, use ANT_HOME/lib.
cvsdist 9282c6
- Install XSLs into ANT_HOME/etc.
cvsdist 9282c6
- Call set_jvm by default in ant.conf.
cvsdist 9282c6
- Provide ant-optional-clean (versioned) in ant-optional.
cvsdist 9282c6
- Make ant-optional-full conflict with ant-optional-clean.
cvsdist 9282c6
- Add version info to ant-optional provision in ant-optional-full.
cvsdist 9282c6
- Built with Sun 1.4.1_02 javac (to get JDK 1.4 regex).
cvsdist 9282c6
cvsdist 9282c6
* Tue Mar 11 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-4jp
cvsdist 9282c6
- changed provided /etc/ant.conf so that if usejikes is allready provided
cvsdist 9282c6
  it didn't set it. Which such modification if you want to disable
cvsdist 9282c6
  ant to use jikes even if jikes is set in /etc/ant.conf you'll just have
cvsdist 9282c6
  to do usejikes=false ant build.xml.
cvsdist 9282c6
cvsdist 9282c6
* Mon Mar 10 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-3jp
cvsdist 9282c6
- rebuilt with IBM SDK 1.3.1 since there was zip corruption when built
cvsdist 9282c6
  with jikes 1.18 and IBM SDK 1.4.
cvsdist 9282c6
cvsdist 9282c6
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-2jp
cvsdist 9282c6
- updated URL and source location
cvsdist 9282c6
cvsdist 9282c6
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-1jp
cvsdist 9282c6
- 1.5.2
cvsdist 9282c6
- remove JDK 1.4 related patchs which are now included in ant 1.5.2
cvsdist 9282c6
- fix ant-optional-full pre/post install script (now remove correctly all
cvsdist 9282c6
  ant optional jars)
cvsdist 9282c6
- Built with jikes 1.18 and IBM SDK 1.4
cvsdist 9282c6
cvsdist 9282c6
* Sat Feb  1 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.5.1-8jpp
cvsdist 9282c6
- Symlink a transformer into ANT_LIB for smoother experience on Java 1.3.
cvsdist 9282c6
- Requires jaxp_transform_impl.
cvsdist 9282c6
- Don't remove optional.jar symlinks on optional-full upgrade.
cvsdist 9282c6
- Include Sun's 1.4 JSSE and JCE jars in runtime path, see
cvsdist 9282c6
  <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16242>.
cvsdist 9282c6
- Use jpackage-utils for setting JAVA_HOME when building.
cvsdist 9282c6
- Built with Sun 1.4.1_01 javac.
cvsdist 9282c6
cvsdist 9282c6
* Mon Jan 20 2003 David Walluck <david@anti-microsoft.org> 1.5.1-7jpp
cvsdist 9282c6
- oldbsf
cvsdist 9282c6
cvsdist 9282c6
* Fri Dec 20 2002 Ville Skyttä <ville.skytta at iki.fi> - 1.5.1-6jpp
cvsdist 9282c6
- Really get rid of automatic dependencies for the -scripts package.
cvsdist 9282c6
cvsdist 9282c6
* Wed Dec 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.5.1-5jpp
cvsdist 9282c6
- scripts subpackages
cvsdist 9282c6
- file-based manual dependencies, as packages doesn't have the same name on RedHat and Mandrake
cvsdist 9282c6
cvsdist 9282c6
* Wed Dec 11 2002 Ville Skyttä <ville.skytta at iki.fi> - 1.5.1-4jpp
cvsdist 9282c6
- Patched to allow easier use with Jikes and IBM's 1.4.0, see
cvsdist 9282c6
  <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15289> for details.
cvsdist 9282c6
cvsdist 9282c6
* Mon Oct 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-3jpp
cvsdist 9282c6
- new post script for optional-full since rpm didn't works as
cvsdist 9282c6
  expected and didn't set correct symlink for ant-optional.jar
cvsdist 9282c6
cvsdist 9282c6
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-2jpp
cvsdist 9282c6
- really used JDK 1.4.1 to get JDK 1.4.x Regexp
cvsdist 9282c6
cvsdist 9282c6
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-1jpp
cvsdist 9282c6
- ant 1.5.1
cvsdist 9282c6
cvsdist 9282c6
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-5jpp
cvsdist 9282c6
- ant script standard behaviour restored, ie ant/lib jars are taken
cvsdist 9282c6
  before CLASSPATH. You should define CLASSPATH_OVERRIDE env var to have
cvsdist 9282c6
  CLASSPATH before ant/lib jars
cvsdist 9282c6
- applied ant script patch for cygwin (cygwin rpm users around ?)
cvsdist 9282c6
- remove conflict in ant-optional-full, just put provides
cvsdist 9282c6
cvsdist 9282c6
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-4jpp
cvsdist 9282c6
- fix a problem in xerces-j2 build by changing the way CLASSPATH is constructed:
cvsdist 9282c6
  first add jars found in CLASSPATH, then add xml-commons-apis, jaxp_parser_impl,
cvsdist 9282c6
  ant, ant-optional and finish with jars found in ant/lib.
cvsdist 9282c6
- jpackage-utils is no more required (but recommanded :)
cvsdist 9282c6
- ant-optional-full provides ant-optional
cvsdist 9282c6
- fix link between manual and api (javadoc)
cvsdist 9282c6
cvsdist 9282c6
* Thu Jul 11 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-3jpp
cvsdist 9282c6
- add missing symlink between optional-full.jar and optional.jar
cvsdist 9282c6
cvsdist 9282c6
* Wed Jul 10 2002 Ville Skyttä <ville.skytta at iki.fi> 1.5-2jpp
cvsdist 9282c6
- Requires jaxp_parser_impl, no longer jaxp_parser2
cvsdist 9282c6
  (jaxp_parser_impl already requires xml-commons-apis).
cvsdist 9282c6
- Use sed instead of bash 2 extension when symlinking.
cvsdist 9282c6
cvsdist 9282c6
* Wed Jul 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-1jpp
cvsdist 9282c6
* ant 1.5
cvsdist 9282c6
cvsdist 9282c6
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.Beta3-1jpp
cvsdist 9282c6
- ant 1.5 beta 3
cvsdist 9282c6
- added bcel as required
cvsdist 9282c6
cvsdist 9282c6
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-14jpp
cvsdist 9282c6
- added regexp to list of dependant packages
cvsdist 9282c6
cvsdist 9282c6
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-13jpp
cvsdist 9282c6
- added optional-full which include all ant tasks, even those without
cvsdist 9282c6
  matching package
cvsdist 9282c6
- added jdepend 2.2
cvsdist 9282c6
- remove require oro, since ant could works without it
cvsdist 9282c6
- ant lib is now in %{_javadir}/%{name}, put external jars here
cvsdist 9282c6
cvsdist 9282c6
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-12jpp
cvsdist 9282c6
- hardcoded distribution and vendor tag
cvsdist 9282c6
- group tag again
cvsdist 9282c6
cvsdist 9282c6
* Thu May 2 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-11jpp
cvsdist 9282c6
- no more jikes specific support in launch script
cvsdist 9282c6
- source user prefs before configuration in launch script
cvsdist 9282c6
- distribution tag
cvsdist 9282c6
- group tag
cvsdist 9282c6
- provided original script as documentation
cvsdist 9282c6
cvsdist 9282c6
* Fri Apr 05 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-10jpp
cvsdist 9282c6
- used xalan-j1 instead of xalan-j2-compat
cvsdist 9282c6
cvsdist 9282c6
* Mon Mar 11 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-9jpp
cvsdist 9282c6
- jaxp_parser2 support
cvsdist 9282c6
cvsdist 9282c6
* Wed Feb 06 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-8jpp
cvsdist 9282c6
- netcomponents support
cvsdist 9282c6
cvsdist 9282c6
* Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-7jpp
cvsdist 9282c6
- adaptation to new stylebook1.0b3 package
cvsdist 9282c6
- stylebook is a dependency of optional package
cvsdist 9282c6
- removed redundant dependencies
cvsdist 9282c6
- launch script correction
cvsdist 9282c6
cvsdist 9282c6
* Fri Jan 25 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-6jpp
cvsdist 9282c6
- cleaned manifest from class-path references
cvsdist 9282c6
- section macro
cvsdist 9282c6
cvsdist 9282c6
* Thu Jan 17 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-5jpp
cvsdist 9282c6
- versioned dir for javadoc
cvsdist 9282c6
- no dependencies for manual and javadoc packages
cvsdist 9282c6
- stricter dependency for optional package
cvsdist 9282c6
- additional sources in individual archives
cvsdist 9282c6
- upgraded launch script
cvsdist 9282c6
- no more javadoc cross-linking
cvsdist 9282c6
- additional requirement for optional package: xml-commons-apis, xalan-j2, xalan-j2-compat, jaf, javamail, & log4j
cvsdist 9282c6
cvsdist 9282c6
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-4jpp
cvsdist 9282c6
- removed conditional build
cvsdist 9282c6
- removed redundant BuildRequires
cvsdist 9282c6
- ant-optional.jar in ant-optional package
cvsdist 9282c6
- javadoc into javadoc package
cvsdist 9282c6
- new launch script using functions library
cvsdist 9282c6
cvsdist 9282c6
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-3jpp
cvsdist 9282c6
- readded Requires: oro junit stylebook-1.0b3 bsf rhino antlr to the main package
cvsdist 9282c6
- corrected changelog release 1jpp-> 2jpp
cvsdist 9282c6
cvsdist 9282c6
* Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-2jpp
cvsdist 9282c6
- conditional build
cvsdist 9282c6
- removed packager tag
cvsdist 9282c6
- new jpp extension
cvsdist 9282c6
- added xalan 2.2.D13 support
cvsdist 9282c6
- added BuildRequires: xalan-j2 >= 2.2.D13
cvsdist 9282c6
- removed Requires: oro junit stylebook-1.0b3 bsf rhino antlr
cvsdist 9282c6
cvsdist 9282c6
* Mon Oct 15 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-1jpp
cvsdist 9282c6
- 1.4.1
cvsdist 9282c6
cvsdist 9282c6
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-4jpp
cvsdist 9282c6
- used original tarball
cvsdist 9282c6
cvsdist 9282c6
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-3jpp
cvsdist 9282c6
- more macros
cvsdist 9282c6
cvsdist 9282c6
* Wed Sep 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-2jpp
cvsdist 9282c6
- first unified release
cvsdist 9282c6
- dropped explicit xalan-j2 requirement, as stylebook-1.0b3 already requires it
cvsdist 9282c6
- added missing xalan-j1 compatibility classes
cvsdist 9282c6
- s/jPackage/JPackage
cvsdist 9282c6
cvsdist 9282c6
* Wed Sep 05 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-1mdk
cvsdist 9282c6
- 1.4
cvsdist 9282c6
- added xalan-j2 antlr bsf rhino to buildrequires and requires
cvsdist 9282c6
- launch script cleanup
cvsdist 9282c6
cvsdist 9282c6
* Tue Jul 31 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-4mdk
cvsdist 9282c6
- jaxp_parser symlink is now jaxp_parser.jar
cvsdist 9282c6
cvsdist 9282c6
* Thu Jul 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-3mdk
cvsdist 9282c6
- used alternative jaxp_parser
cvsdist 9282c6
- updated launch script
cvsdist 9282c6
cvsdist 9282c6
* Sat Jun 23 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-2mdk
cvsdist 9282c6
- s/Copyright/License/
cvsdist 9282c6
- truncated description to 72 columns in spec
cvsdist 9282c6
- updated launch script
cvsdist 9282c6
cvsdist 9282c6
* Mon Jun 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-1mdk
cvsdist 9282c6
- 1.3
cvsdist 9282c6
- new versioning scheme
cvsdist 9282c6
- compiled with oro, junit and stylebook support
cvsdist 9282c6
- spec cleanup
cvsdist 9282c6
cvsdist 9282c6
* Sat Mar 10 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.2-9mdk
cvsdist 9282c6
- vendor tag
cvsdist 9282c6
- packager tag
cvsdist 9282c6
cvsdist 9282c6
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-8mdk
cvsdist 9282c6
- spec cleanup
cvsdist 9282c6
- corrected changelog
cvsdist 9282c6
- changed description
cvsdist 9282c6
cvsdist 9282c6
* Sun Feb 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-7mdk
cvsdist 9282c6
- launch script improvments (Christian Zoffoli <czoffoli@linux-mandrake.com>)
cvsdist 9282c6
- added french in spec
cvsdist 9282c6
- more macros
cvsdist 9282c6
cvsdist 9282c6
* Fri Feb 02 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-6mdk
cvsdist 9282c6
- corrected launch script
cvsdist 9282c6
cvsdist 9282c6
* Thu Feb 01 2001 Christian Zoffoli <czoffoli@linux-mandrake.com> 1.2-5mdk
cvsdist 9282c6
- more macros
cvsdist 9282c6
- added italian in spec
cvsdist 9282c6
cvsdist 9282c6
* Wed Jan 31 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-4mdk
cvsdist 9282c6
- merged with Henri Gomez <hgomez@users.sourceforge.net> specs:
cvsdist 9282c6
- changed name to ant
cvsdist 9282c6
- changed javadir to /usr/share/java
cvsdist 9282c6
- dropped jdk and jre requirement
cvsdist 9282c6
- corrected require to jaxp
cvsdist 9282c6
- added Jikes support
cvsdist 9282c6
- used our own bash script
cvsdist 9282c6
- dropped perl script
cvsdist 9282c6
- dropped ant home directory
cvsdist 9282c6
cvsdist 9282c6
* Sun Jan 14 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-3mdk
cvsdist 9282c6
- changed name to jakarta-ant
cvsdist 9282c6
- changed group to Development/Java
cvsdist 9282c6
cvsdist 9282c6
* Wed Jan 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-2mdk
cvsdist 9282c6
- new spec file
cvsdist 9282c6
- discarded ugly non-free Sun jaxp library from sources, and used pretty open-source xerces instead
cvsdist 9282c6
cvsdist 9282c6
* Wed Dec 20 2000 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-1mdk
cvsdist 9282c6
- first Mandrake release
cvsdist 9282c6
- used SRPMS from Henri Gomez <hgomez@users.sourceforge.net>