- Cleanup with spec-cleaner.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xalan-j2?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2014-06-23 07:59:00 +00:00
committed by Git OBS Bridge
parent 5dd240ee11
commit 420ddabb8a
2 changed files with 12 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 23 07:58:37 UTC 2014 - tchvatal@suse.com
- Cleanup with spec-cleaner.
-------------------------------------------------------------------
Mon Jun 23 07:55:54 UTC 2014 - tchvatal@suse.com

View File

@@ -23,17 +23,11 @@ Release: 0
Summary: Java XSLT processor
License: Apache-2.0
Group: Development/Libraries/Java
Url: http://xalan.apache.org/index.html
Source0: http://www.apache.org/dist/xalan/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
Patch0: %{name}-noxsltcdeps.patch
Patch1: %{name}-manifest.patch
Patch2: %{name}-crosslink.patch
Url: http://xalan.apache.org/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: jaxp_transform_impl
Requires: jaxp_parser_impl
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildRequires: ant
BuildRequires: bcel
BuildRequires: dos2unix
@@ -42,6 +36,12 @@ BuildRequires: java-cup-bootstrap
BuildRequires: jlex
BuildRequires: servletapi5
BuildRequires: xml-commons-apis-bootstrap
Requires: jaxp_parser_impl
Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides: jaxp_transform_impl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
#!BuildIgnore: xerces-j2 xml-commons xml-commons-resolver xml-commons-apis java-cup
#!BuildIgnore: xml-commons-jaxp-1.3-apis
@@ -52,8 +52,6 @@ Recommendations for XSL Transformations (XSLT) and the XML Path
Language (XPath). It can be used from the command line, in an applet or
a servlet, or as a module in other program.
%package xsltc
Summary: Java XSLT compiler
Group: Development/Libraries/Java
@@ -67,8 +65,6 @@ Requires: regexp
The XSLT Compiler is a Java-based tool for compiling XSLT stylesheets
into lightweight and portable Java byte codes called translets.
%package manual
Summary: Manual for xalan-j2
Group: Development/Libraries/Java
@@ -97,8 +93,6 @@ a servlet, or as a module in other program.
This package contains demonstration and sample files for Xalan.
%prep
%setup -q -n xalan-j_%{cvs_version}
%patch0 -p1