From cab15c409c0319c75d8848405638a36e086116ff6bdc2ea1fa7521f32059cb8c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 1 Mar 2022 17:01:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=49 --- axis.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/axis.spec b/axis.spec index da52689..90db2e7 100644 --- a/axis.spec +++ b/axis.spec @@ -22,7 +22,7 @@ Release: 0 Summary: Apache implementation of the SOAP License: Apache-2.0 Group: Development/Libraries/Java -URL: http://axis.apache.org/axis/ +URL: https://axis.apache.org/axis/ Source0: axis-src-1_4.tar.bz2 # svn export http://svn.apache.org/repos/asf/webservices/axis/branches/AXIS_1_4_FINAL/ # Build only @@ -94,9 +94,7 @@ Manual for axis %prep %setup -q -n %{name}-1_4 cp %{SOURCE5} %{SOURCE6} %{SOURCE7} . -%pom_xpath_remove pom:distributionManagement *-1.4.pom -cp %{SOURCE8} %{SOURCE9} . -%pom_xpath_set pom:project/pom:version %{version} *-1.3.pom +%pom_xpath_remove pom:distributionManagement *.pom %patch0 -p1 %patch1 -p1 -b gcc44-build @@ -126,7 +124,7 @@ mkdir -p build/schema CLASSPATH=$(build-classpath wsdl4j commons-discovery commons-httpclient3 commons-logging reload4j activation javamail servletapi5) export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jdepend jimi xml-security jsse httpunit jms castor 2>/dev/null) export OPT_JAR_LIST="ant/ant-nodeps" -ant -Dcompile.ime=true -Dgenerate.schema.jar=true \ +ant -Dcompile.ime=true \ -Dwsdl4j.jar=$(build-classpath wsdl4j) \ -Dcommons-discovery.jar=$(build-classpath commons-discovery) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \