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

- Fix RPM groups. Use improved file deletion.

OBS-URL: https://build.opensuse.org/request/show/657021
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-commons-resolver?expand=0&rev=7
This commit is contained in:
Fridrich Strba 2018-12-11 05:45:45 +00:00 committed by Git OBS Bridge
parent 6380f6096f
commit 0bd9925852
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -54,7 +54,7 @@ Resolver subproject of xml-commons.
%package javadoc
Summary: Javadoc for %{name}
Group: Development/Libraries/Java
Group: Documentation/HTML
%description javadoc
Javadoc for %{name}.
@ -65,7 +65,7 @@ Javadoc for %{name}.
%patch1 -p1
# remove all binary libs and prebuilt javadocs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.jar" -delete
rm -rf docs
sed -i 's/\r//' KEYS LICENSE.resolver.txt NOTICE-resolver.txt