[xalan-j2/f16] Fix filename of serializer.jar in xalan-j2's MANIFEST.MF

Andrew Overholt overholt at fedoraproject.org
Wed Aug 10 17:06:00 UTC 2011


commit 307d24e1409333f8d9569a5294f5bca207226c77
Author: Andrew Overholt <overholt at redhat.com>
Date:   Wed Aug 10 12:48:46 2011 -0400

    Fix filename of serializer.jar in xalan-j2's MANIFEST.MF
    
    https://bugzilla.redhat.com/show_bug.cgi?id=718738

 xalan-j2-serializerJARname.patch |   11 +++++++++++
 xalan-j2.spec                    |   10 +++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/xalan-j2-serializerJARname.patch b/xalan-j2-serializerJARname.patch
new file mode 100644
index 0000000..5f225a6
--- /dev/null
+++ b/xalan-j2-serializerJARname.patch
@@ -0,0 +1,11 @@
+--- src/manifest.xalan-interpretive	2011-08-10 12:38:23.892219017 -0400
++++ src/manifest.xalan-interpretive	2011-08-10 12:38:32.032219017 -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/
+ Comment: Main Xalan engine implementing TrAX/JAXP
diff --git a/xalan-j2.spec b/xalan-j2.spec
index 467e3e7..c70b4ca 100644
--- a/xalan-j2.spec
+++ b/xalan-j2.spec
@@ -32,7 +32,7 @@
 
 Name:           xalan-j2
 Version:        2.7.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Epoch:          0
 Summary:        Java XSLT processor
 # samples/servlet/ApplyXSLTException.java is ASL 1.1
@@ -41,6 +41,9 @@ License:        ASL 1.1 and ASL 2.0 and W3C
 Source0:        http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_1-src.tar.gz
 Source1:        %{name}-serializer-MANIFEST.MF
 Patch0:         %{name}-noxsltcdeps.patch
+# Fix the serializer JAR filename in xalan-j2's MANIFEST.MF
+# https://bugzilla.redhat.com/show_bug.cgi?id=718738
+Patch1:         %{name}-serializerJARname.patch
 URL:            http://xalan.apache.org/
 Group:          Development/Libraries
 
@@ -110,6 +113,7 @@ Demonstrations and samples for %{name}.
 %prep
 %setup -q -n xalan-j_%{cvs_version}
 %patch0 -p0
+%patch1 -p0
 # Remove all binary libs, except ones needed to build docs and N/A elsewhere.
 for j in $(find . -name "*.jar"); do
     mv $j $j.no
@@ -216,6 +220,10 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 10 2011 Andrew Overholt <overholt at redhat.com> 0:2.7.1-6
+- Fix filename of serializer.jar in xalan-j2's MANIFEST.MF
+- https://bugzilla.redhat.com/show_bug.cgi?id=718738
+
 * Tue Jul 26 2011 Alexander Kurtakov <akurtako at redhat.com> 0:2.7.1-5
 - Remove old commented parts.
 - Fix rpmlint warnings.


More information about the scm-commits mailing list