- Depend on proper apache pkgs
OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=14
This commit is contained in:
parent
3e2d612246
commit
dc04120c03
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 27 13:37:59 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Depend on proper apache pkgs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 11:05:31 UTC 2013 - tchvatal@suse.com
|
Mon Sep 9 11:05:31 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
14
axis.spec
14
axis.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package axis
|
# spec file for package axis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -47,12 +47,12 @@ Patch2: axis-manifest.patch
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-jdepend
|
BuildRequires: ant-jdepend
|
||||||
BuildRequires: antlr
|
BuildRequires: antlr
|
||||||
|
BuildRequires: apache-commons-httpclient
|
||||||
|
BuildRequires: apache-commons-logging
|
||||||
BuildRequires: classpath
|
BuildRequires: classpath
|
||||||
BuildRequires: classpathx-mail
|
BuildRequires: classpathx-mail
|
||||||
BuildRequires: gnu-jaf
|
BuildRequires: gnu-jaf
|
||||||
BuildRequires: jakarta-commons-discovery
|
BuildRequires: jakarta-commons-discovery
|
||||||
BuildRequires: jakarta-commons-httpclient3
|
|
||||||
BuildRequires: jakarta-commons-logging
|
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
@ -61,10 +61,10 @@ BuildRequires: servletapi5
|
|||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: wsdl4j
|
BuildRequires: wsdl4j
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
|
Requires: apache-commons-httpclient
|
||||||
|
Requires: apache-commons-logging
|
||||||
Requires: jaf
|
Requires: jaf
|
||||||
Requires: jakarta-commons-discovery
|
Requires: jakarta-commons-discovery
|
||||||
Requires: jakarta-commons-httpclient3
|
|
||||||
Requires: jakarta-commons-logging
|
|
||||||
Requires: java
|
Requires: java
|
||||||
Requires: javamail
|
Requires: javamail
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
@ -128,8 +128,8 @@ ant -Dcompile.ime=true \
|
|||||||
-Djunit.jar=$(build-classpath junit 2>/dev/null) \
|
-Djunit.jar=$(build-classpath junit 2>/dev/null) \
|
||||||
-Djimi.jar=$(build-classpath jimi 2>/dev/null) \
|
-Djimi.jar=$(build-classpath jimi 2>/dev/null) \
|
||||||
-Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
|
-Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
|
||||||
-Dant.build.javac.source=1.4 \
|
-Dant.build.javac.source=1.5 \
|
||||||
-Dant.build.javac.target=1.4 \
|
-Dant.build.javac.target=1.5 \
|
||||||
clean compile javadocs
|
clean compile javadocs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user