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:
parent
7b45e0918f
commit
615797aa95
@ -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
|
Thu May 21 15:58:21 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -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
|
# 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
|
||||||
@ -29,8 +29,8 @@ Patch2: bea-stax-gcj-build.patch
|
|||||||
|
|
||||||
Name: bea-stax
|
Name: bea-stax
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 6
|
Release: 13
|
||||||
License: The Apache Software License
|
License: ASLv..
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: jpackage-utils >= 1.6
|
BuildRequires: jpackage-utils >= 1.6
|
||||||
@ -42,6 +42,7 @@ BuildRequires: xerces-j2-bootstrap
|
|||||||
BuildRequires: xml-commons-apis-bootstrap
|
BuildRequires: xml-commons-apis-bootstrap
|
||||||
BuildRequires: xml-commons-resolver-bootstrap
|
BuildRequires: xml-commons-resolver-bootstrap
|
||||||
BuildRequires: xml-commons-which-bootstrap
|
BuildRequires: xml-commons-which-bootstrap
|
||||||
|
#!BuildIgnore: antlr antlr-java
|
||||||
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which
|
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which
|
||||||
%endif
|
%endif
|
||||||
Requires: jpackage-utils >= 1.6
|
Requires: jpackage-utils >= 1.6
|
||||||
@ -55,7 +56,7 @@ parsing and writing XML easily and efficiently.
|
|||||||
|
|
||||||
|
|
||||||
%package api
|
%package api
|
||||||
License: The Apache Software License
|
License: ASLv..
|
||||||
Summary: The StAX API
|
Summary: The StAX API
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ Streaming API for XML
|
|||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: The Apache Software License
|
License: ASLv..
|
||||||
Summary: Javadoc for bea-stax
|
Summary: Javadoc for bea-stax
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
@ -156,24 +157,3 @@ fi
|
|||||||
#%{_datadir}/%{name}-%{version}
|
#%{_datadir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user