1
0

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:
2017-09-11 17:11:57 +00:00
committed by Git OBS Bridge
parent 2338ea61c7
commit e0cd119dc0
2 changed files with 10 additions and 4 deletions

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