24b237
%global cvs_version 2_11_0
24b237
24b237
%define __requires_exclude system.bundle
24b237
24b237
Name:          xerces-j2
24b237
Version:       2.11.0
b7b728
Release:       16%{?dist}
24b237
Summary:       Java XML parser
24b237
Group:         Development/Libraries
24b237
License:       ASL 2.0
24b237
URL:           http://xerces.apache.org/xerces2-j/
24b237
24b237
Source0:       http://mirror.ox.ac.uk/sites/rsync.apache.org/xerces/j/source/Xerces-J-src.%{version}.tar.gz
24b237
Source1:       %{name}-version.sh
24b237
Source2:       %{name}-constants.sh
24b237
Source11:      %{name}-version.1
24b237
Source12:      %{name}-constants.1
24b237
24b237
# Custom javac ant task used by the build
24b237
Source3:       https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_%{cvs_version}/tools/src/XJavac.java
24b237
24b237
# Custom doclet tags used in javadocs
24b237
Source5:       https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_%{cvs_version}/tools/src/ExperimentalTaglet.java
24b237
Source6:       https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_%{cvs_version}/tools/src/InternalTaglet.java
24b237
24b237
Source7:       %{name}-pom.xml
24b237
24b237
# Patch the build so that it doesn't try to use bundled xml-commons source
24b237
Patch0:        %{name}-build.patch
24b237
24b237
# Patch the manifest so that it includes OSGi stuff
24b237
Patch1:        %{name}-manifest.patch
24b237
24b237
BuildArch:     noarch
24b237
24b237
BuildRequires: java-devel >= 1:1.6.0
24b237
BuildRequires: jpackage-utils
24b237
BuildRequires: xalan-j2 >= 2.7.1
24b237
BuildRequires: xml-commons-apis >= 1.4.01
24b237
BuildRequires: xml-commons-resolver >= 1.2
24b237
BuildRequires: ant
24b237
BuildRequires: jaxp_parser_impl
24b237
BuildRequires: dejavu-sans-fonts
24b237
Requires:      java
24b237
Requires:      jpackage-utils
24b237
Requires:      xalan-j2 >= 2.7.1
24b237
Requires:      xml-commons-apis >= 1.4.01
24b237
Requires:      xml-commons-resolver >= 1.2
24b237
24b237
Provides:      jaxp_parser_impl = 1.4
24b237
Provides:      %{name}-scripts = %{version}-%{release}
24b237
Obsoletes:     %{name}-scripts < 2.11.0-6
24b237
24b237
Requires(post):  chkconfig jaxp_parser_impl
24b237
Requires(preun): chkconfig jaxp_parser_impl
24b237
24b237
# This documentation is provided by xml-commons-apis
24b237
Obsoletes:     %{name}-javadoc-apis < %{version}-%{release}
24b237
24b237
# http://mail-archives.apache.org/mod_mbox/xerces-j-dev/201008.mbox/%3COF8D7E2F83.0271A181-ON8525777F.00528302-8525777F.0054BBE0@ca.ibm.com%3E
24b237
Obsoletes:     %{name}-manual < %{version}-%{release}
24b237
24b237
%description
24b237
Welcome to the future! Xerces2 is the next generation of high performance,
24b237
fully compliant XML parsers in the Apache Xerces family. This new version of
24b237
Xerces introduces the Xerces Native Interface (XNI), a complete framework for
24b237
building parser components and configurations that is extremely modular and
24b237
easy to program.
24b237
24b237
The Apache Xerces2 parser is the reference implementation of XNI but other
24b237
parser components, configurations, and parsers can be written using the Xerces
24b237
Native Interface. For complete design and implementation documents, refer to
24b237
the XNI Manual.
24b237
24b237
Xerces2 is a fully conforming XML Schema processor. For more information,
24b237
refer to the XML Schema page.
24b237
24b237
Xerces2 also provides a complete implementation of the Document Object Model
24b237
Level 3 Core and Load/Save W3C Recommendations and provides a complete
24b237
implementation of the XML Inclusions (XInclude) W3C Recommendation. It also
24b237
provides support for OASIS XML Catalogs v1.1.
24b237
24b237
Xerces2 is able to parse documents written according to the XML 1.1
24b237
Recommendation, except that it does not yet provide an option to enable
24b237
normalization checking as described in section 2.13 of this specification. It
24b237
also handles name spaces according to the XML Namespaces 1.1 Recommendation,
24b237
and will correctly serialize XML 1.1 documents if the DOM level 3 load/save
24b237
APIs are in use.
24b237
24b237
%package        javadoc
24b237
Summary:        Javadocs for %{name}
24b237
Group:          Documentation
24b237
Requires:       jpackage-utils
24b237
24b237
# Consolidating all javadocs into one package
24b237
Obsoletes:      %{name}-javadoc-impl < %{version}-%{release}
24b237
Obsoletes:      %{name}-javadoc-xs < %{version}-%{release}
24b237
Obsoletes:      %{name}-javadoc-xni < %{version}-%{release}
24b237
Obsoletes:      %{name}-javadoc-other < %{version}-%{release}
24b237
24b237
%description    javadoc
24b237
This package contains the API documentation for %{name}.
24b237
24b237
%package        demo
24b237
Summary:        Demonstrations and samples for %{name}
24b237
Group:          Development/Libraries
24b237
Requires:       %{name} = %{version}-%{release}
24b237
24b237
%description    demo
24b237
%{summary}.
24b237
24b237
%prep
24b237
%setup -q -n xerces-%{cvs_version}
24b237
%patch0 -p0 -b .orig
24b237
%patch1 -p0 -b .orig
24b237
24b237
# Copy the custom ant tasks into place
24b237
mkdir -p tools/org/apache/xerces/util
24b237
mkdir -p tools/bin
24b237
cp -a %{SOURCE3} %{SOURCE5} %{SOURCE6} tools/org/apache/xerces/util
24b237
24b237
# Make sure upstream hasn't sneaked in any jars we don't know about
24b237
find -name '*.class' -exec rm -f '{}' \;
24b237
find -name '*.jar' -exec rm -f '{}' \;
24b237
24b237
sed -i 's/\r//' LICENSE README NOTICE
24b237
24b237
%build
24b237
pushd tools
24b237
24b237
# Build custom ant tasks
24b237
javac -classpath $(build-classpath ant) org/apache/xerces/util/XJavac.java
24b237
jar cf bin/xjavac.jar org/apache/xerces/util/XJavac.class
24b237
24b237
# Build custom doc taglets
24b237
javac -classpath /usr/lib/jvm/java/lib/tools.jar org/apache/xerces/util/*Taglet.java
24b237
jar cf bin/xerces2taglets.jar org/apache/xerces/util/*Taglet.class
24b237
24b237
ln -sf $(build-classpath xalan-j2) serializer.jar
24b237
ln -sf $(build-classpath xml-commons-apis) xml-apis.jar
24b237
ln -sf $(build-classpath xml-commons-resolver) resolver.jar
24b237
popd
24b237
24b237
# Build everything
24b237
export ANT_OPTS="-Xmx256m -Djava.endorsed.dirs=$(pwd)/tools -Djava.awt.headless=true -Dbuild.sysclasspath=first -Ddisconnected=true"
24b237
ant -Djavac.source=1.5 -Djavac.target=1.5 \
24b237
    -Dbuild.compiler=modern \
24b237
    clean jars javadocs
24b237
24b237
%install
24b237
# jars
24b237
install -pD -T build/xercesImpl.jar %{buildroot}%{_javadir}/%{name}.jar
24b237
24b237
# javadoc
24b237
mkdir -p %{buildroot}%{_javadocdir}/%{name}
24b237
mkdir -p %{buildroot}%{_javadocdir}/%{name}/impl
24b237
mkdir -p %{buildroot}%{_javadocdir}/%{name}/xs
24b237
mkdir -p %{buildroot}%{_javadocdir}/%{name}/xni
24b237
mkdir -p %{buildroot}%{_javadocdir}/%{name}/other
24b237
24b237
cp -pr build/docs/javadocs/xerces2/* %{buildroot}%{_javadocdir}/%{name}/impl
24b237
cp -pr build/docs/javadocs/api/* %{buildroot}%{_javadocdir}/%{name}/xs
24b237
cp -pr build/docs/javadocs/xni/* %{buildroot}%{_javadocdir}/%{name}/xni
24b237
cp -pr build/docs/javadocs/other/* %{buildroot}%{_javadocdir}/%{name}/other
24b237
24b237
# scripts
24b237
install -pD -m755 -T %{SOURCE1} %{buildroot}%{_bindir}/%{name}-version
24b237
install -pD -m755 -T %{SOURCE2} %{buildroot}%{_bindir}/%{name}-constants
24b237
24b237
# manual pages
24b237
install -d -m 755 %{buildroot}%{_mandir}/man1
24b237
install -p -m 644 %{SOURCE11} %{buildroot}%{_mandir}/man1
24b237
install -p -m 644 %{SOURCE12} %{buildroot}%{_mandir}/man1
24b237
24b237
# demo
24b237
install -pD -T build/xercesSamples.jar %{buildroot}%{_datadir}/%{name}/%{name}-samples.jar
24b237
cp -pr data %{buildroot}%{_datadir}/%{name}
24b237
24b237
# Pom
24b237
install -pD -T -m 644 %{SOURCE7} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
24b237
24b237
# Depmap with legacy depmaps for compatability
24b237
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "xerces:xerces" -a "xerces:xmlParserAPIs"
24b237
24b237
# jaxp_parser_impl ghost symlink
24b237
ln -s %{_sysconfdir}/alternatives \
24b237
  %{buildroot}%{_javadir}/jaxp_parser_impl.jar
24b237
24b237
%post
24b237
update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
24b237
  jaxp_parser_impl %{_javadir}/%{name}.jar 40
24b237
24b237
%preun
24b237
{
24b237
  [ $1 = 0 ] || exit 0
24b237
  update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar
24b237
} >/dev/null 2>&1 || :
24b237
24b237
%files
24b237
%doc LICENSE NOTICE README
24b237
%{_mavendepmapfragdir}/*
24b237
%{_mavenpomdir}/*
24b237
%{_javadir}/%{name}*
24b237
%{_bindir}/*
24b237
%{_mandir}/*/*
24b237
%ghost %{_javadir}/jaxp_parser_impl.jar
24b237
24b237
%files javadoc
24b237
%{_javadocdir}/%{name}/impl
24b237
%{_javadocdir}/%{name}/xs
24b237
%{_javadocdir}/%{name}/xni
24b237
%{_javadocdir}/%{name}/other
24b237
24b237
%files demo
24b237
%defattr(-,root,root,-)
24b237
%{_datadir}/%{name}
24b237
24b237
%changelog
b7b728
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.11.0-16
b7b728
- Mass rebuild 2013-12-27
b7b728
24b237
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.0-15
24b237
- Rebuild to regenerate API documentation
24b237
- Resolves: CVE-2013-1571
24b237
24b237
* Mon May 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.11.0-13
24b237
- Add reexoport to javax.xml.
24b237
24b237
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.0-13
24b237
- Add manual pages
24b237
24b237
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.0-12
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
24b237
24b237
* Mon Dec 17 2012 Alexander Kurtakov <akurtako@redhat.com> 2.11.0-11
24b237
- Really restore dependencies.
24b237
24b237
* Tue Dec 11 2012 Krzysztof Daniel <kdaniel@redhat.com> 2.11.0-10
24b237
- Restored dependencies to system.bundle and javax.xml.
24b237
24b237
* Tue Sep 25 2012 Krzysztof Daniel <kdaniel@redhat.com> 2.11.0-9
24b237
- Remove javax.xml from required bundles. They are provided by JVM.
24b237
24b237
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.0-8
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
24b237
24b237
* Wed Apr 18 2012 Krzysztof Daniel <kdaniel@redhat.com> 2.11.0-7
24b237
- Updated OSGi MANIFEST.MF to import javax.xml
24b237
24b237
* Thu Mar 08 2012 Andrew Overholt <overholt@redhat.com> - 2.11.0-6
24b237
- Remove system.bundle OSGi requirement from MANIFEST.MF
24b237
- Fold -scripts sub-package into main
24b237
24b237
* Tue Mar 06 2012 Marek Goldmann <mgoldman@redhat.com> - 2.11.0-5
24b237
- Use non-versioned jar name, RHBZ#800463
24b237
- Cleanup in spec file to follow new guidelines
24b237
- Consolidated javadocs packages
24b237
- Removed manual subpackage because of stylebook issues, see comment on obsolete
24b237
24b237
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.0-4
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
24b237
24b237
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.0-3
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
24b237
24b237
* Mon Dec 13 2010 Mat Booth <fedora@matbooth.co.uk> 2.11.0-2
24b237
- Install maven pom and depmap.
24b237
24b237
* Sat Dec 11 2010 Mat Booth <fedora@matbooth.co.uk> - 2.11.0-1
24b237
- Update to latest upstream version.
24b237
- Provide JAXP 1.4.
24b237
- Fix some minor rpmlint warnings.
24b237
- Add dep on xalan-j2.
24b237
- Fix javadoc taglets.
24b237
24b237
* Sat Jun 12 2010 Mat Booth <fedora@matbooth.co.uk> - 2.9.0-4
24b237
- Fix broken links in manual and fix javadoc requires.
24b237
- Build 1.5 bytecode instead of 1.6, for compatibility.
24b237
24b237
* Fri Jan 22 2010 Andrew Overholt <overholt@redhat.com> - 2.9.0-3
24b237
- Fix unversioned Provides for jaxp_parser_impl (make it 1.3).
24b237
24b237
* Thu Jan 14 2010 Mat Booth <fedora@matbooth.co.uk> - 2.9.0-2
24b237
- Add a build dep on a font package because the JDK is missing a dependency
24b237
  to function correctly in headless mode. See RHBZ #478480 and #521523.
