Fix broken linking.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/adaptx?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal 2013-09-10 11:04:53 +00:00 committed by Git OBS Bridge
parent 97ffddd1e7
commit db6faa9819
2 changed files with 17 additions and 9 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 9 11:05:24 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Mon Sep 9 11:04:07 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Sat Sep 17 10:47:40 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package adaptx
#
# Copyright (c) 2011 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,7 +21,7 @@
Name: adaptx
Version: 0.9.13
Release: 104
Release: 0
Summary: XSLT Processor Written in Java
License: BSD-3-Clause
Group: Development/Libraries/Java
@ -31,18 +31,18 @@ Patch0: %{name}-%{version}-xsl.patch
Patch1: %{name}-%{version}-icedtea-build.patch
Url: http://castor.exolab.org/
BuildRequires: ant >= 1.6
BuildRequires: jpackage-utils >= 1.6
BuildRequires: javapackages-tools
BuildRequires: log4j
BuildRequires: xml-commons-apis
BuildRequires: xerces-j2
BuildRequires: xml-commons-apis
%if %defined suse_version
BuildRequires: java-devel
%endif
Requires: ant >= 1.6
Requires: jpackage-utils >= 1.6
Requires: javapackages-tools
Requires: log4j
Requires: xml-commons-apis
Requires: xerces-j2
Requires: xml-commons-apis
%if ! %{gcj_support}
BuildArch: noarch
%endif
@ -59,10 +59,9 @@ AdaptX is an extensible stylesheet language (XSL) processor.
%package javadoc
License: BSD-3-Clause
PreReq: coreutils
Group: Development/Libraries/Java
Summary: Javadoc for adaptx
Group: Development/Libraries/Java
Requires(post): /bin/rm,/bin/ln
Requires(postun): /bin/rm
@ -72,7 +71,6 @@ This package contains the javadoc documentation for AdaptX.
%package doc
License: BSD-3-Clause
Summary: Documentation for adaptx
Group: Development/Libraries/Java