forked from pool/wsdl4j
Accepting request 198837 from Java:packages
- temoporary provide osgi(javax.wsdl) to satisfy axis depenencies OBS-URL: https://build.opensuse.org/request/show/198837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wsdl4j?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
52dc2e98ad
commit
f2968fb96a
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 08:19:51 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- temoporary provide osgi(javax.wsdl) to satisfy axis depenencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 22 15:38:55 CEST 2006 - skh@suse.de
|
Fri Sep 22 15:38:55 CEST 2006 - skh@suse.de
|
||||||
|
|
||||||
|
37
wsdl4j.spec
37
wsdl4j.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wsdl4j (Version 1.5.1)
|
# spec file for package wsdl4j
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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
|
||||||
@@ -14,23 +14,23 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
Name: wsdl4j
|
Name: wsdl4j
|
||||||
BuildRequires: ant-junit java2-devel-packages xml-commons-apis
|
BuildRequires: ant-junit
|
||||||
|
BuildRequires: java2-devel-packages
|
||||||
|
BuildRequires: xml-commons-apis
|
||||||
%define name wsdl4j
|
%define name wsdl4j
|
||||||
%define version 1.5.1
|
%define version 1.5.1
|
||||||
%define release 1jpp
|
%define release 1jpp
|
||||||
%define section free
|
%define section free
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
Summary: Web Services Description Language Toolkit for Java
|
Summary: Web Services Description Language Toolkit for Java
|
||||||
Version: 1.5.1
|
|
||||||
Release: 315
|
|
||||||
Group: Development/Libraries/Java
|
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Version: 1.5.1
|
||||||
|
Release: 0
|
||||||
Url: http://www-124.ibm.com/developerworks/projects/wsdl4j/
|
Url: http://www-124.ibm.com/developerworks/projects/wsdl4j/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: wsdl4j-%{version}-src.tar.gz
|
Source0: wsdl4j-%{version}-src.tar.gz
|
||||||
@@ -38,7 +38,10 @@ Source0: wsdl4j-%{version}-src.tar.gz
|
|||||||
##cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wsdl4j export -r wsdl4j-1_5_1 wsdl4j
|
##cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wsdl4j export -r wsdl4j-1_5_1 wsdl4j
|
||||||
Patch: %{name}-java14compat.patch
|
Patch: %{name}-java14compat.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: jaxp_parser_impl, java
|
Requires: java
|
||||||
|
Requires: jaxp_parser_impl
|
||||||
|
#XXX: temporary fix to make axis auto dependencies work, need to revork package
|
||||||
|
Provides: osgi(javax.wsdl)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Web Services Description Language for Java Toolkit (WSDL4J) allows
|
The Web Services Description Language for Java Toolkit (WSDL4J) allows
|
||||||
@@ -49,10 +52,9 @@ reference implementation of the standard created by JSR110.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: IPL-1.0
|
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Group: Development/Libraries/Java
|
|
||||||
Summary: Javadoc for wsdl4j
|
Summary: Javadoc for wsdl4j
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
The Web Services Description Language for Java Toolkit (WSDL4J) allows
|
The Web Services Description Language for Java Toolkit (WSDL4J) allows
|
||||||
@@ -112,16 +114,3 @@ fi
|
|||||||
%{_javadocdir}/%{name}-%{version}
|
%{_javadocdir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 22 2006 skh@suse.de
|
|
||||||
- don't use icecream
|
|
||||||
- use target="1.4" and source="1.4" for build with java 1.5
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Jul 29 2005 jsmeix@suse.de
|
|
||||||
- Adjustments in the spec file.
|
|
||||||
* Wed Jul 20 2005 jsmeix@suse.de
|
|
||||||
- Current version 1.5.1 from JPackage.org
|
|
||||||
* Thu Sep 16 2004 skh@suse.de
|
|
||||||
- Fix prerequires of javadoc subpackage
|
|
||||||
* Mon Sep 06 2004 skh@suse.de
|
|
||||||
- Initial package with version 1.4
|
|
||||||
|
Reference in New Issue
Block a user