From 10b65b417cfe6a84ba1f681f92805f25e33c5c5b5f6a80890293351fd091b73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 8 Jul 2014 10:30:47 +0000 Subject: [PATCH] - Cleanup with spec-cleaner a bit. OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=18 --- xmlunit.changes | 5 +++++ xmlunit.spec | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/xmlunit.changes b/xmlunit.changes index 937d6d8..0be874d 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 8 10:30:25 UTC 2014 - tchvatal@suse.com + +- Cleanup with spec-cleaner a bit. + ------------------------------------------------------------------- Mon Jul 7 14:43:20 UTC 2014 - tchvatal@suse.com diff --git a/xmlunit.spec b/xmlunit.spec index 2bbf58a..bcd424e 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -3,7 +3,6 @@ # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project -# All rights reserved. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,10 +39,8 @@ Requires: junit Requires: xalan-j2 Requires: xerces-j2 Requires: xml-commons-jaxp-1.3-apis -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): javapackages-tools -Requires(postun): javapackages-tools +BuildArch: noarch %description XMLUnit extends JUnit to simplify unit testing of XML. It compares a control @@ -61,7 +58,7 @@ Javadoc for %{name}. Also contains userguide. %prep %setup -q -%{__perl} -pi -e 's/\r$//g' README.txt LICENSE.txt +perl -pi -e 's/\r$//g' README.txt LICENSE.txt # remove all binary libs and javadocs find . -name "*.jar" -delete