Accepting request 657020 from home:jengelh:branches:Java:packages

- Fix RPM groups. Use improved file deletion.

OBS-URL: https://build.opensuse.org/request/show/657020
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-commons-apis?expand=0&rev=9
This commit is contained in:
Fridrich Strba 2018-12-11 05:46:01 +00:00 committed by Git OBS Bridge
parent 6e471817fa
commit 39b769949f
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 11 01:18:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Fix RPM groups. Use improved file deletion.
-------------------------------------------------------------------
Thu Dec 6 10:43:20 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -55,14 +55,14 @@ includes the DOM, SAX, and JAXP.
%package manual
Summary: Manual for %{name}
Group: Development/Libraries/Java
Group: Documentation/HTML
%description manual
%{summary}.
%package javadoc
Summary: Javadoc for %{name}
Group: Development/Libraries/Java
Group: Documentation/HTML
%description javadoc
%{summary}.
@ -70,8 +70,7 @@ Group: Development/Libraries/Java
%prep
%setup -q -n external
# Make sure upstream hasn't sneaked in any jars we don't know about
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
find "(" -name "*.class" -o -name "*.jar" ")" -delete
# Fix file encodings
iconv -f iso8859-1 -t utf-8 LICENSE.dom-documentation.txt > \