SHA256
1
0
forked from pool/bea-stax

Accepting request 46996 from Java:packages

Copy from Java:packages/bea-stax based on submit request 46996 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/46996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bea-stax?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-09-03 11:34:10 +00:00 committed by Git OBS Bridge
parent 7b45e0918f
commit 615797aa95
2 changed files with 12 additions and 27 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 2 12:30:43 UTC 2010 - mvyskocil@suse.cz
- ignore antlr(-java) to reduce build cycles
-------------------------------------------------------------------
Thu May 21 15:58:21 CEST 2009 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package bea-stax (Version MACRO)
# spec file for package bea-stax (Version 1.2.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -29,8 +29,8 @@ Patch2: bea-stax-gcj-build.patch
Name: bea-stax
Version: %{version}
Release: 6
License: The Apache Software License
Release: 13
License: ASLv..
Group: Development/Libraries/Java
BuildArch: noarch
BuildRequires: jpackage-utils >= 1.6
@ -42,6 +42,7 @@ BuildRequires: xerces-j2-bootstrap
BuildRequires: xml-commons-apis-bootstrap
BuildRequires: xml-commons-resolver-bootstrap
BuildRequires: xml-commons-which-bootstrap
#!BuildIgnore: antlr antlr-java
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which
%endif
Requires: jpackage-utils >= 1.6
@ -55,7 +56,7 @@ parsing and writing XML easily and efficiently.
%package api
License: The Apache Software License
License: ASLv..
Summary: The StAX API
Group: Development/Libraries/Java
@ -67,7 +68,7 @@ Streaming API for XML
%{summary}
%package javadoc
License: The Apache Software License
License: ASLv..
Summary: Javadoc for bea-stax
Group: Development/Libraries/Java
@ -156,24 +157,3 @@ fi
#%{_datadir}/%{name}-%{version}
%changelog
* Thu May 21 2009 mvyskocil@suse.cz
- fixed build under gcj44:
* splitted uncompatible part of old gcj patch to gcj43 one
* Wed Oct 01 2008 mvyskocil@suse.cz
- rm of BuildRoot on install was removed
- avoid of another openjdk build cycle:
- added an explicit BuildRequires on: xerces-j2-bootstrap,
xml-commons-apis-bootstrap, xml-commons-resolver-bootstrap,
xml-commons-which-bootstrap
- and BuildIgnore on: xerces-j2, xml-commons, xml-commons-apis,
xml-commons-resolver, xml-commons-which
* Fri Sep 12 2008 mvyskocil@suse.cz
- target=1.5 -source=1.5
- build with gcj
- remove a dot in summary to prevent of an rpmlint error
* Wed Mar 12 2008 anosek@suse.cz
- fixed Bea-stax contains a Sun proprietary copyright header (bnc#369318)
- removed problematic file: src/javax/xml/namespace/QName.java
* Mon Mar 10 2008 anosek@suse.cz
- new package needed to build saxon8, initial version 1.2.0,
based on the JPackage project