diff --git a/axis.changes b/axis.changes index f08ac66..1d52666 100644 --- a/axis.changes +++ b/axis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 22 11:37:24 CEST 2008 - mvyskocil@suse.cz + +- fixed build with new gcj (memory consupmtion limit) + ------------------------------------------------------------------- Thu Jan 17 15:20:47 CET 2008 - skh@suse.de diff --git a/axis.spec b/axis.spec index eb3fc40..63dc4fc 100644 --- a/axis.spec +++ b/axis.spec @@ -11,16 +11,17 @@ # norootforbuild # icecream 0 + 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 perl rpm servletapi5 unzip update-alternatives wsdl4j xerces-j2 -BuildRequires: java-1_4_2-gcj-compat-devel +BuildRequires: java-1_5_0-gcj-compat-devel %define name axis %define version 1.4 %define archivever 1_4 %define release 2jpp %define section free Version: 1.4 -Release: 137 +Release: 173 Summary: Apache implementation of the SOAP License: The Apache Software License Group: Development/Languages/Java @@ -84,6 +85,7 @@ Authors: Sanjiva Weerawarana %package javadoc +License: The Apache Software License PreReq: coreutils Summary: Api documentation for axis Group: Documentation/Other @@ -128,6 +130,7 @@ Authors: Sanjiva Weerawarana %package manual +License: The Apache Software License Summary: Manual for axis Group: Documentation/Other @@ -179,6 +182,7 @@ find . -name "*.zip" -exec rm -f {} \; 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) export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jdepend jimi xml-security jsse httpunit jms castor 2>/dev/null) @@ -252,6 +256,8 @@ fi %doc docs/* %changelog +* Tue Apr 22 2008 mvyskocil@suse.cz +- fixed build with new gcj (memory consupmtion limit) * Thu Jan 17 2008 skh@suse.de - remove glibj from build-classpath call as we don't have classpath packages