SHA256
1
0
forked from pool/axis

- 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:
Tomáš Chvátal 2014-06-27 13:38:17 +00:00 committed by Git OBS Bridge
parent 3e2d612246
commit dc04120c03
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -47,12 +47,12 @@ Patch2: axis-manifest.patch
BuildRequires: ant
BuildRequires: ant-jdepend
BuildRequires: antlr
BuildRequires: apache-commons-httpclient
BuildRequires: apache-commons-logging
BuildRequires: classpath
BuildRequires: classpathx-mail
BuildRequires: gnu-jaf
BuildRequires: jakarta-commons-discovery
BuildRequires: jakarta-commons-httpclient3
BuildRequires: jakarta-commons-logging
BuildRequires: java-devel
BuildRequires: javapackages-tools
BuildRequires: junit
@ -61,10 +61,10 @@ BuildRequires: servletapi5
BuildRequires: unzip
BuildRequires: wsdl4j
BuildRequires: xerces-j2
Requires: apache-commons-httpclient
Requires: apache-commons-logging
Requires: jaf
Requires: jakarta-commons-discovery
Requires: jakarta-commons-httpclient3
Requires: jakarta-commons-logging
Requires: java
Requires: javamail
Requires: javapackages-tools
@ -128,8 +128,8 @@ ant -Dcompile.ime=true \
-Djunit.jar=$(build-classpath junit 2>/dev/null) \
-Djimi.jar=$(build-classpath jimi 2>/dev/null) \
-Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
-Dant.build.javac.source=1.4 \
-Dant.build.javac.target=1.4 \
-Dant.build.javac.source=1.5 \
-Dant.build.javac.target=1.5 \
clean compile javadocs
%install