Vivek Lakshmanan e0862ee
# Copyright (c) 2000-2005, JPackage Project
Vivek Lakshmanan e0862ee
# All rights reserved.
Vivek Lakshmanan e0862ee
#
Vivek Lakshmanan e0862ee
# Redistribution and use in source and binary forms, with or without
Vivek Lakshmanan e0862ee
# modification, are permitted provided that the following conditions
Vivek Lakshmanan e0862ee
# are met:
Vivek Lakshmanan e0862ee
#
Vivek Lakshmanan e0862ee
# 1. Redistributions of source code must retain the above copyright
Vivek Lakshmanan e0862ee
#    notice, this list of conditions and the following disclaimer.
Vivek Lakshmanan e0862ee
# 2. Redistributions in binary form must reproduce the above copyright
Vivek Lakshmanan e0862ee
#    notice, this list of conditions and the following disclaimer in the
Vivek Lakshmanan e0862ee
#    documentation and/or other materials provided with the
Vivek Lakshmanan e0862ee
#    distribution.
Vivek Lakshmanan e0862ee
# 3. Neither the name of the JPackage Project nor the names of its
Vivek Lakshmanan e0862ee
#    contributors may be used to endorse or promote products derived
Vivek Lakshmanan e0862ee
#    from this software without specific prior written permission.
Vivek Lakshmanan e0862ee
#
Vivek Lakshmanan e0862ee
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Vivek Lakshmanan e0862ee
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Vivek Lakshmanan e0862ee
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Vivek Lakshmanan e0862ee
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Vivek Lakshmanan e0862ee
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Vivek Lakshmanan e0862ee
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Vivek Lakshmanan e0862ee
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Vivek Lakshmanan e0862ee
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Vivek Lakshmanan e0862ee
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Vivek Lakshmanan e0862ee
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Vivek Lakshmanan e0862ee
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Vivek Lakshmanan e0862ee
#
Vivek Lakshmanan e0862ee
96c532d
%global cvs_version 2_7_1
cvsdist 22ce343
cvsdist 22ce343
Name:           xalan-j2
411ee7c
Version:        2.7.1
Andy Grimm 37a7218
Release:        7%{?dist}
cvsdist 22ce343
Epoch:          0
cvsdist 22ce343
Summary:        Java XSLT processor
ce56005
# samples/servlet/ApplyXSLTException.java is ASL 1.1
ce56005
# src/org/apache/xpath/domapi/XPathStylesheetDOM3Exception.java is W3C
94efee4
License:        ASL 1.1 and ASL 2.0 and W3C
411ee7c
Source0:        http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_1-src.tar.gz
22bf968
Source1:        %{name}-serializer-MANIFEST.MF
Andy Grimm 37a7218
Source2:        http://repo1.maven.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom
Andy Grimm 37a7218
Source3:        http://repo1.maven.org/maven2/xalan/xalan/2.7.1/serializer-2.7.1.pom
Andy Grimm 37a7218
Source4:        xsltc-%{version}.pom
cvsdist 22ce343
Patch0:         %{name}-noxsltcdeps.patch
Andrew Overholt 307d24e
# Fix the serializer JAR filename in xalan-j2's MANIFEST.MF
Andrew Overholt 307d24e
# https://bugzilla.redhat.com/show_bug.cgi?id=718738
Andrew Overholt 307d24e
Patch1:         %{name}-serializerJARname.patch
Vivek Lakshmanan e0862ee
URL:            http://xalan.apache.org/
832fd38
Group:          Development/Libraries
cvsdist 852a21c
Vivek Lakshmanan e0862ee
BuildArch:      noarch
cvsdist 22ce343
Provides:       jaxp_transform_impl
96c532d
Requires:       xerces-j2
96c532d
Requires(post): chkconfig
96c532d
Requires(preun): chkconfig
Vivek Lakshmanan e0862ee
BuildRequires:  jpackage-utils >= 0:1.6
832fd38
BuildRequires:  java-devel
Vivek Lakshmanan e0862ee
BuildRequires:  ant
Vivek Lakshmanan e0862ee
BuildRequires:  bcel
832fd38
BuildRequires:  jlex
832fd38
BuildRequires:  java_cup
832fd38
BuildRequires:  regexp
832fd38
BuildRequires:  sed
832fd38
BuildRequires:  servlet25
Vivek Lakshmanan e0862ee
BuildRequires:  xerces-j2 >= 0:2.7.1
Vivek Lakshmanan e0862ee
BuildRequires:  xml-commons-apis >= 0:1.3
411ee7c
BuildRequires:  xml-stylebook
913620f
BuildRequires:  zip
rafaels 0ef7e69
cvsdist 22ce343
%description
cvsdist 22ce343
Xalan is an XSLT processor for transforming XML documents into HTML,
cvsdist 22ce343
text, or other XML document types. It implements the W3C Recommendations
cvsdist 22ce343
for XSL Transformations (XSLT) and the XML Path Language (XPath). It can
cvsdist 22ce343
be used from the command line, in an applet or a servlet, or as a module
cvsdist 22ce343
in other program.
cvsdist 22ce343
cvsdist 22ce343
%package        xsltc
cvsdist 22ce343
Summary:        XSLT compiler
832fd38
Group:          Development/Tools
Vivek Lakshmanan e0862ee
Requires:       java_cup
832fd38
Requires:       bcel
832fd38
Requires:       jlex
832fd38
Requires:       regexp
832fd38
Requires:       xerces-j2
Vivek Lakshmanan e0862ee
cvsdist 22ce343
%description    xsltc
cvsdist 22ce343
The XSLT Compiler is a Java-based tool for compiling XSLT stylesheets into
cvsdist 22ce343
lightweight and portable Java byte codes called translets.
cvsdist 22ce343
cvsdist 22ce343
%package        manual
cvsdist 22ce343
Summary:        Manual for %{name}
832fd38
Group:          Documentation
cvsdist 22ce343
cvsdist 22ce343
%description    manual
cvsdist 22ce343
Documentation for %{name}.
cvsdist 22ce343
cvsdist 22ce343
%package        javadoc
cvsdist 22ce343
Summary:        Javadoc for %{name}
832fd38
Group:          Documentation
96c532d
Requires:       jpackage-utils
cvsdist 22ce343
BuildRequires:  java-javadoc
cvsdist 22ce343
cvsdist 22ce343
%description    javadoc
cvsdist 22ce343
Javadoc for %{name}.
cvsdist 22ce343
cvsdist 22ce343
%package        demo
cvsdist 22ce343
Summary:        Demo for %{name}
832fd38
Group:          Documentation
411ee7c
Requires:       %{name} = %{epoch}:%{version}-%{release}, servlet25
cvsdist 22ce343
cvsdist 22ce343
%description    demo
cvsdist 22ce343
Demonstrations and samples for %{name}.
cvsdist 22ce343
cvsdist 22ce343
%prep
cvsdist 852a21c
%setup -q -n xalan-j_%{cvs_version}
cvsdist 22ce343
%patch0 -p0
Andrew Overholt 307d24e
%patch1 -p0
cvsdist 22ce343
# Remove all binary libs, except ones needed to build docs and N/A elsewhere.
Vivek Lakshmanan e0862ee
for j in $(find . -name "*.jar"); do
832fd38
    mv $j $j.no
