forked from pool/apache-commons-jexl
Accepting request 1147957 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1147957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-jexl?expand=0&rev=3
This commit is contained in:
commit
af2307b059
@ -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>
|
Wed Mar 23 23:06:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -72,9 +72,9 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{version}-src -a1
|
%setup -q -n %{short_name}-%{version}-src -a1
|
||||||
%patch0 -p1 -b .test
|
%patch -P 0 -p1 -b .test
|
||||||
%patch1 -p1 -b .javadoc
|
%patch -P 1 -p1 -b .javadoc
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
|
|
||||||
# Java 1.6 contains bsf 3.0, so we don't need the dependency in the pom.xml file
|
# 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
|
%pom_remove_dep org.apache.bsf:bsf-api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user