SHA256
1
0
forked from pool/adaptx

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

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1147727
OBS-URL: https://build.opensuse.org/package/show/Java:packages/adaptx?expand=0&rev=31
This commit is contained in:
Fridrich Strba 2024-02-20 11:50:18 +00:00 committed by Git OBS Bridge
parent 6660d45175
commit 31e079fada
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 09:58:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Feb 22 18:51:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package adaptx
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -63,8 +63,8 @@ for dir in `find . -type d -name CVS`; do rm -rf $dir; done
for j in $(find . -name "*.jar"); do
mv $j $j.no
done
%patch0
%patch1
%patch -P 0
%patch -P 1
%build
perl -p -i -e 's|classic|modern|' src/build.xml