Fridrich Strba 2024-02-20 14:31:38 +00:00 committed by Git OBS Bridge
parent f97f72c3a7
commit 7253630571
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Dec 28 12:37:08 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xmlgraphics-commons
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2000-2008, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@ -53,8 +53,8 @@ Javadoc for package %{name}.
%prep
%setup -q %{name}-%{version}
%patch0
%patch1 -p1
%patch -P 0
%patch -P 1 -p1
find . -name "*.jar" | xargs rm
%build