From 224c00af0a1f73cbea5f1e0c865a88d51f209e2b14bdf4983b99bbd07ba1b980 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 15 May 2012 08:00:11 +0000 Subject: [PATCH] - ignore openjdk from build OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=10 --- bcel.changes | 5 +++++ bcel.spec | 18 +++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/bcel.changes b/bcel.changes index 01c728b..62041e1 100644 --- a/bcel.changes +++ b/bcel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 15 07:59:18 UTC 2012 - mvyskocil@suse.cz + +- ignore openjdk from build + ------------------------------------------------------------------- Sat Sep 17 19:22:25 UTC 2011 - jengelh@medozas.de diff --git a/bcel.spec b/bcel.spec index 85997b1..7b2f51a 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,7 +1,7 @@ # # spec file for package bcel # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -14,14 +14,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - # icecream 0 Name: bcel -BuildRequires: ant java-1_5_0-gcj-compat-devel regexp xerces-j2-bootstrap xml-commons-apis-bootstrap +BuildRequires: ant +BuildRequires: java-1_5_0-gcj-compat-devel +BuildRequires: regexp +BuildRequires: xerces-j2-bootstrap +BuildRequires: xml-commons-apis-bootstrap #!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2 #!BuildIgnore: xml-commons-jaxp-1.3-apis +#!BuildIgnore: java-1_6_0-openjdk-devel +#!BuildIgnore: java-1_7_0-openjdk-devel BuildRequires: ant-nodeps %define name bcel %define version 5.2 @@ -29,12 +34,12 @@ BuildRequires: ant-nodeps %define section free %define manual 0 Version: 5.2 -Release: 8 +Release: 0 Summary: Byte Code Engineering Library -License: ASLv.. +License: Apache-2.0 +Group: Development/Libraries/Java Source0: http://jakarta.apache.org/builds/jakarta-bcel/release/v%{version}/bcel-%{version}-src.tar.bz2 Url: http://jakarta.apache.org/bcel -Group: Development/Libraries/Java Requires: regexp BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,7 +69,6 @@ standard JVM message. %package javadoc -License: ASLv.. PreReq: coreutils Summary: Javadoc for bcel Group: Development/Libraries/Java