53 lines
1.9 KiB
RPMSpec
53 lines
1.9 KiB
RPMSpec
Name: maven-reporting-impl
|
|
Version: 3.0.0
|
|
Release: 6
|
|
Summary: Abstract classes to manage report generation
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/shared/maven-reporting-impl/
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
|
Patch0001: 0001-Remove-dependency-on-junit-addons.patch
|
|
|
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven.doxia:doxia-core) mvn(org.apache.maven.doxia:doxia-decoration-model)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api) mvn(org.apache.maven.doxia:doxia-site-renderer)
|
|
BuildRequires: mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api) mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils) mvn(org.codehaus.plexus:plexus-utils)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Abstract classes to manage report generation, which can be run both:
|
|
|
|
* as part of a site generation, as a maven-reporting-api's MavenReport,
|
|
* or as a direct standalone goal invocation, as a maven-plugin-api's Mojo.
|
|
|
|
%package help
|
|
Summary: Help package for maven-reporting-impl
|
|
Provides: %{name}-javadoc = %{version}-%{release}
|
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
|
|
%description help
|
|
This package contains the API help documentation for maven-reporting-impl.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
%pom_remove_plugin :maven-invoker-plugin
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE NOTICE
|
|
|
|
%files help -f .mfiles-javadoc
|
|
|
|
%changelog
|
|
* Thu Nov 17 2022 yaoxin <yaoxin30@h-partners.com> - 3.0.0-6
|
|
- Modify invalid Source
|
|
|
|
* Thu Dec 12 2019 lingsheng <lingsheng@huawei.com> - 3.0.0-5
|
|
- Package init
|