24b237
- Fix groups.
24b237
24b237
* Tue Jan 5 2010 Mat Booth <fedora@matbooth.co.uk> - 2.9.0-1
24b237
- Update to 2.9.0: This is the version Eclipse expects, previously the OSGi
24b237
  manifest was lying about its version :-o
24b237
- Enable manual sub-package now xml-stylebook is in Fedora.
24b237
- Drop GCJ support.
24b237
- Minor changes to spec to make it more conforming to the guidelines.
24b237
- Drop the libgcj patch, we don't seem to need it anymore.
24b237
- Add the OSGi manifest as part of the build instead of the install.
24b237
- Fix packaging bug RHBZ #472646.
24b237
24b237
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.1-12.3
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
24b237
24b237
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.1-11.3
24b237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
24b237
24b237
* Fri Jan 30 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-10.3
24b237
- Add osgi manifest.
24b237
24b237
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.7.1-10.2
24b237
- drop repotag
24b237
- fix license tag
24b237
24b237
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:2.7.1-10jpp.1
24b237
- Autorebuild for GCC 4.3
24b237
24b237
* Wed Mar 28 2007 Matt Wringe <mwringe@redhat.com> 0:2.7.1-9jpp.1
24b237
- Update with newest jpp version
24b237
- Clean up spec file for Fedora Review
24b237
24b237
* Sun Aug 13 2006 Warren Togami <wtogami@redhat.com> 0:2.7.1-7jpp.2
24b237
- fix typo in preun req
24b237
24b237
* Sat Aug 12 2006 Matt Wringe <mwringe at redhat.com> 0:2.7.1-7jpp.1
24b237
- Merge with upstream version
24b237
24b237
* Sat Aug 12 2006 Matt Wringe <mwringe at redhat.com> 0:2.7.1-7jpp
24b237
- Add conditional native compiling
24b237
- Add missing requires for javadocs
24b237
- Add missing requires for post and preun
24b237
- Update version to 7jpp at Fedora's request
24b237
24b237
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:2.7.1-6jpp_9fc
24b237
- Rebuilt
24b237
24b237
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:2.7.1-6jpp_8fc
24b237
- rebuild
24b237
24b237
* Thu Mar 30 2006 Fernando Nasser <fnasser@redhat.com> 0:2.7.1-3jpp
24b237
- Add missing BR for xml-stylebook
24b237
24b237
* Wed Mar 22 2006 Ralph Apel <r.apel at r-apel.de> 0:2.7.1-2jpp
24b237
- First JPP-1.7 release
24b237
- use tools subdir and give it as java.endorsed.dirs (for java-1.4.2-bea e.g.)
24b237
24b237
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0:2.7.1-6jpp_7fc
24b237
- stop scriptlet spew
24b237
24b237
* Wed Feb 22 2006 Rafael Schloming <rafaels@redhat.com> - 0:2.7.1-6jpp_6fc
24b237
- Updated to 2.7.1
24b237
24b237
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:2.6.2-6jpp_5fc
24b237
- bump again for double-long bug on ppc(64)
24b237
24b237
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:2.6.2-6jpp_4fc
24b237
- rebuilt for new gcc4.1 snapshot and glibc changes
24b237
24b237
* Thu Feb  2 2006 Archit Shah <ashah@redhat.com> 0:2.6.2-6jpp_3fc
24b237
- build xerces without using native code
24b237
24b237
* Mon Jan  9 2006 Archit Shah <ashah@redhat.com> 0:2.6.2-6jpp_2fc
24b237
- rebuilt for new gcj
24b237
24b237
* Wed Dec 21 2005 Jesse Keating <jkeating@redhat.com> 0:2.6.2-6jpp_1fc
24b237
- rebuilt for new gcj
24b237
24b237
* Tue Dec 13 2005 Jesse Keating <jkeating@redhat.com>
24b237
- rebuilt for new gcj
24b237
24b237
* Fri Oct 07 2005 Ralph Apel <r.apel at r-apel.de> 0:2.7.1-1jpp
24b237
- Upgrade to 2.7.1
24b237
24b237
* Thu Jul 21 2005 Ralph Apel <r.apel at r-apel.de> 0:2.6.2-7jpp
24b237
- Include target jars-dom3
24b237
- Create new subpackage dom3
24b237
24b237
* Mon Jul 18 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-5jpp_2fc
24b237
- Build on ia64, ppc64, s390 and s390x.
24b237
- Switch to aot-compile-rpm (also BC-compiles samples).
24b237
24b237
* Wed Jul 13 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-6jpp
24b237
- Build with Sun JDK (from <gareth.armstrong at hp.com>).
24b237
24b237
* Wed Jun 15 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-5jpp_1fc
24b237
- Upgrade to 2.6.2-5jpp.
24b237
24b237
* Tue Jun 14 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-5jpp
24b237
- Remove the tools tarball, and build xjavac from source.
24b237
- Patch xjavac to fix the classpath under libgcj too.
24b237
24b237
* Fri Jun 10 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_8fc
24b237
- Remove the tools tarball, and build xjavac from source.
24b237
- Replace classpath workaround to xjavac task and use
24b237
  xml-commons classes again (#152255).
24b237
24b237
* Thu May 26 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_7fc
24b237
- Rearrange how BC-compiled stuff is built and installed.
24b237
24b237
* Mon May 23 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_6fc
24b237
- Add alpha to the list of build architectures (#157522).
24b237
- Use absolute paths for rebuild-gcj-db.
24b237
24b237
* Thu May  5 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_5fc
24b237
- Add dependencies for %%post and %%postun scriptlets (#156901).
24b237
24b237
* Fri Apr 29 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_4fc
24b237
- BC-compile.
24b237
24b237
* Thu Apr 28 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_3fc
24b237
- Revert xjavac classpath workaround, and patch to use libgcj's
24b237
  classes instead of those in xml-commons (#152255).
24b237
24b237
* Thu Apr 21 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_2fc
24b237
- Add classpath workaround to xjavac task (#152255).
24b237
24b237
* Wed Jan 12 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_1fc
24b237
- Reenable building of classes that require javax.swing (#130006).
24b237
- Sync with RHAPS.
24b237
24b237
* Mon Nov 15 2004 Fernando Nasser <fnasser@redhat.com>  0:2.6.2-4jpp_1rh
24b237
- Merge with upstream for 2.6.2 upgrade
24b237
24b237
* Thu Nov  4 2004 Gary Benson <gbenson@redhat.com> 0:2.6.2-2jpp_5fc
24b237
- Build into Fedora.
24b237
24b237
* Thu Oct 28 2004 Gary Benson <gbenson@redhat.com> 0:2.6.2-2jpp_4fc
24b237
- Bootstrap into Fedora.
24b237
24b237
* Fri Oct 1 2004 Andrew Overholt <overholt@redhat.com> 0:2.6.2-2jpp_4rh
24b237
- add coreutils BuildRequires
24b237
24b237
* Thu Sep 30 2004 Andrew Overholt <overholt@redhat.com> 0:2.6.2-2jpp_3rh
24b237
- Remove xml-commons-resolver as a Requires
24b237
24b237
* Thu Aug 26 2004 Ralph Apel <r.apel at r-apel.de> 0:2.6.2-4jpp
24b237
- Build with ant-1.6.2
24b237
- Dropped jikes requirement, built for 1.4.2
24b237
24b237
* Wed Jun 23 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:2.6.2-3jpp
24b237
- Updated Patch #0 to fix breakage using BEA 1.4.2 SDK, new patch
24b237
  from <mwringe@redhat.com> and <vivekl@redhat.com>.
24b237
24b237
* Mon Jun 21 2004 Vivek Lakshmanan <vivekl@redhat.com> 0:2.6.2-2jpp_2rh
24b237
- Added new Source1 URL and added new %%setup to expand it under the
24b237
  expanded result of Source0.
24b237
- Updated Patch0 to fix version discrepancies.
24b237
- Added build requirement for xml-commons-apis
24b237
 
24b237
* Mon Jun 14 2004 Matt Wringe <mwringe@redhat.com> 0:2.6.2-2jpp_1rh
24b237
- Update to 2.6.2
24b237
- made patch names comformant
24b237
24b237
* Mon Mar 29 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:2.6.2-2jpp
24b237
- Rebuilt with jikes 1.18 for java 1.3.1_11
24b237
24b237
* Fri Mar 26 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.6.1-1jpp_2rh
24b237
- add RHUG upgrade cleanup
24b237
24b237
* Tue Mar 23 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:2.6.2-1jpp
24b237
- 2.6.2
24b237
24b237
* Thu Mar 11 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.6.1-1jpp_1rh
24b237
- RH vacuuming
24b237
- remove jikes dependency
24b237
- add nonjikes-cast.patch