44 lines
1.2 KiB
RPMSpec
44 lines
1.2 KiB
RPMSpec
Name: maven-reporting-api
|
|
Version: 3.0
|
|
Release: 17
|
|
Summary: API to manage report generation
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/shared/maven-reporting-api
|
|
|
|
Source0: https://github.com/apache/maven-reporting-api/archive/maven-reporting-api-%{version}.tar.gz
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
|
Provides: maven-reporting-api-javadoc = %{version}-%{release}
|
|
Obsoletes: maven-reporting-api-javadoc < %{version}-%{release}
|
|
|
|
%description
|
|
API to manage report generation. Maven-reporting-api is included in Maven 2.x
|
|
core distribution, but moved to shared components to achieve report decoupling
|
|
from Maven 3 core. This is a replacement package for maven-shared-reporting-api
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{name}-%{name}-%{version}
|
|
cp %{SOURCE1} LICENSE.txt
|
|
|
|
%build
|
|
%mvn_alias : org.apache.maven.shared:maven-reporting-api
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files
|
|
%doc
|
|
%license LICENSE.txt
|
|
%{_datadir}/*
|
|
|
|
|
|
|
|
%changelog
|
|
* Fri Feb 21 2020 catastrowings <jianghuhao1994@163.com> - 1:3.0-17
|
|
- Package init
|