- Cleanup with spec-cleaner a bit.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2014-07-08 10:30:47 +00:00 committed by Git OBS Bridge
parent 3ef96bddf4
commit 10b65b417c
2 changed files with 7 additions and 5 deletions

View File

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

View File

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