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
This commit is contained in:
Pavol Rusnak 2011-12-08 15:44:14 +00:00 committed by Git OBS Bridge
parent 915ede4d0e
commit 6c6fc94fb2
2 changed files with 12 additions and 9 deletions

View File

@ -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

View File

@ -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