This commit is contained in:
parent
a4b9ccabc5
commit
c26f95cb4c
@ -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
|
Thu Jan 17 15:20:47 CET 2008 - skh@suse.de
|
||||||
|
|
||||||
|
10
axis.spec
10
axis.spec
@ -11,16 +11,17 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
Name: axis
|
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: 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 name axis
|
||||||
%define version 1.4
|
%define version 1.4
|
||||||
%define archivever 1_4
|
%define archivever 1_4
|
||||||
%define release 2jpp
|
%define release 2jpp
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 137
|
Release: 173
|
||||||
Summary: Apache implementation of the SOAP
|
Summary: Apache implementation of the SOAP
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Group: Development/Languages/Java
|
Group: Development/Languages/Java
|
||||||
@ -84,6 +85,7 @@ Authors:
|
|||||||
Sanjiva Weerawarana
|
Sanjiva Weerawarana
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
|
License: The Apache Software License
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Summary: Api documentation for axis
|
Summary: Api documentation for axis
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -128,6 +130,7 @@ Authors:
|
|||||||
Sanjiva Weerawarana
|
Sanjiva Weerawarana
|
||||||
|
|
||||||
%package manual
|
%package manual
|
||||||
|
License: The Apache Software License
|
||||||
Summary: Manual for axis
|
Summary: Manual for axis
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
|
|
||||||
@ -179,6 +182,7 @@ find . -name "*.zip" -exec rm -f {} \;
|
|||||||
find . -name "*.class" -exec rm -f {} \;
|
find . -name "*.class" -exec rm -f {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
|
||||||
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
[ -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 gnumail providers servletapi5)
|
||||||
export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jdepend jimi xml-security jsse httpunit jms castor 2>/dev/null)
|
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/*
|
%doc docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 22 2008 mvyskocil@suse.cz
|
||||||
|
- fixed build with new gcj (memory consupmtion limit)
|
||||||
* Thu Jan 17 2008 skh@suse.de
|
* Thu Jan 17 2008 skh@suse.de
|
||||||
- remove glibj from build-classpath call as we don't have classpath
|
- remove glibj from build-classpath call as we don't have classpath
|
||||||
packages
|
packages
|
||||||
|
Loading…
Reference in New Issue
Block a user