Accepting request 694192 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/694192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/axis?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-04-17 09:22:10 +00:00 committed by Git OBS Bridge
commit 6096022de9
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 15 08:23:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Replace find -exec rm by just -delete
-------------------------------------------------------------------
Tue Jan 22 10:54:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -104,9 +104,7 @@ Manual for axis
%patch8 -p1
# Remove provided binaries
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.zip" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . "(" -name "*.jar" -o -name "*.zip" -o -name "*.class" ")" -delete
rm -rf src/org/apache/axis/enum
rm -f src/org/apache/axis/providers/java/CORBAProvider.java
rm -f src/org/apache/axis/deployment/wsdd/providers/WSDDJavaCORBAProvider.java