From 250e9b1ce44c822031f62ea8d55ffc476b9c95717eeee92e063ae15905ec2857 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 11 Sep 2017 17:11:57 +0000 Subject: [PATCH] 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 --- pentaho-libxml.changes | 6 ++++++ pentaho-libxml.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pentaho-libxml.changes b/pentaho-libxml.changes index c6aaaaa..3eb0bfc 100644 --- a/pentaho-libxml.changes +++ b/pentaho-libxml.changes @@ -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 diff --git a/pentaho-libxml.spec b/pentaho-libxml.spec index 5b731ba..a117369 100644 --- a/pentaho-libxml.spec +++ b/pentaho-libxml.spec @@ -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