Accepting request 182924 from Java:packages
Added Recommends, see .changes file (forwarded request 182827 from thomas-schraitle) OBS-URL: https://build.opensuse.org/request/show/182924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/saxon6?expand=0&rev=3
This commit is contained in:
commit
f5ae88f6a5
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 13:48:28 UTC 2013 - toms@opensuse.org
|
||||
|
||||
- Added Recommends for saxon6-scripts and xml-commons-resolver
|
||||
Usually Saxon6 is used by invocation from a Shell, thus it
|
||||
is more convenient to have the corresponding script installed
|
||||
already.
|
||||
Additionally, XML tools like Saxon needs also XML catalog support
|
||||
for mapping URIs to local paths (especially useful for DocBook users)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 14:31:30 UTC 2012 - mvyskocil@suse.com
|
||||
|
||||
|
20
saxon6.spec
20
saxon6.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package saxon6 (Version 6.5.5)
|
||||
# spec file for package saxon6
|
||||
#
|
||||
# Copyright (c) 2009 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
|
||||
@ -21,8 +21,8 @@
|
||||
|
||||
Name: saxon6
|
||||
Version: 6.5.5
|
||||
Summary: The SAXON XSLT Processor from Michael Kay
|
||||
Release: 0
|
||||
Summary: The SAXON XSLT Processor from Michael Kay
|
||||
License: MPL-1.0
|
||||
Group: Productivity/Publishing/XML
|
||||
Url: http://saxon.sourceforge.net/
|
||||
@ -37,21 +37,23 @@ Patch3: saxon-javac-encoding.patch
|
||||
#PATCH-FIX-OPENSUSE: bnc#739498 - backport changes from com/icl/saxon/aelfred/XmlParser.java
|
||||
# to older version released under more permissive license
|
||||
Patch4: saxon-add-fixes-from-com-isl-saxon-aelfred.patch
|
||||
BuildRequires: fop >= 0.20.1
|
||||
BuildRequires: jdom >= 1.0
|
||||
BuildRequires: jpackage-utils >= 1.6
|
||||
BuildRequires: xml-commons-apis
|
||||
BuildRequires: jdom >= 1.0
|
||||
BuildRequires: fop >= 0.20.1
|
||||
%if ! %defined suse_version
|
||||
BuildRequires: fop-javadoc
|
||||
BuildRequires: java-javadoc
|
||||
BuildRequires: jdom-javadoc >= 1.0
|
||||
BuildRequires: fop-javadoc
|
||||
%else
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: unzip
|
||||
BuildRequires: ant
|
||||
%endif
|
||||
Requires: jaxp_parser_impl
|
||||
Requires: /usr/sbin/update-alternatives
|
||||
Requires: jaxp_parser_impl
|
||||
Recommends: %{name}-scripts
|
||||
Recommends: xml-commons-resolver
|
||||
Provides: jaxp_transform_impl = %{name}-%{version}
|
||||
# bnc#780666
|
||||
Provides: saxon
|
||||
@ -142,8 +144,8 @@ JDOM support for %{name}.
|
||||
%package scripts
|
||||
Summary: Utility scripts for %{name}
|
||||
Group: Productivity/Publishing/XML
|
||||
Requires: jpackage-utils >= 1.6
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: jpackage-utils >= 1.6
|
||||
Provides: saxon-scripts
|
||||
|
||||
%description scripts
|
||||
|
Loading…
Reference in New Issue
Block a user