Accepting request 523301 from home:jengelh:branches:LibreOffice:Factory

- Edit description for neutrality.
  Replace find -exec rm by just -delete.

OBS-URL: https://build.opensuse.org/request/show/523301
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/pentaho-libxml?expand=0&rev=8
This commit is contained in:
Fridrich Strba 2017-09-11 17:11:57 +00:00 committed by Git OBS Bridge
parent 357d192538
commit 250e9b1ce4
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 11 16:10:57 UTC 2017 - jengelh@inai.de
- Edit description for neutrality.
Replace find -exec rm by just -delete.
-------------------------------------------------------------------
Sun Sep 10 06:49:53 UTC 2017 - fstrba@suse.com

View File

@ -20,7 +20,7 @@
Name: pentaho-libxml
Version: 1.1.3
Release: 0
Summary: Namespace aware SAX-Parser utility library
Summary: Namespace aware SAX parser utility library
License: LGPL-2.0
Group: Development/Libraries/Java
Url: http://reporting.pentaho.org/
@ -46,8 +46,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the
pain of implementing non-trivial SAX input handlers.
Pentaho LibXML is a namespace aware SAX parser utility library. It
facilitates implementing non-trivial SAX input handlers.
%package javadoc
Summary: Javadoc for %{name}
@ -60,7 +60,7 @@ Javadoc for %{name}.
%setup -q -c
%patch0 -p1 -b .build
%patch1 -p1
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.jar" -delete
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase libloader
cd lib