forked from pool/plexus-bsh-factory
This commit is contained in:
parent
2e5c957afa
commit
e7ecd8735c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -57,8 +57,8 @@ Javadoc for %{name}.
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
|
||||
%patch1 -b .sav
|
||||
%patch2 -p1
|
||||
%patch -P 1 -b .sav
|
||||
%patch -P 2 -p1
|
||||
cp release-pom.xml pom.xml
|
||||
cp %{SOURCE1} build.xml
|
||||
cp -p %{SOURCE3} .
|
||||
|
Loading…
Reference in New Issue
Block a user