Accepting request 1148000 from home:dimstar:rpm4.20:v

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148000
OBS-URL: https://build.opensuse.org/package/show/Java:packages/velocity?expand=0&rev=47
This commit is contained in:
Fridrich Strba 2024-02-20 13:35:25 +00:00 committed by Git OBS Bridge
parent 4fd0d444e4
commit 38c95fdaf4
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 13:16:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Sep 27 04:36:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -137,10 +137,10 @@ applications to be developed according to a true MVC model.
%prep
%setup -q
cp %{SOURCE1} pom.xml
%patch0 -b .sav0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch -P 0 -b .sav0
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
find . -name '*.jar' -print -delete
find . -name '*.class' -print -delete