auto-import changelog data from xalan-j2-2.6.0-1jpp_1rh.src.rpm

2.6.0-1jpp_1rh
- Merge with latest community version
This commit is contained in:
cvsdist 2004-09-09 14:31:12 +00:00
parent 9d2ae6b615
commit 852a21ce1b
6 changed files with 170 additions and 170 deletions

View File

@ -1 +1 @@
xalan-j_2_5_2-src.tar.gz xalan-j_2_6_0-src.tar.gz

View File

@ -1 +1 @@
97dcc0514df7f791e28b5c744a55068c xalan-j_2_5_2-src.tar.gz a210f7108e680ab60a11977ec99ab1f9 xalan-j_2_6_0-src.tar.gz

View File

@ -1,5 +1,5 @@
--- build.xml~ 2003-10-26 18:39:18.000000000 +0200 --- build.xml.orig 2004-03-21 15:59:26.000000000 +0100
+++ build.xml 2003-11-15 15:47:02.000000000 +0200 +++ build.xml 2004-03-21 16:02:02.000000000 +0100
@@ -154,6 +154,7 @@ @@ -154,6 +154,7 @@
<property name="xdocs.DONE.file" value="${xdocs.dir}/sources/xalan/DONE"/> <property name="xdocs.DONE.file" value="${xdocs.dir}/sources/xalan/DONE"/>
<property name="xdocs.XSLTCDONE.file" value="XSLTCDONE"/> <property name="xdocs.XSLTCDONE.file" value="XSLTCDONE"/>
@ -8,7 +8,7 @@
<path id="docs.class.path"> <path id="docs.class.path">
<pathelement location="${xmlapis.jar}" /> <pathelement location="${xmlapis.jar}" />
<pathelement location="${parser.jar}" /> <pathelement location="${parser.jar}" />
@@ -893,6 +894,7 @@ @@ -908,6 +909,7 @@
<group title="DOM 2" packages="org.w3c.dom*"/> <group title="DOM 2" packages="org.w3c.dom*"/>
<group title="XSLTC Core" <group title="XSLTC Core"
packages="org.apache.xalan.xsltc*"/> packages="org.apache.xalan.xsltc*"/>
@ -16,7 +16,7 @@
</javadoc> </javadoc>
<!-- remove the xml-commons sources --> <!-- remove the xml-commons sources -->
@@ -944,6 +946,7 @@ @@ -959,6 +961,7 @@
<group title="DOM 2" packages="org.w3c.dom*"/> <group title="DOM 2" packages="org.w3c.dom*"/>
<group title="XSLTC Core" <group title="XSLTC Core"
packages="org.apache.xalan.xsltc*"/> packages="org.apache.xalan.xsltc*"/>

View File

@ -1,19 +1,17 @@
--- src/MANIFEST.MF~ 2003-10-26 18:38:35.000000000 +0200 --- src/MANIFEST.MF.orig 2004-03-21 15:54:40.000000000 +0100
+++ src/MANIFEST.MF 2003-11-15 15:45:09.000000000 +0200 +++ src/MANIFEST.MF 2004-03-21 15:54:25.000000000 +0100
@@ -1,8 +1,5 @@ @@ -1,7 +1,5 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
-Created-By: 1.2.2 (Sun Microsystems Inc.) -Created-By: @java.version@ (@java.vendor@)
Main-Class: org.apache.xalan.xslt.Process Main-Class: org.apache.xalan.xslt.Process
-Class-Path: xercesImpl.jar xml-apis.jar -Class-Path: xercesImpl.jar xml-apis.jar
-
Name: org/apache/xalan Name: org/apache/xalan
Comment: Main Xalan engine implementing TrAX/JAXP @@ -28,44 +26,3 @@
@@ -27,45 +24,3 @@
Implementation-Version: @impl.version@
Implementation-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/xalan-j/dist/ Implementation-URL: http://xml.apache.org/xalan-j/dist/
-
-Name: org/apache/xalan/xsltc -Name: org/apache/xalan/xsltc
-Comment: Main XSLTC engine implementing TrAX/JAXP -Comment: Main XSLTC engine implementing TrAX/JAXP
-Specification-Title: Java API for XML Processing -Specification-Title: Java API for XML Processing
@ -55,19 +53,18 @@
-Implementation-URL: http://jakarta.apache.org/regexp -Implementation-URL: http://jakarta.apache.org/regexp
- -
- -
--- src/manifest.xsltc~ 2003-10-26 18:38:40.000000000 +0200 --- src/manifest.xsltc.orig 2004-03-21 15:54:59.000000000 +0100
+++ src/manifest.xsltc 2003-11-15 15:45:46.000000000 +0200 +++ src/manifest.xsltc 2004-03-21 15:54:25.000000000 +0100
@@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
-Created-By: 1.2.2 (Sun Microsystems Inc.) -Created-By: @java.version@ (@java.vendor@)
Name: org/apache/xalan/xsltc Name: org/apache/xalan/xsltc
Comment: Main XSLTC engine implementing TrAX/JAXP Comment: Main XSLTC engine implementing TrAX/JAXP
@@ -10,55 +9,3 @@ @@ -11,54 +10,3 @@
Implementation-Version: @impl.version@
Implementation-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/xalan-j/dist/ Implementation-URL: http://xml.apache.org/xalan-j/dist/
-
-Name: JLex -Name: JLex
-Comment: A Lexical Analyzer for Java -Comment: A Lexical Analyzer for Java
-Specification-Title: A Lexical Analyzer for Java -Specification-Title: A Lexical Analyzer for Java

