]> git.pld-linux.org Git - packages/axis.git/blame - axis.spec
- s/jakarta-ant/ant/ in BR
[packages/axis.git] / axis.spec
CommitLineData
952ffbef
ER
1# TODO
2# - servletapi5 is needed by axis-1.2.1-0.2jpp.1.noarch
3# - castor is needed by axis-1.2.1-0.2jpp.1.noarch
4%define archivever %(echo %{version} | tr . _)
5Summary: A SOAP implementation in Java
21fcb34a 6Summary(pl): Implementacja SOAP w Javie
952ffbef
ER
7Name: axis
8Version: 1.2.1
f105c4a1 9Release: 0.3
952ffbef
ER
10License: Apache Software License
11Group: Development/Languages/Java
21fcb34a 12Source0: http://ws.apache.org/axis//dist/%{archivever}/%{name}-src-%{archivever}.tar.gz
952ffbef 13# Source0-md5: 157ad070accf373565bce80de1204a4d
21fcb34a 14URL: http://ws.apache.org/axis/
952ffbef 15#BuildRequires: ant-nodeps
2bbdba56 16BuildRequires: ant >= 1.6
952ffbef
ER
17BuildRequires: jdk
18# Mandatory requires
19BuildRequires: jaf
20BuildRequires: jakarta-commons-discovery
21BuildRequires: jakarta-commons-httpclient3
22BuildRequires: jakarta-commons-logging
23BuildRequires: jakarta-log4j
24BuildRequires: javamail
25BuildRequires: jaxp_parser_impl
26BuildRequires: servletapi5
27BuildRequires: wsdl4j
28# optional requires
29BuildRequires: castor
30BuildRequires: httpunit
31BuildRequires: jakarta-oro
32BuildRequires: jimi
33BuildRequires: jms
34BuildRequires: jsse
35BuildRequires: junit
36#BuildRequires: xml-security
37Requires: jaf
38Requires: jakarta-commons-discovery
39Requires: jakarta-commons-httpclient3
40Requires: jakarta-commons-logging
41Requires: java
42Requires: javamail
43Requires: jaxp_parser_impl
44#Requires: jpackage-utils >= 0:1.5
45Requires: log4j
46Requires: wsdl4j
47BuildArch: noarch
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%description
51Apache AXIS is an implementation of the SOAP ("Simple Object Access
52Protocol") submission to W3C.
53
54From the draft W3C specification:
55
56SOAP is a lightweight protocol for exchange of information in a
57decentralized, distributed environment. It is an XML based protocol
58that consists of three parts: an envelope that defines a framework for
59describing what is in a message and how to process it, a set of
60encoding rules for expressing instances of application-defined
61datatypes, and a convention for representing remote procedure calls
62and responses.
63
64This project is a follow-on to the Apache SOAP project.
65
21fcb34a
JB
66%description -l pl
67Apache AXIS to implementacja SOAP ("Simple Object Access Protocol")
68przekazanego do W3C.
69
70Z projektu specyfikacji W3C:
71
72