2019-04-03 12:25:26 +00:00
|
|
|
#
|
|
|
|
# spec file for package maven-assembly-plugin
|
|
|
|
#
|
2025-02-17 12:30:59 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2019-04-03 12:25:26 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: maven-assembly-plugin
|
2025-07-22 11:28:55 +00:00
|
|
|
Version: 3.7.1
|
2019-04-03 12:25:26 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Maven Assembly Plugin
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Libraries/Java
|
2023-09-04 20:57:55 +00:00
|
|
|
URL: https://maven.apache.org/plugins/maven-assembly-plugin/
|
2025-02-17 12:30:59 +00:00
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
2023-09-14 14:01:34 +00:00
|
|
|
Patch0: aggregated-timestamp.patch
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: fdupes
|
2023-09-04 20:57:55 +00:00
|
|
|
BuildRequires: java-devel >= 1.8
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: maven-local
|
2019-11-22 08:32:09 +00:00
|
|
|
BuildRequires: unzip
|
2024-02-19 17:21:07 +00:00
|
|
|
BuildRequires: mvn(commons-codec:commons-codec)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: mvn(commons-io:commons-io)
|
2023-09-05 07:47:25 +00:00
|
|
|
BuildRequires: mvn(javax.inject:javax.inject)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
2025-07-22 11:28:55 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-util)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
2023-09-04 20:57:55 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
|
|
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
2023-09-04 20:57:55 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
2023-09-04 20:57:55 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-io)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
2024-04-02 17:40:35 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
2023-09-05 07:47:25 +00:00
|
|
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
2023-09-04 20:57:55 +00:00
|
|
|
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
2023-09-05 07:47:25 +00:00
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
2019-04-03 12:25:26 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Maven plugin to create archives of your project's sources, classes,
|
|
|
|
dependencies etc. from flexible assembly descriptors.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: API documentation for %{name}
|
2019-04-06 15:56:40 +00:00
|
|
|
Group: Documentation/HTML
|
2019-04-03 12:25:26 +00:00
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package provides %{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-02-21 10:49:53 +00:00
|
|
|
%patch -P 0 -p1
|
2019-04-03 12:25:26 +00:00
|
|
|
|
|
|
|
%build
|
2023-09-04 20:57:55 +00:00
|
|
|
%{mvn_build} -f -- \
|
2019-11-22 15:31:27 +00:00
|
|
|
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
2023-09-04 20:57:55 +00:00
|
|
|
-Dmaven.compiler.release=8 \
|
2019-11-22 15:31:27 +00:00
|
|
|
%endif
|
2023-09-04 20:57:55 +00:00
|
|
|
-Dsource=8
|
2019-04-03 12:25:26 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
%changelog
|