- remove xerces-j2-bootstrap depenency (bnc#789163)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xalan-j2?expand=0&rev=8
This commit is contained in:
Michal Vyskocil 2013-01-07 12:19:19 +00:00 committed by Git OBS Bridge
parent 5ad60f5b61
commit 6ecac415fe
2 changed files with 24 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 7 12:19:14 UTC 2013 - mvyskocil@suse.com
- remove xerces-j2-bootstrap depenency (bnc#789163)
-------------------------------------------------------------------
Mon Nov 8 10:15:22 UTC 2010 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package xalan-j2 (Version 2.7.0)
# spec file for package xalan-j2
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# icecream 0
Name: xalan-j2
BuildRequires: ant bcel jlex servletapi5 xml-commons-apis-bootstrap
BuildRequires: java-1_5_0-gcj-compat-devel xerces-j2-bootstrap
BuildRequires: ant
BuildRequires: bcel
BuildRequires: java-1_5_0-gcj-compat-devel
BuildRequires: jlex
BuildRequires: servletapi5
BuildRequires: xml-commons-apis-bootstrap
#BuildRequires: xerces-j2-bootstrap
#!BuildIgnore: xerces-j2-boostrap
BuildRequires: java-cup-bootstrap
#!BuildIgnore: xerces-j2 xml-commons xml-commons-resolver xml-commons-apis java-cup java_cup
#!BuildIgnore: xml-commons-jaxp-1.3-apis
@ -29,16 +33,16 @@ BuildRequires: java-cup-bootstrap
%define version 2.7.0
%define cvs_version 2_7_0
Version: 2.7.0
Release: 248
Release: 0
Summary: Java XSLT processor
License: Apache-2.0
Group: Development/Libraries/Java
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/
Group: Development/Libraries/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: jaxp_transform_impl
@ -55,10 +59,13 @@ a servlet, or as a module in other program.
%package xsltc
License: Apache-2.0
Summary: Java XSLT compiler
Group: Development/Libraries/Java
Requires: java_cup, bcel, jlex, regexp, jaxp_parser_impl
Requires: bcel
Requires: java_cup
Requires: jaxp_parser_impl
Requires: jlex
Requires: regexp
#Requires: /usr/sbin/update-alternatives
#Provides: jaxp_transform_impl
@ -69,7 +76,6 @@ into lightweight and portable Java byte codes called translets.
%package manual
License: Apache-2.0
Summary: Manual for xalan-j2
Group: Development/Libraries/Java
@ -85,7 +91,6 @@ This package contains the manual for Xalan.
%package javadoc
License: Apache-2.0
PreReq: coreutils
Summary: Javadoc for xalan-j2
Group: Development/Libraries/Java
@ -102,10 +107,10 @@ This package contains the javadoc documentation for Xalan.
%package demo
License: Apache-2.0
Summary: Demonstration and samples for xalan-j2.
Group: Development/Libraries/Java
Requires: %{name} = %{version}-%{release}, servlet
Requires: %{name} = %{version}-%{release}
Requires: servlet
%description demo
Xalan is an XSLT processor for transforming XML documents into HTML,