SHA256
1
0
forked from pool/axis
OBS User unknown 2008-08-02 00:38:44 +00:00 committed by Git OBS Bridge
parent daa7438653
commit f789559ded
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 31 13:22:10 CEST 2008 - mvyskocil@suse.cz
- replace gnu-javamail dependency to classpathx-mail [bnc#411839]
- the classpathx-foo is consistent with jpackage.org project
-------------------------------------------------------------------
Wed Jul 16 14:08:34 CEST 2008 - coolo@suse.de

View File

@ -13,7 +13,7 @@
Name: axis
BuildRequires: ant ant-jdepend ant-nodeps antlr classpath gnu-jaf gnu-javamail jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging jpackage-utils junit libtool log4j-mini perl rpm servletapi5 unzip update-alternatives wsdl4j xerces-j2
BuildRequires: ant ant-jdepend ant-nodeps antlr classpath classpathx-mail gnu-jaf jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging jpackage-utils junit libtool log4j-mini perl servletapi5 unzip update-alternatives wsdl4j xerces-j2
BuildRequires: java-1_5_0-gcj-compat-devel
%define name axis
%define version 1.4
@ -21,7 +21,7 @@ BuildRequires: java-1_5_0-gcj-compat-devel
%define release 2jpp
%define section free
Version: 1.4
Release: 217
Release: 236
Summary: Apache implementation of the SOAP
License: The Apache Software License
Group: Development/Languages/Java
@ -184,7 +184,7 @@ find . -name "*.class" -exec rm -f {} \;
%build
export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
CLASSPATH=$(build-classpath wsdl4j jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging log4j activation gnumail providers servletapi5)
CLASSPATH=$(build-classpath wsdl4j jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging log4j 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"
echo CLASSPATH=$CLASSPATH
@ -256,6 +256,9 @@ fi
%doc docs/*
%changelog
* Thu Jul 31 2008 mvyskocil@suse.cz
- replace gnu-javamail dependency to classpathx-mail [bnc#411839]
- the classpathx-foo is consistent with jpackage.org project
* Wed Jul 16 2008 coolo@suse.de
- avoid another build cycle
* Tue Apr 22 2008 mvyskocil@suse.cz