From d7cd085c5b893d5142f144d707068b0dadcfc1b4ae3e7c70586f5255410264f6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 17:38:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bea-stax?expand=0&rev=3 --- bea-stax.changes | 11 +++++++++++ bea-stax.spec | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/bea-stax.changes b/bea-stax.changes index ce9b980..3d248c6 100644 --- a/bea-stax.changes +++ b/bea-stax.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 1 13:42:11 CEST 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 09:57:50 CEST 2008 - mvyskocil@suse.cz diff --git a/bea-stax.spec b/bea-stax.spec index 648d48d..21922d7 100644 --- a/bea-stax.spec +++ b/bea-stax.spec @@ -28,7 +28,7 @@ Patch1: bea-stax-gcj-build.patch Name: bea-stax Version: %{version} -Release: 4 +Release: 5 License: The Apache Software License Group: Development/Libraries/Java BuildArch: noarch @@ -37,6 +37,11 @@ BuildRequires: jpackage-utils >= 1.6 BuildRequires: java-1_5_0-gcj-compat-devel BuildRequires: unzip BuildRequires: ant +BuildRequires: xerces-j2-bootstrap +BuildRequires: xml-commons-apis-bootstrap +BuildRequires: xml-commons-resolver-bootstrap +BuildRequires: xml-commons-which-bootstrap +#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which %endif Requires: jpackage-utils >= 1.6 Requires: %{name}-api = %{version}-%{release} @@ -92,7 +97,6 @@ echo =====%{name}======= ant all javadoc %install -rm -rf $RPM_BUILD_ROOT # jar install -d -m 0755 $RPM_BUILD_ROOT%{_javadir} install -p -m 0644 build/stax-api-1.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api-%{version}.jar @@ -149,6 +153,14 @@ fi #%{_datadir}/%{name}-%{version} %changelog +* 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