SHA256
1
0
forked from pool/axis
Fridrich Strba 2022-03-01 17:01:30 +00:00 committed by Git OBS Bridge
parent 29c565834d
commit cab15c409c

View File

@ -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) \