Accepting request 1148036 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/1148036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velocity?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2024-02-21 16:56:15 +00:00 committed by Git OBS Bridge
commit 459005c9a5
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