Accepting request 96749 from Java:packages
- fix the license to BSD-3-Clause (bnc#737022) - fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlunit?expand=0&rev=5
This commit is contained in:
commit
ba0d30c272
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 11:29:10 UTC 2011 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- fix the license to BSD-3-Clause (bnc#737022)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 13:54:49 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- fix license to be in spdx.org format
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 4 11:44:42 UTC 2010 - mvyskocil@suse.cz
|
Thu Nov 4 11:44:42 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
15
xmlunit.spec
15
xmlunit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlunit (Version 1.0)
|
# spec file for package xmlunit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -22,19 +22,20 @@
|
|||||||
|
|
||||||
Name: xmlunit
|
Name: xmlunit
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Provides classes to do asserts on XML
|
Summary: Provides classes to do asserts on XML
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
|
Group: Development/Libraries/Java
|
||||||
Url: http://xmlunit.sourceforge.net/
|
Url: http://xmlunit.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/xmlunit/xmlunit1.0.zip
|
Source0: http://download.sourceforge.net/xmlunit/xmlunit1.0.zip
|
||||||
Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
|
Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
|
||||||
Patch0: xmlunit-java5-enum.patch
|
Patch0: xmlunit-java5-enum.patch
|
||||||
Patch1: xmlunit-no-javac-target.patch
|
Patch1: xmlunit-no-javac-target.patch
|
||||||
BuildRequires: jpackage-utils
|
|
||||||
BuildRequires: java-devel
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: ant-trax
|
BuildRequires: ant-trax
|
||||||
|
BuildRequires: java-devel
|
||||||
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-jaxp-1.3-apis
|
BuildRequires: xml-commons-jaxp-1.3-apis
|
||||||
@ -45,7 +46,6 @@ Requires: junit
|
|||||||
Requires: xalan-j2
|
Requires: xalan-j2
|
||||||
Requires: xml-commons-jaxp-1.3-apis
|
Requires: xml-commons-jaxp-1.3-apis
|
||||||
Requires: xerces-j2
|
Requires: xerces-j2
|
||||||
Group: Development/Libraries/Java
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(post): jpackage-utils >= 1.7.3
|
Requires(post): jpackage-utils >= 1.7.3
|
||||||
@ -58,7 +58,6 @@ documents against a DTD, and (from v0.5) compares the results of XPath
|
|||||||
expressions.
|
expressions.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: BSD
|
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user