OBS User unknown
2008-07-29 22:46:16 +00:00
committed by Git OBS Bridge
parent 223dfd31f5
commit e21e5da374
2 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 28 15:15:42 CEST 2008 - ro@suse.de
- use xml-commons-apis-bootstrap instead of xml-commons-apis
-------------------------------------------------------------------
Mon Jul 28 09:04:55 CEST 2008 - coolo@suse.de
- buildignore xml-commons (ant works without it)
-------------------------------------------------------------------
Mon Jul 21 17:40:03 CEST 2008 - coolo@suse.de

View File

@@ -13,14 +13,14 @@
Name: xalan-j2
BuildRequires: ant bcel java_cup jlex servletapi5 xml-commons-apis
BuildRequires: ant bcel java_cup jlex servletapi5 xml-commons-apis-bootstrap
BuildRequires: java-1_5_0-gcj-compat-devel xerces-j2-bootstrap
#!BuildIgnore: xerces-j2
#!BuildIgnore: xerces-j2 xml-commons xml-commons-resolver xml-commons-apis
%define section free
%define version 2.7.0
%define cvs_version 2_7_0
Version: 2.7.0
Release: 207
Release: 217
Summary: Java XSLT processor
License: The Apache Software License
Source0: http://www.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
@@ -240,6 +240,10 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%{_datadir}/%{name}
%changelog
* Mon Jul 28 2008 ro@suse.de
- use xml-commons-apis-bootstrap instead of xml-commons-apis
* Mon Jul 28 2008 coolo@suse.de
- buildignore xml-commons (ant works without it)
* Mon Jul 21 2008 coolo@suse.de
- build against gcj to avoid bootstrap problems
* Thu Sep 21 2006 skh@suse.de