forked from pool/bea-stax
- remove xerces-j2-bootstrap depenency (bnc#789163)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bea-stax?expand=0&rev=11
This commit is contained in:
parent
3b2332e2e9
commit
df5badd25b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 12:17:30 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
- remove xerces-j2-bootstrap depenency (bnc#789163)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 19:25:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bea-stax
|
||||
#
|
||||
# Copyright (c) 2011 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,6 +21,8 @@
|
||||
%define release 0.rc1.2jpp
|
||||
%define section free
|
||||
Summary: Streaming API for XML
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
Url: http://dev2dev.bea.com/technologies/stax/index.jsp
|
||||
Source0: stax-src-1.2.0_rc1-dev.zip
|
||||
Patch0: bea-stax-target15.patch
|
||||
@ -29,16 +31,15 @@ Patch2: bea-stax-gcj-build.patch
|
||||
|
||||
Name: bea-stax
|
||||
Version: %{version}
|
||||
Release: 14
|
||||
License: ASLv..
|
||||
Group: Development/Libraries/Java
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
BuildRequires: jpackage-utils >= 1.6
|
||||
%if %defined suse_version
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||
BuildRequires: unzip
|
||||
BuildRequires: ant
|
||||
BuildRequires: xerces-j2-bootstrap
|
||||
#BuildRequires: xerces-j2-bootstrap
|
||||
#!BuildIgnore: xerces-j2-bootstrap
|
||||
BuildRequires: xml-commons-apis-bootstrap
|
||||
BuildRequires: xml-commons-resolver-bootstrap
|
||||
BuildRequires: xml-commons-which-bootstrap
|
||||
@ -46,8 +47,8 @@ BuildRequires: xml-commons-which-bootstrap
|
||||
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which
|
||||
#!BuildIgnore: xml-commons-jaxp-1.3-apis
|
||||
%endif
|
||||
Requires: jpackage-utils >= 1.6
|
||||
Requires: %{name}-api = %{version}-%{release}
|
||||
Requires: jpackage-utils >= 1.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -57,7 +58,6 @@ parsing and writing XML easily and efficiently.
|
||||
|
||||
|
||||
%package api
|
||||
License: ASLv..
|
||||
Summary: The StAX API
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
@ -69,7 +69,6 @@ Streaming API for XML
|
||||
%{summary}
|
||||
|
||||
%package javadoc
|
||||
License: ASLv..
|
||||
Summary: Javadoc for bea-stax
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user