View File

@ -1,6 +1,6 @@
--- build.xml.orig 2003-05-30 18:08:41.000000000 +0300 --- build.xml.orig 2004-02-27 20:45:31.000000000 +0100
+++ build.xml 2003-06-07 14:51:44.000000000 +0300 +++ build.xml 2004-03-21 15:46:37.000000000 +0100
@@ -533,7 +533,7 @@ @@ -560,7 +560,7 @@
<!-- =================================================================== --> <!-- =================================================================== -->
<!-- Creates one big xalan jar (Xalan interpretive + XSLTC + support jars) --> <!-- Creates one big xalan jar (Xalan interpretive + XSLTC + support jars) -->
<!-- =================================================================== --> <!-- =================================================================== -->

View File

@ -1,14 +1,14 @@
%define section free %define section free
%define version 2.6.0
%define cvs_version 2_6_0
Name: xalan-j2 Name: xalan-j2
Version: 2.5.2 Version: %{version}
Release: 1jpp_2rh Release: 1jpp_1rh
Epoch: 0 Epoch: 0
Summary: Java XSLT processor Summary: Java XSLT processor
License: Apache Software License License: Apache Software License
Source0: http://www.apache.org/dist/xml/xalan-j/source/xalan-j_2_5_2-src.tar.gz Source0: http://www.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
# Taglet jar missing from upstream 2.5.2 source tarball.
Source1: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xalan/java/bin/xalan2jtaglet.jar
Patch0: %{name}-noxsltcdeps.patch Patch0: %{name}-noxsltcdeps.patch
Patch1: %{name}-manifest.patch Patch1: %{name}-manifest.patch
Patch2: %{name}-crosslink.patch Patch2: %{name}-crosslink.patch
@ -17,6 +17,7 @@ Group: Text Processing/Markup/XML
#Vendor: JPackage Project #Vendor: JPackage Project
#Distribution: JPackage #Distribution: JPackage
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch BuildArch: noarch
Provides: jaxp_transform_impl Provides: jaxp_transform_impl
Requires: jaxp_parser_impl, /usr/sbin/update-alternatives Requires: jaxp_parser_impl, /usr/sbin/update-alternatives
@ -67,9 +68,8 @@ BuildRequires: servlet
%description demo %description demo
Demonstrations and samples for %{name}. Demonstrations and samples for %{name}.
%prep %prep
%setup -q -n xalan-j_2_5_2 %setup -q -n xalan-j_%{cvs_version}
%patch0 -p0 %patch0 -p0
%patch1 -p0 %patch1 -p0
%patch2 -p0 %patch2 -p0
@ -78,8 +78,6 @@ find . -name "*.jar" \
! -name xalan2jdoc.jar \ ! -name xalan2jdoc.jar \
! -name stylebook-1.0-b3_xalan-2.jar \ ! -name stylebook-1.0-b3_xalan-2.jar \
-exec rm -f {} \; -exec rm -f {} \;
cp -p %{SOURCE1} bin
%build %build
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
@ -161,10 +159,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
rm -f %{_javadocdir}/%{name} rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name} ln -s %{name}-%{version} %{_javadocdir}/%{name}
%files %files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%doc KEYS License %doc KEYS LICENSE
%{_javadir}/%{name}-%{version}.jar %{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar %{_javadir}/%{name}.jar
%ghost %{_javadir}/jaxp_transform_impl.jar %ghost %{_javadir}/jaxp_transform_impl.jar
@ -188,11 +185,17 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog
* Mon Jul 26 2004 Fernando Nasser <fnasser@redhat.com> 0:2.6.0-1jpp_1rh
- Merge with latest community version
* Fri Mar 26 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.5.2-1jpp_2rh * Fri Mar 26 2004 Frank Ch. Eigler <fche@redhat.com> 0:2.5.2-1jpp_2rh
- add RHUG upgrade cleanup - add RHUG upgrade cleanup
* Tue Mar 23 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:2.6.0-1jpp
- Updated to 2.6.0
- Patches supplied by <aleksander.adamowski@altkom.pl>
* Thu Mar 4 2004 Frank Ch. Eigler <fche@redhat.com> - 0:2.5.2-1jpp_1rh * Thu Mar 4 2004 Frank Ch. Eigler <fche@redhat.com> - 0:2.5.2-1jpp_1rh
- RH vacuuming - RH vacuuming