Sync from SUSE:SLFO:Main maven-compiler-plugin revision cff39bf61bc99481b1af25b1dcf06501
This commit is contained in:
parent
3f00227d84
commit
8cc953205b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 14:50:23 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 20 05:09:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Sep 20 05:09:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package maven-compiler-plugin
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -29,7 +29,7 @@ Summary: Maven Compiler Plugin
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://maven.apache.org/plugins/maven-compiler-plugin
|
URL: https://maven.apache.org/plugins/maven-compiler-plugin
|
||||||
Source0: https://dlcdn.apache.org/maven/plugins/%{base_name}-%{version}-source-release.zip
|
Source0: https://archive.apache.org/dist/maven/plugins/%{base_name}-%{version}-source-release.zip
|
||||||
Source1: %{base_name}-build.xml
|
Source1: %{base_name}-build.xml
|
||||||
Patch0: %{base_name}-bootstrap-resources.patch
|
Patch0: %{base_name}-bootstrap-resources.patch
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
@ -86,7 +86,7 @@ API documentation for %{name}.
|
|||||||
%setup -q -n %{base_name}-%{version}
|
%setup -q -n %{base_name}-%{version}
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
cp %{SOURCE1} build.xml
|
cp %{SOURCE1} build.xml
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pom_remove_dep :::test
|
%pom_remove_dep :::test
|
||||||
|
Loading…
Reference in New Issue
Block a user