1
0

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

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147791
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-jexl?expand=0&rev=8
This commit is contained in:
Fridrich Strba 2024-02-20 12:53:12 +00:00 committed by Git OBS Bridge
parent 568b438f74
commit 7008083fc6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:42:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Mar 23 23:06:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -72,9 +72,9 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{short_name}-%{version}-src -a1
%patch0 -p1 -b .test
%patch1 -p1 -b .javadoc
%patch2 -p1
%patch -P 0 -p1 -b .test
%patch -P 1 -p1 -b .javadoc
%patch -P 2 -p1
# Java 1.6 contains bsf 3.0, so we don't need the dependency in the pom.xml file
%pom_remove_dep org.apache.bsf:bsf-api