- ignore openjdk from build
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bcel?expand=0&rev=10
This commit is contained in:
parent
d3df28279a
commit
224c00af0a
@ -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
|
Sat Sep 17 19:22:25 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
18
bcel.spec
18
bcel.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bcel
|
# 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
|
# 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
|
||||||
@ -14,14 +14,19 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
Name: bcel
|
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-apis xml-commons-resolver xml-commons xerces-j2
|
||||||
#!BuildIgnore: xml-commons-jaxp-1.3-apis
|
#!BuildIgnore: xml-commons-jaxp-1.3-apis
|
||||||
|
#!BuildIgnore: java-1_6_0-openjdk-devel
|
||||||
|
#!BuildIgnore: java-1_7_0-openjdk-devel
|
||||||
BuildRequires: ant-nodeps
|
BuildRequires: ant-nodeps
|
||||||
%define name bcel
|
%define name bcel
|
||||||
%define version 5.2
|
%define version 5.2
|
||||||
@ -29,12 +34,12 @@ BuildRequires: ant-nodeps
|
|||||||
%define section free
|
%define section free
|
||||||
%define manual 0
|
%define manual 0
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 8
|
Release: 0
|
||||||
Summary: Byte Code Engineering Library
|
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
|
Source0: http://jakarta.apache.org/builds/jakarta-bcel/release/v%{version}/bcel-%{version}-src.tar.bz2
|
||||||
Url: http://jakarta.apache.org/bcel
|
Url: http://jakarta.apache.org/bcel
|
||||||
Group: Development/Libraries/Java
|
|
||||||
Requires: regexp
|
Requires: regexp
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -64,7 +69,6 @@ standard JVM message.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: ASLv..
|
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Summary: Javadoc for bcel
|
Summary: Javadoc for bcel
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
Loading…
Reference in New Issue
Block a user