This commit is contained in:
parent
150ebac678
commit
ca5d737c6e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 15:20:47 CET 2008 - skh@suse.de
|
||||||
|
|
||||||
|
- remove glibj from build-classpath call as we don't have classpath
|
||||||
|
packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 2 11:52:58 CEST 2007 - dbornkessel@suse.de
|
Wed May 2 11:52:58 CEST 2007 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
18
axis.spec
18
axis.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package axis (Version 1.4)
|
# spec file for package axis (Version 1.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -9,6 +9,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
# 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
|
||||||
@ -19,11 +20,11 @@ BuildRequires: java-1_4_2-gcj-compat-devel
|
|||||||
%define release 2jpp
|
%define release 2jpp
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 25
|
Release: 137
|
||||||
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
|
||||||
URL: http://ws.apache.org/axis/
|
Url: http://ws.apache.org/axis/
|
||||||
Source0: %{name}-src-%{archivever}.tar.bz2
|
Source0: %{name}-src-%{archivever}.tar.bz2
|
||||||
Patch0: unimplemented-dom3-methods.patch
|
Patch0: unimplemented-dom3-methods.patch
|
||||||
#Patch0: %{name}-%{version}-no_ant_depend_tag.patch
|
#Patch0: %{name}-%{version}-no_ant_depend_tag.patch
|
||||||
@ -39,7 +40,7 @@ Requires: javamail
|
|||||||
Requires: jaxp_parser_impl
|
Requires: jaxp_parser_impl
|
||||||
Requires: log4j
|
Requires: log4j
|
||||||
Requires: wsdl4j
|
Requires: wsdl4j
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -179,7 +180,7 @@ find . -name "*.class" -exec rm -f {} \;
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
||||||
CLASSPATH=$(build-classpath glibj 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)
|
||||||
export OPT_JAR_LIST="ant/ant-nodeps"
|
export OPT_JAR_LIST="ant/ant-nodeps"
|
||||||
echo CLASSPATH=$CLASSPATH
|
echo CLASSPATH=$CLASSPATH
|
||||||
@ -251,7 +252,10 @@ fi
|
|||||||
%doc docs/*
|
%doc docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 02 2007 - dbornkessel@suse.de
|
* Thu Jan 17 2008 skh@suse.de
|
||||||
|
- remove glibj from build-classpath call as we don't have classpath
|
||||||
|
packages
|
||||||
|
* Wed May 02 2007 dbornkessel@suse.de
|
||||||
- added unzip to BuildRequires
|
- added unzip to BuildRequires
|
||||||
* Thu Jan 05 2006 - dbornkessel@suse.de
|
* Thu Jan 05 2006 dbornkessel@suse.de
|
||||||
- Current version 1.2.3 from JPackage.org
|
- Current version 1.2.3 from JPackage.org
|
||||||
|
Loading…
Reference in New Issue
Block a user