OBS User unknown 2008-07-27 23:10:13 +00:00 committed by Git OBS Bridge
parent e1fbea42a6
commit f92cc0ab4c
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 27 13:34:42 CEST 2008 - coolo@suse.de
- avoid xerces and xml-commons (ant still works)
-------------------------------------------------------------------
Tue Jul 22 20:56:51 CEST 2008 - coolo@suse.de

View File

@ -13,14 +13,15 @@
Name: bcel
BuildRequires: ant java-1_5_0-gcj-compat-devel regexp xml-commons-apis-bootstrap
BuildRequires: ant java-1_5_0-gcj-compat-devel regexp xerces-j2-bootstrap xml-commons-apis-bootstrap
#!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2
%define name bcel
%define version 5.1
%define release 5jpp
%define section free
%define manual 0
Version: 5.1
Release: 274
Release: 276
Summary: Byte Code Engineering Library
License: The Apache Software License
Source0: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/bcel-5.1-src.tar.gz
@ -177,6 +178,8 @@ fi
# -----------------------------------------------------------------------------
%changelog
* Sun Jul 27 2008 coolo@suse.de
- avoid xerces and xml-commons (ant still works)
* Tue Jul 22 2008 coolo@suse.de
- build with gcj to avoid build cycle
* Mon Sep 25 2006 skh@suse.de