Ana Guerrero 2024-02-20 20:15:21 +00:00 committed by Git OBS Bridge
commit af2307b059
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