[axis2] fix javax.servlet apis

gil gil at fedoraproject.org
Thu Jun 5 21:01:11 UTC 2014


commit 2a0d8ab2d21f11546f308aa8691367f1c0ebfd6c
Author: gil <puntogil at libero.it>
Date:   Thu Jun 5 23:01:13 2014 +0200

    fix javax.servlet apis

 axis2.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/axis2.spec b/axis2.spec
index 205ec1a..4387c39 100644
--- a/axis2.spec
+++ b/axis2.spec
@@ -1,6 +1,6 @@
 Name:          axis2
 Version:       1.6.1
-Release:       10%{?dist}
+Release:       11%{?dist}
 Summary:       Java-based Web Services / SOAP / WSDL engine
 License:       ASL 2.0
 URL:           http://axis.apache.org/axis2/java/core/
@@ -104,6 +104,9 @@ API documentation for %{name}.
 
 %patch0 -p0
 
+sed -i "s|>javax.servlet<|>org.apache.tomcat<|" modules/parent/pom.xml modules/kernel/pom.xml
+sed -i "s|>servlet-api<|>tomcat-servlet-api<|" modules/parent/pom.xml modules/kernel/pom.xml
+
 %build
 # Tests currently use an auto-generated ant build xml file which
 # fails due to incorrect setting of JAVA_HOME (to JRE instead of JDK home)
@@ -122,6 +125,9 @@ dos2unix NOTICE.txt
 %doc LICENSE.txt NOTICE.txt
 
 %changelog
+* Thu Jun 05 2014 gil cattaneo <puntogil at libero.it> 1.6.1-11
+- fix javax.servlet apis
+
 * Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.6.1-10
 - Rebuild to regenerate broken POMs
 - Related: rhbz#1021484


More information about the scm-commits mailing list