1
0
forked from pool/glassfish-jsp
Gus Kenion 2024-02-21 10:43:55 +00:00 committed by Git OBS Bridge
parent f37a6725b9
commit d0118240ff
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:43:53 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 26 04:22:47 UTC 2023 - Fridrich Strba <fstrba@suse.com> Thu Oct 26 04:22:47 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package glassfish-jsp # spec file for package glassfish-jsp
# #
# 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
@ -68,9 +68,9 @@ Group: Documentation/HTML
%prep %prep
%setup -q -n %{artifactId}-%{version} %setup -q -n %{artifactId}-%{version}
%patch0 -p1 %patch -P 0 -p1
%patch1 -p1 %patch -P 1 -p1
%patch2 -p1 %patch -P 2 -p1
%pom_add_dep org.eclipse.jdt:core::provided %pom_add_dep org.eclipse.jdt:core::provided
%pom_add_dep org.apache.ant:ant::provided %pom_add_dep org.apache.ant:ant::provided