OBS User unknown 2008-07-21 16:03:55 +00:00 committed by Git OBS Bridge
parent 506a7ffd2a
commit 223dfd31f5
2 changed files with 27 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 21 17:40:03 CEST 2008 - coolo@suse.de
- build against gcj to avoid bootstrap problems
-------------------------------------------------------------------
Thu Sep 21 16:36:24 CEST 2006 - skh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package xalan-j2 (Version 2.7.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -11,21 +11,24 @@
# norootforbuild
# icecream 0
Name: xalan-j2
BuildRequires: ant bcel java2-devel-packages java_cup jlex servletapi5 xml-commons-apis
BuildRequires: ant bcel java_cup jlex servletapi5 xml-commons-apis
BuildRequires: java-1_5_0-gcj-compat-devel xerces-j2-bootstrap
#!BuildIgnore: xerces-j2
%define section free
%define version 2.7.0
%define cvs_version 2_7_0
Version: 2.7.0
Release: 1
Release: 207
Summary: Java XSLT processor
License: Apache
License: The Apache Software License
Source0: http://www.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
Patch0: %{name}-noxsltcdeps.patch
Patch1: %{name}-manifest.patch
Patch2: %{name}-crosslink.patch
Patch3: %{name}-java14compat.patch
URL: http://xml.apache.org/xalan-j/
Url: http://xml.apache.org/xalan-j/
Group: Development/Libraries/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -43,6 +46,7 @@ a servlet, or as a module in other program.
%package xsltc
License: The Apache Software License
Summary: Java XSLT compiler
Group: Development/Libraries/Java
Requires: java_cup, bcel, jlex, regexp, jaxp_parser_impl
@ -56,6 +60,7 @@ into lightweight and portable Java byte codes called translets.
%package manual
License: The Apache Software License
Summary: Manual for xalan-j2
Group: Development/Libraries/Java
@ -71,6 +76,7 @@ This package contains the manual for Xalan.
%package javadoc
License: The Apache Software License
PreReq: coreutils
Summary: Javadoc for xalan-j2
Group: Development/Libraries/Java
@ -87,6 +93,7 @@ This package contains the javadoc documentation for Xalan.
%package demo
License: The Apache Software License
Summary: Demonstration and samples for xalan-j2.
Group: Development/Libraries/Java
Requires: %{name} = %{version}-%{release}, servlet
@ -232,20 +239,22 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%defattr(0644,root,root,0755)
%{_datadir}/%{name}
%changelog -n xalan-j2
* Thu Sep 21 2006 - skh@suse.de
%changelog
* Mon Jul 21 2008 coolo@suse.de
- build against gcj to avoid bootstrap problems
* Thu Sep 21 2006 skh@suse.de
- update to version 2.7.0 from jpackage.org
- don't use icecream
- use target="1.4" for build with java 1.5
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jul 29 2005 - jsmeix@suse.de
* Fri Jul 29 2005 jsmeix@suse.de
- Adjustments in the spec file.
* Wed Jul 20 2005 - jsmeix@suse.de
* Wed Jul 20 2005 jsmeix@suse.de
- Current version 2.6.0 from JPackage.org
* Mon Jul 18 2005 - jsmeix@suse.de
* Mon Jul 18 2005 jsmeix@suse.de
- Current version 2.6.0 from JPackage.org
* Thu Sep 16 2004 - skh@suse.de
* Thu Sep 16 2004 skh@suse.de
- Fix prerequires
* Thu Sep 02 2004 - skh@suse.de
* Thu Sep 02 2004 skh@suse.de
- Initial package created with version 2.6.0 (JPackage 1.5)