Vivek Lakshmanan e0862ee
done
Vivek Lakshmanan e0862ee
# FIXME who knows where the sources are? xalan-j1 ?
Vivek Lakshmanan e0862ee
mv tools/xalan2jdoc.jar.no tools/xalan2jdoc.jar
Vivek Lakshmanan e0862ee
mv tools/xalan2jtaglet.jar.no tools/xalan2jtaglet.jar
cvsdist 22ce343
cvsdist 22ce343
%build
cvsdist 22ce343
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
Vivek Lakshmanan e0862ee
pushd lib
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath java_cup-runtime) runtime.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath bcel) BCEL.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath regexp) regexp.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath xml-commons-apis) xml-apis.jar
Vivek Lakshmanan e0862ee
popd
Vivek Lakshmanan e0862ee
pushd tools
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath java_cup) java_cup.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath ant) ant.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath jlex) JLex.jar
Vivek Lakshmanan e0862ee
ln -sf $(build-classpath xml-stylebook) stylebook-1.0-b3_xalan-2.jar
Vivek Lakshmanan e0862ee
popd
411ee7c
export CLASSPATH=$(build-classpath servlet)
cvsdist 22ce343
gbenson 686694c
ant \
gbenson 97cb472
  -Djava.awt.headless=true \
