File gradle-module-metadata-maven-plugin.spec of Package gradle-module-metadata-maven-plugin
#
# spec file for package gradle-module-metadata-maven-plugin
#
# 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
# 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: gradle-module-metadata-maven-plugin
Version: 0.2.0
Release: 0
Summary: Maven plugin to publish Gradle Module Metadata
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://github.com/jjohannes/%{name}
Source0: https://github.com/jjohannes/%{name}/archive/refs/tags/%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(com.google.code.gson:gson)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildArch: noarch
%description
This plugin allows you to publish Gradle Module Metadata
for libraries built with Maven. It automatically adds the
same dependency information present in the POM to a Gradle
Module Metadata file (.module) and adds that file as additional
artifact to be installed and published. If Gradle Module
Metadata is published, Gradle 6+ will use that information in
place of the POM.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
This package provides %{summary}.
%prep
%setup -q
%pom_remove_plugin :nexus-staging-maven-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin
%build
%{mvn_build} -f \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-- -Dmaven.compiler.release=8
%endif
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE
%files javadoc -f .mfiles-javadoc
%license LICENSE
%changelog