Accepting request 1153435 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1153435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pentaho-libxml?expand=0&rev=7
This commit is contained in:
commit
9997cc472b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 29 14:36:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 21 10:27:41 UTC 2022 - David Anes <david.anes@suse.com>
|
Thu Apr 21 10:27:41 UTC 2022 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
%patch0 -p1 -b .build
|
%patch -P 0 -p1 -b .build
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
find . -name "*.jar" -delete
|
find . -name "*.jar" -delete
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s -p lib commons-logging-api libbase libloader
|
build-jar-repository -s -p lib commons-logging-api libbase libloader
|
||||||
|
Loading…
Reference in New Issue
Block a user