cvsdist 22ce343
  -Dapi.j2se=%{_javadocdir}/java \
cvsdist 22ce343
  -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \
cvsdist 22ce343
  xalan-interpretive.jar\
cvsdist 22ce343
  xsltc.unbundledjar \
cvsdist 22ce343
  docs \
cvsdist 22ce343
  javadocs \
cvsdist 22ce343
  samples \
cvsdist 22ce343
  servlet
cvsdist 22ce343
cvsdist 22ce343
cvsdist 22ce343
%install
22bf968
# inject OSGi manifests
22bf968
mkdir -p META-INF
22bf968
cp -p %{SOURCE1} META-INF/MANIFEST.MF
22bf968
touch META-INF/MANIFEST.MF
22bf968
zip -u build/serializer.jar META-INF/MANIFEST.MF
22bf968
cvsdist 22ce343
# jars
cvsdist 22ce343
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
cvsdist 22ce343
install -p -m 644 build/xalan-interpretive.jar \
96c532d
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
cvsdist 22ce343
install -p -m 644 build/xsltc.jar \
96c532d
  $RPM_BUILD_ROOT%{_javadir}/xsltc.jar
Vivek Lakshmanan e0862ee
install -p -m 644 build/serializer.jar \
96c532d
  $RPM_BUILD_ROOT%{_javadir}/%{name}-serializer.jar
cvsdist 22ce343
Andy Grimm 37a7218
# POMs
Andy Grimm 37a7218
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
Andy Grimm 37a7218
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
Andy Grimm 37a7218
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}-serializer.pom
Andy Grimm 37a7218
install -p -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-xsltc.pom
Andy Grimm 37a7218
%add_maven_depmap JPP-%{name}.pom %{name}.jar
Andy Grimm 37a7218
%add_maven_depmap JPP-%{name}-serializer.pom %{name}-serializer.jar
Andy Grimm 37a7218
%add_maven_depmap JPP-xsltc.pom xsltc.jar
Andy Grimm 37a7218
cvsdist 22ce343
# javadoc
96c532d
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
96c532d
cp -pr build/docs/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cvsdist 22ce343
rm -rf build/docs/apidocs
cvsdist 22ce343
cvsdist 22ce343
# demo
cvsdist 22ce343
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
cvsdist 22ce343
install -p -m 644 build/xalansamples.jar \
cvsdist 22ce343
  $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}-samples.jar
cvsdist 22ce343
install -p -m 644 build/xalanservlet.war \
cvsdist 22ce343
  $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}-servlet.war
cvsdist 22ce343
cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}
cvsdist 22ce343
cvsdist 22ce343
# fix link between manual and javadoc
96c532d
(cd build/docs; ln -sf %{_javadocdir}/%{name} apidocs)
cvsdist 22ce343
cvsdist 22ce343
# jaxp_transform_impl ghost symlink
cvsdist 22ce343
ln -s %{_sysconfdir}/alternatives \
cvsdist 22ce343
  $RPM_BUILD_ROOT%{_javadir}/jaxp_transform_impl.jar
cvsdist 22ce343
Vivek Lakshmanan e0862ee
cvsdist 22ce343
%post
cvsdist 22ce343
update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
cvsdist 22ce343
  jaxp_transform_impl %{_javadir}/%{name}.jar 30
