forked from pool/scala-ant
Accepting request 1148872 from Java:packages
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148872 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala-ant?expand=0&rev=2
This commit is contained in:
commit
8b25f505d4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 20:51:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 30 12:43:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Sat Sep 30 12:43:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scala-ant
|
# spec file for package scala-ant
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -40,7 +40,7 @@ since it is abandoned in 2.13+
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p target/classes
|
mkdir -p target/classes
|
||||||
|
Loading…
Reference in New Issue
Block a user