Accepting request 1147896 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/1147896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/axis?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2024-02-21 16:55:53 +00:00 committed by Git OBS Bridge
commit 06f1f556f7
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:32:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Feb 9 12:55:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -96,18 +96,18 @@ Manual for axis
%prep
%setup -q -n %{name}-1_4
%patch0 -p1
%patch1 -p1 -b gcc44-build
%patch2
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch -P 0 -p1
%patch -P 1 -p1 -b gcc44-build
%patch -P 2
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 6 -p1
%patch -P 7 -p1
%patch -P 8 -p1
%patch -P 9 -p1
%patch -P 10 -p1
%patch -P 11 -p1
# Remove provided binaries
find . "(" -name "*.jar" -o -name "*.zip" -o -name "*.class" ")" -delete