Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=11
This commit is contained in:
parent
f101dd611b
commit
2ccfa74449
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 11:06:30 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
- Move from jpackage-utils to javapackage-tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 11:29:10 UTC 2011 - mvyskocil@suse.cz
|
||||
|
||||
|
10
xmlunit.spec
10
xmlunit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmlunit
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2000-2008, JPackage Project
|
||||
# All rights reserved.
|
||||
#
|
||||
@ -35,7 +35,7 @@ BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: ant-trax
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: xalan-j2
|
||||
BuildRequires: xerces-j2
|
||||
BuildRequires: xml-commons-jaxp-1.3-apis
|
||||
@ -44,12 +44,12 @@ BuildRequires: unzip
|
||||
%endif
|
||||
Requires: junit
|
||||
Requires: xalan-j2
|
||||
Requires: xml-commons-jaxp-1.3-apis
|
||||
Requires: xerces-j2
|
||||
Requires: xml-commons-jaxp-1.3-apis
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): jpackage-utils >= 1.7.3
|
||||
Requires(postun): jpackage-utils >= 1.7.3
|
||||
Requires(post): javapackages-tools
|
||||
Requires(postun): javapackages-tools
|
||||
|
||||
%description
|
||||
XMLUnit extends JUnit to simplify unit testing of XML. It compares a control
|
||||
|
Loading…
x
Reference in New Issue
Block a user