1
0
Fridrich Strba 2024-02-20 14:42:18 +00:00 committed by Git OBS Bridge
parent 2e5c957afa
commit e7ecd8735c
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:42:08 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 20 17:56:04 UTC 2022 - Fridrich Strba <fstrba@suse.com> Sun Mar 20 17:56:04 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package plexus-bsh-factory
# #
# Copyright (c) 2022 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
@ -57,8 +57,8 @@ Javadoc for %{name}.
%prep %prep
%setup -q -n %{name} %setup -q -n %{name}
%patch1 -b .sav %patch -P 1 -b .sav
%patch2 -p1 %patch -P 2 -p1
cp release-pom.xml pom.xml cp release-pom.xml pom.xml
cp %{SOURCE1} build.xml cp %{SOURCE1} build.xml
cp -p %{SOURCE3} . cp -p %{SOURCE3} .