From 6c6fc94fb23cfc1c8b86ecd6f5221b43d70b52dcc171da200d1a112e02346612 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 8 Dec 2011 15:44:14 +0000 Subject: [PATCH] Accepting request 96001 from devel:openSUSE:Factory:for-legal - fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96001 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=7 --- xmlunit.changes | 5 +++++ xmlunit.spec | 16 +++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/xmlunit.changes b/xmlunit.changes index debd1eb..ad38e29 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..a067440 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. # @@ -17,24 +17,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define section free Name: xmlunit Version: 1.0 -Release: 1 +Release: 0 Summary: Provides classes to do asserts on XML -License: BSD +License: BSD-2-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 +45,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 +57,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