gbenson c4717cf
cvsdist 22ce343
%preun
cvsdist 22ce343
{
cvsdist 22ce343
  [ $1 = 0 ] || exit 0
cvsdist 22ce343
  update-alternatives --remove jaxp_transform_impl %{_javadir}/%{name}.jar
cvsdist 22ce343
} >/dev/null 2>&1 || :
cvsdist 22ce343
cvsdist 22ce343
%files
411ee7c
%doc KEYS LICENSE.txt NOTICE.txt readme.html
cvsdist 22ce343
%{_javadir}/%{name}.jar
Vivek Lakshmanan e0862ee
%{_javadir}/%{name}-serializer.jar
cvsdist 22ce343
%ghost %{_javadir}/jaxp_transform_impl.jar
Andy Grimm 37a7218
%{_mavenpomdir}/JPP-%{name}.pom
Andy Grimm 37a7218
%{_mavendepmapfragdir}/%{name}
Andy Grimm 37a7218
%{_mavenpomdir}/JPP-%{name}-serializer.pom
Vivek Lakshmanan e0862ee
cvsdist 22ce343
%files xsltc
832fd38
%doc LICENSE.txt
cvsdist 22ce343
%{_javadir}/xsltc.jar
Andy Grimm 37a7218
%{_mavenpomdir}/JPP-xsltc.pom
Vivek Lakshmanan e0862ee
cvsdist 22ce343
%files manual
832fd38
%doc LICENSE.txt
cvsdist 22ce343
%doc build/docs/*
cvsdist 22ce343
cvsdist 22ce343
%files javadoc
832fd38
%doc LICENSE.txt
96c532d
%doc %{_javadocdir}/%{name}
cvsdist 22ce343
cvsdist 22ce343
%files demo
cvsdist 22ce343
%{_datadir}/%{name}
Vivek Lakshmanan e0862ee
cvsdist 22ce343
%changelog
Andy Grimm 37a7218
* Mon Oct 10 2011 Andy Grimm <agrimm@gmail.com> 0:2.7.1-7
Andy Grimm 37a7218
- add POM files
Andy Grimm 37a7218
28232df
* Mon Oct 03 2011 Rex Dieter <rdieter@fedoraproject.org> - 0:2.7.1-6.1
28232df
- rebuild (java), rel-eng#4932
28232df
Andrew Overholt 307d24e
* Wed Aug 10 2011 Andrew Overholt <overholt@redhat.com> 0:2.7.1-6
Andrew Overholt 307d24e
- Fix filename of serializer.jar in xalan-j2's MANIFEST.MF
Andrew Overholt 307d24e
- https://bugzilla.redhat.com/show_bug.cgi?id=718738
Andrew Overholt 307d24e
832fd38
* Tue Jul 26 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-5
832fd38
- Remove old commented parts.
832fd38
- Fix rpmlint warnings.
832fd38
913620f
* Tue Jun 28 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-4
913620f
- Fix FTBFS.
913620f
4dec96c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.1-3
4dec96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4dec96c
96c532d
* Thu Dec 16 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-2
96c532d
- Update to current guidelines.
96c532d
411ee7c
* Wed Apr 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-1
411ee7c
- Update to 2.7.1.
411ee7c
- Drop gcj_support.
411ee7c
3a63c1c
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.0-9.5
3a63c1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3a63c1c
4f6498c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.0-8.5
4f6498c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4f6498c
22bf968
* Tue Feb 3 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.0-7.5
22bf968
- Add osgi manifest.
22bf968
94efee4
* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0:2.7.0-7.4
94efee4
- fix license tag
94efee4
ce56005
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.7.0-7.3
ce56005
- drop repotag
ce56005
- fix license tag
ce56005
fb595e6
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:2.7.0-7jpp.2
fb595e6
- Autorebuild for GCC 4.3
fb595e6
Vivek Lakshmanan 02d91f0
* Fri Apr 20 2007 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-6jpp.2.fc7
Vivek Lakshmanan 02d91f0
- Rebuild to fix incomplete .db/so files due to broken aot-compile-rpm
Vivek Lakshmanan 02d91f0
Vivek Lakshmanan f179ad7
* Fri Aug 18 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-6jpp.1
Vivek Lakshmanan f179ad7
- Resync with latest from JPP.
Vivek Lakshmanan f179ad7
Vivek Lakshmanan e0e683a
* Fri Aug 11 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-5jpp.3
Vivek Lakshmanan e0e683a
- Rebuild.
Vivek Lakshmanan e0e683a
Vivek Lakshmanan 1d69b70
* Thu Aug 10 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-5jpp.2
Vivek Lakshmanan 1d69b70
- Rebuild.
Vivek Lakshmanan 1d69b70
Vivek Lakshmanan 087cbd4
* Thu Aug 10 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-5jpp.1
Vivek Lakshmanan 087cbd4
- Resync with latest from JPP.
Vivek Lakshmanan 087cbd4
- Partially adopt new naming convention (.1 suffix).
Vivek Lakshmanan 087cbd4
- Use ln and rm explicitly instead of core-utils in Requires(x).
Vivek Lakshmanan 087cbd4
144ac36
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 2.7.0-4jpp_5fc
144ac36
- Requires(post):     coreutils
144ac36
Vivek Lakshmanan b705667
* Wed Jul 26 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-4jpp_4fc
Vivek Lakshmanan b705667
- Extend patch to cover all applicable MANIFEST files in src directory.
Vivek Lakshmanan b705667
Vivek Lakshmanan a692784
* Wed Jul 26 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-4jpp_3fc
Vivek Lakshmanan a692784
- Apply patch to replace serializer.jar in MANIFEST file with 
Vivek Lakshmanan a692784
  xalan-j2-serializer.jar.
Vivek Lakshmanan a692784
22b8226
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:2.7.0-4jpp_2fc
22b8226
- Rebuilt
22b8226
Vivek Lakshmanan 06e01f7
* Fri Jul 21 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-4jpp_1fc
Vivek Lakshmanan 06e01f7
- Resync with latest JPP version.
Vivek Lakshmanan 06e01f7
Vivek Lakshmanan e0862ee
* Wed Jul 19 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-3jpp_1fc
Vivek Lakshmanan e0862ee
- Merge with latest version from jpp.
Vivek Lakshmanan e0862ee
- Undo ExcludeArch since eclipse available for all arch-es.
Vivek Lakshmanan e0862ee
- Remove jars from sources for new upstream version.
Vivek Lakshmanan e0862ee
- Purge unused patches from previous release.
Vivek Lakshmanan e0862ee
- Conditional native compilation with GCJ.
Vivek Lakshmanan e0862ee
- Use NVR macros wherever possible.
Vivek Lakshmanan e0862ee
rafaels 0ef7e69
* Wed Mar  8 2006 Rafael Schloming <rafaels@redhat.com> - 0:2.6.0-3jpp_10fc
rafaels 0ef7e69
- excluded s390[x] and ppc64 due to eclipse
rafaels 0ef7e69
138e291
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0:2.6.0-3jpp_9fc
138e291
- stop scriptlet spew
138e291
15d4451
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:2.6.0-3jpp_8fc
15d4451
- bump again for double-long bug on ppc(64)
15d4451
fbc37c9
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:2.6.0-3jpp_7fc
fbc37c9
- rebuilt for new gcc4.1 snapshot and glibc changes
fbc37c9
f7345d2
* Wed Dec 21 2005 Jesse Keating <jkeating@redhat.com> 0:2.6.0-3jpp_6fc
f7345d2
- rebuild again
f7345d2
93c4936
* Tue Dec 13 2005 Jesse Keating <jkeating@redhat.com> 0:2.6.0-3jpp_5fc.3
ed8dcd4
- patch to not use target= in build.xml
ed8dcd4
9427391
* Tue Dec 13 2005 Jesse Keating <jkeating@redhat.com> 0:2.6.0-3jpp_5fc.1
9427391
- rebuild again with gcc-4.1
9427391
a2c6048
* Fri Dec 09 2005 Warren Togami <wtogami@redhat.com> 0:2.6.0-3jpp_5fc
a2c6048
- rebuild with gcc-4.1
a2c6048
gbenson fd23ee6
* Tue Nov  1 2005 Archit Shah <ashah at redhat.com> 0:2.6.0-3jpp_4fc
gbenson fd23ee6
- Exclude war which blocks aot compilation of main jar (#171005).
gbenson fd23ee6
gbenson 1700b6e
* Tue Jul 19 2005 Gary Benson <gbenson at redhat.com> 0:2.6.0-3jpp_3fc
gbenson 1700b6e
- Build on ia64, ppc64, s390 and s390x.
gbenson 1700b6e
- Switch to aot-compile-rpm (also BC-compiles xsltc and samples).
gbenson 1700b6e
gbenson d7cd6e4
* Tue Jun 28 2005 Gary Benson <gbenson at redhat.com> 0:2.6.0-3jpp_2fc
gbenson d7cd6e4
- Remove a tarball from the tarball too.
gbenson d7cd6e4
- Fix demo subpackage's dependencies.
gbenson d7cd6e4
gbenson 3bab8e7
* Wed Jun 15 2005 Gary Benson <gbenson at redhat.com> 0:2.6.0-3jpp_1fc
gbenson 3bab8e7
- Remove jarfiles from the tarball.
gbenson 3bab8e7
gbenson 2a903b2
* Fri May 27 2005 Gary Benson <gbenson at redhat.com> 0:2.6.0-3jpp
gbenson 2a903b2
- Add NOTICE file as per Apache License version 2.0.
gbenson 2a903b2
- Build with servletapi5.
gbenson 2a903b2
gbenson 2aa42a1
* Fri May 27 2005 Gary Benson <gbenson@redhat.com> 0:2.6.0-2jpp_3fc
gbenson 30a9154
- Remove now-unnecessary workaround for #130162.
gbenson 24abe7d
- Rearrange how BC-compiled stuff is built and installed.
gbenson 30a9154
gbenson b944ef0
* Tue May 24 2005 Gary Benson <gbenson@redhat.com> 0:2.6.0-2jpp_2fc
gbenson 5d69978
- Add DOM3 stubs to classes that need them (#152255).
gbenson c4717cf
- BC-compile the main jarfile.
gbenson 5d69978
gbenson c4717cf
* Fri Apr  1 2005 Gary Benson <gbenson@redhat.com>
gbenson 2cc3b98
- Add NOTICE file as per Apache License version 2.0.
gbenson 2cc3b98
gbenson 97cb472
* Wed Jan 12 2005 Gary Benson <gbenson@redhat.com> 0:2.6.0-2jpp_1fc
gbenson 97cb472
- Sync with RHAPS.
gbenson 97cb472
gbenson 97cb472
* Mon Nov 15 2004 Fernando Nasser <fnasser@redhat.com> 0:2.6.0-2jpp_1rh
gbenson 97cb472
- Merge with latest community release
gbenson 97cb472
gbenson 5275142
* Thu Nov  4 2004 Gary Benson <gbenson@redhat.com> 0:2.6.0-1jpp_2fc
gbenson 148edbe
- Build into Fedora.
gbenson 148edbe
gbenson 97cb472
* Thu Aug 26 2004 Ralph Apel <r.ape at r-apel.de> 0:2.6.0-2jpp
gbenson 97cb472
- Build with ant-1.6.2
gbenson 97cb472
- Try with -Djava.awt.headless=true 
gbenson 97cb472
cvsdist 852a21c
* Mon Jul 26 2004 Fernando Nasser <fnasser@redhat.com> 0:2.6.0-1jpp_1rh
cvsdist 852a21c
- Merge with latest community version
cvsdist 852a21c
cvsdist 9d2ae6b
* Fri Mar 26 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.5.2-1jpp_2rh
cvsdist 9d2ae6b
- add RHUG upgrade cleanup
cvsdist 9d2ae6b
cvsdist 852a21c
* Tue Mar 23 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:2.6.0-1jpp
cvsdist 852a21c
- Updated to 2.6.0 
cvsdist 852a21c
- Patches supplied by <aleksander.adamowski@altkom.pl>
cvsdist 852a21c
cvsdist b36f85e
* Thu Mar  4 2004 Frank Ch. Eigler <fche@redhat.com> - 0:2.5.2-1jpp_1rh
cvsdist b36f85e
- RH vacuuming
cvsdist b36f85e
cvsdist 22ce343
* Sat Nov 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.5.2-1jpp
cvsdist 22ce343
- Update to 2.5.2.
cvsdist 22ce343
- Re-enable javadocs, new style versionless symlink handling, crosslink
cvsdist 22ce343
  with local J2SE javadocs.
cvsdist 22ce343
- Spec cleanups.
cvsdist 22ce343
cvsdist 22ce343
* Sat Jun  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.5.1-1jpp
cvsdist 22ce343
- Update to 2.5.1.
cvsdist 22ce343
- Fix jpackage-utils version in BuildRequires, add xerces-j2.
cvsdist 22ce343
- Non-versioned javadoc symlinking.
cvsdist 22ce343
- Add one missing epoch.
cvsdist 22ce343
- Clean up manifests from Class-Path's and other stuff we don't include.
cvsdist 22ce343
- xsltc no longer provides a jaxp_transform_impl because of huge classpath
cvsdist 22ce343
  and general unsuitablity for production-use, system-installed transformer.
cvsdist 22ce343
- Own (ghost) %%{_javadir}/jaxp_transform_impl.jar.
cvsdist 22ce343
- Remove alternatives in preun instead of postun.
cvsdist 22ce343
- Disable javadoc subpackage for now:
cvsdist 22ce343
  <http://issues.apache.org/bugzilla/show_bug.cgi?id=20572>
cvsdist 22ce343
cvsdist 22ce343
* Thu Mar 27 2003 Nicolas Mailhot <Nicolas.Mailhot@One2team.com> 0:2.5.0.d1-1jpp
cvsdist 22ce343
- For jpackage-utils 1.5
cvsdist 22ce343
cvsdist 22ce343
* Wed Jan 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 2.4.1-2jpp
cvsdist 22ce343
- bsf -> oldbsf.
cvsdist 22ce343
- Use non-versioned jar in alternative, don't remove it on upgrade.
cvsdist 22ce343
- Remove hardcoded packager tag.
cvsdist 22ce343
cvsdist 22ce343
* Mon Nov 04 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.4.1-1jpp
cvsdist 22ce343
- 2.4.1
cvsdist 22ce343
cvsdist 22ce343
* Tue Sep 10 2002 Ville Skyttä <ville.skytta at iki.fi> 2.4.0-1jpp
cvsdist 22ce343
- 2.4.0.
cvsdist 22ce343
cvsdist 22ce343
* Thu Aug 22 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.4-0.D1.3jpp
cvsdist 22ce343
- corrected case for Group tag
cvsdist 22ce343
- fixed servlet classpath
cvsdist 22ce343
cvsdist 22ce343
* Tue Aug 20 2002 Ville Skyttä <ville.skytta at iki.fi> 2.4-0.D1.2jpp
cvsdist 22ce343
- Remove xerces-j1 runtime dependency.
cvsdist 22ce343
- Add bcel, jlex, regexp to xsltc runtime requirements:
cvsdist 22ce343
  <http://xml.apache.org/xalan-j/xsltc_usage.html>
cvsdist 22ce343
- Build with -Dbuild.compiler=modern (IBM 1.3.1) to avoid stylebook errors.
cvsdist 22ce343
- XSLTC now provides jaxp_transform_impl too.
cvsdist 22ce343
- Earlier changes by Henri, from unreleased 2.4-D1.1jpp:
cvsdist 22ce343
    Mon Jul 15 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.4-D1.1jpp
cvsdist 22ce343
  - 2.4D1
cvsdist 22ce343
  - use the jlex 1.2.5-5jpp (patched by Xalan/XSLTC team) rpm
cvsdist 22ce343
  - use the stylebook-1.0-b3_xalan-2.jar included in source file till it will
cvsdist 22ce343
    be packaged in jpackage
cvsdist 22ce343
  - use jaxp_parser_impl (possibly xerces-j2) instead of xerces-j1 for docs
cvsdist 22ce343
    generation, since it's tuned for stylebook-1.0-b3_xalan-2.jar
cvsdist 22ce343
  - build and provide xsltc in a separate rpm
cvsdist 22ce343
cvsdist 22ce343
* Mon Jul 01 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.3.1-2jpp 
cvsdist 22ce343
- provides jaxp_transform_impl
cvsdist 22ce343
- requires jaxp_parser_impl
cvsdist 22ce343
- stylebook already requires xml-commons-apis
cvsdist 22ce343
- jaxp_parser_impl already requires xml-commons-apis
cvsdist 22ce343
- use sed instead of bash 2.x extension in link area to make spec compatible with distro using bash 1.1x
cvsdist 22ce343
cvsdist 22ce343
* Wed Jun 26 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.3.1-2jpp
cvsdist 22ce343
- fix built classpath (bsf, bcel are existing jpackage rpms),
cvsdist 22ce343
- add buildrequires for javacup and JLex
cvsdist 22ce343
cvsdist 22ce343
* Wed May 08 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.3.1-1jpp 
cvsdist 22ce343
- 2.3.1
cvsdist 22ce343
- vendor, distribution, group tags
cvsdist 22ce343
cvsdist 22ce343
* Mon Mar 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.3.0-2jpp 
cvsdist 22ce343
- generic servlet support
cvsdist 22ce343
cvsdist 22ce343
* Wed Feb 20 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.3.0-1jpp 
cvsdist 22ce343
- 2.3.0
cvsdist 22ce343
- no more compat jar
cvsdist 22ce343
cvsdist 22ce343
* Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.0-2jpp 
cvsdist 22ce343
- adaptation to new stylebook1.0b3 package
cvsdist 22ce343
- used source tarball
cvsdist 22ce343
- section macro
cvsdist 22ce343
cvsdist 22ce343
* Fri Jan 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.0-1jpp
cvsdist 22ce343
- 2.2.0 final
cvsdist 22ce343
- versioned dir for javadoc
cvsdist 22ce343
- no dependencies for manual and javadoc packages
cvsdist 22ce343
- stricter dependency for compat and demo packages
cvsdist 22ce343
- fixed package confusion
cvsdist 22ce343
- adaptation for new servlet3 package
cvsdist 22ce343
- requires xerces-j1 instead of jaxp_parser
cvsdist 22ce343
- xml-apis jar now in required xml-commons-apis external package
cvsdist 22ce343
cvsdist 22ce343
* Wed Dec 5 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D14-1jpp
cvsdist 22ce343
- 2.2.D14
cvsdist 22ce343
- javadoc into javadoc package
cvsdist 22ce343
- compat.jar into compat package
cvsdist 22ce343
- compat javadoc into compat-javadoc package
cvsdist 22ce343
cvsdist 22ce343
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 2.2.D13-2jpp
cvsdist 22ce343
- changed extension to jpp
cvsdist 22ce343
- prefixed xml-apis
cvsdist 22ce343
cvsdist 22ce343
* Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 2.2.D13-1jpp
cvsdist 22ce343
- 2.2.D13
cvsdist 22ce343
- removed packager tag
cvsdist 22ce343
cvsdist 22ce343
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D11-1jpp
cvsdist 22ce343
- 2.2.D11
cvsdist 22ce343
cvsdist 22ce343
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D10-2jpp
cvsdist 22ce343
- first unified release
cvsdist 22ce343
- s/jPackage/JPackage
cvsdist 22ce343
cvsdist 22ce343
* Fri Sep 14 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D10-1mdk
cvsdist 22ce343
- cvs references
cvsdist 22ce343
- splitted demo package
832fd38
- moved demo files to %%{_datadir}/%%{name}
cvsdist 22ce343
- only manual package requires stylebook-1.0b3
cvsdist 22ce343
- only demo package requires servletapi3
cvsdist 22ce343
cvsdist 22ce343
* Wed Aug 22 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D9-1mdk
cvsdist 22ce343
- 2.2.9
cvsdist 22ce343
- used new source packaging policy
cvsdist 22ce343
- added samples data
cvsdist 22ce343
cvsdist 22ce343
* Wed Aug 08 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.2.D6-1mdk
cvsdist 22ce343
- first Mandrake release