Accepting request 1147782 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147782
OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=63
This commit is contained in:
Fridrich Strba 2024-02-20 11:55:01 +00:00 committed by Git OBS Bridge
parent 37749790e7
commit 2f231df7ea
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> Fri Feb 9 12:55:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

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