- Apply patch to replace serializer.jar in MANIFEST file with

xalan-j2-serializer.jar.
This commit is contained in:
Vivek Lakshmanan 2006-07-26 15:44:28 +00:00
parent 22b822624a
commit a69278441b
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- ./src/MANIFEST.MF.sav 2006-07-26 11:11:43.000000000 -0400
+++ ./src/MANIFEST.MF 2006-07-26 11:11:28.000000000 -0400
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Created-By: @java.version@ (@java.vendor@)
Main-Class: org.apache.xalan.xslt.Process
-Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
+Class-Path: xercesImpl.jar xml-apis.jar xalan-j2-serializer.jar
Name: org/apache/xalan/

View File

@ -37,7 +37,7 @@
Name: xalan-j2
Version: 2.7.0
Release: 4jpp_2fc
Release: 4jpp_3fc
Epoch: 0
Summary: Java XSLT processor
License: Apache Software License
@ -46,6 +46,8 @@ Source0: xalan-j_%{cvs_version}-src-RHsemiCLEAN.tar.gz
Patch0: %{name}-noxsltcdeps.patch
Patch1: %{name}-manifest.patch
Patch2: %{name}-crosslink.patch
#This patch uses xalan-j2-serializer.jar in the MANIFEST file instead of serializer
Patch3: %{name}-src-MANIFEST-MF.patch
URL: http://xalan.apache.org/
Group: Text Processing/Markup/XML
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@ -133,6 +135,7 @@ Demonstrations and samples for %{name}.
%prep
%setup -q -n xalan-j_%{cvs_version}
%patch0 -p0
%patch3 -p0
#%patch1 -p0
#%patch2 -p0
# Remove all binary libs, except ones needed to build docs and N/A elsewhere.
@ -322,6 +325,10 @@ fi
%endif
%changelog
* Wed Jul 26 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:2.7.0-4jpp_3fc
- Apply patch to replace serializer.jar in MANIFEST file with
xalan-j2-serializer.jar.
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:2.7.0-4jpp_2fc
- Rebuilt