From b4e2fd43b9a6965a0e91bd4d0e8882a8f47f4d25695b2faf941739e6a28c5d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 May 2017 10:49:57 +0000 Subject: [PATCH] Accepting request 496592 from home:vsistek:branches:Java:packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add BuildRequires: javapackages-local (for maven conversions) OBS-URL: https://build.opensuse.org/request/show/496592 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=25 --- xmlunit.changes | 5 +++++ xmlunit.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/xmlunit.changes b/xmlunit.changes index 777f1c5..2d85181 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 19 09:21:06 UTC 2017 - vsistek@suse.com + +- Add BuildRequires: javapackages-local (for maven conversions) + ------------------------------------------------------------------- Wed Mar 18 09:40:00 UTC 2015 - tchvatal@suse.com diff --git a/xmlunit.spec b/xmlunit.spec index 31dd792..53783e3 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -1,7 +1,7 @@ # # spec file for package xmlunit # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -28,6 +28,8 @@ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}-src.z Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: ant BuildRequires: ant-junit +# Needed for maven conversions +BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: unzip @@ -38,7 +40,6 @@ Requires: junit Requires: xalan-j2 Requires: xerces-j2 Requires: xml-commons-jaxp-1.3-apis -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description