From 615797aa951b7ecbfb7731d17bd4dd5a5a9d2d0fa8813e357f0faf9eca54fd19 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 3 Sep 2010 11:34:10 +0000 Subject: [PATCH] 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 --- bea-stax.changes | 5 +++++ bea-stax.spec | 34 +++++++--------------------------- 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/bea-stax.changes b/bea-stax.changes index a8a8ff5..ff04d80 100644 --- a/bea-stax.changes +++ b/bea-stax.changes @@ -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 diff --git a/bea-stax.spec b/bea-stax.spec index e33f4cb..c12dc83 100644 --- a/bea-stax.spec +++ b/bea-stax.spec @@ -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