diff --git a/xmlunit.changes b/xmlunit.changes index debd1eb..7b5bce4 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -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 diff --git a/xmlunit.spec b/xmlunit.spec index 6e4e270..d5b6c2c 100644 --- a/xmlunit.spec +++ b/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 # All rights reserved. # @@ -22,19 +22,20 @@ Name: xmlunit Version: 1.0 -Release: 1 +Release: 0 Summary: Provides classes to do asserts on XML -License: BSD +License: BSD-3-Clause +Group: Development/Libraries/Java Url: http://xmlunit.sourceforge.net/ Source0: http://download.sourceforge.net/xmlunit/xmlunit1.0.zip Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom Patch0: xmlunit-java5-enum.patch Patch1: xmlunit-no-javac-target.patch -BuildRequires: jpackage-utils -BuildRequires: java-devel BuildRequires: ant BuildRequires: ant-junit BuildRequires: ant-trax +BuildRequires: java-devel +BuildRequires: jpackage-utils BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xml-commons-jaxp-1.3-apis @@ -45,7 +46,6 @@ Requires: junit Requires: xalan-j2 Requires: xml-commons-jaxp-1.3-apis Requires: xerces-j2 -Group: Development/Libraries/Java BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build 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. %package javadoc -License: BSD Summary: Javadoc for %{name} Group: Documentation/HTML