Version 3.1.0.
- Verify the sources. - Retire alias for old name, not used by anything in Fedora.
This commit is contained in:
parent
99cdd6d7cd
commit
59e53f8e52
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/maven-reporting-api-3.0.tar.xz
|
||||
/LICENSE-2.0.txt
|
||||
/maven-reporting-api-*-source-release.zip
|
||||
/maven-reporting-api-*-source-release.zip.asc
|
||||
|
||||
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# maven-reporting-api
|
||||
|
||||
[Maven-reporting-api](https://maven.apache.org/shared/maven-reporting-api) is
|
||||
an API to manage report generation. Maven-reporting-api is included in the
|
||||
Maven 2.x core distribution, but was moved to shared components to achieve
|
||||
report decoupling from the Maven 3 core.
|
||||
@ -1,56 +1,50 @@
|
||||
Name: maven-reporting-api
|
||||
Version: 3.0
|
||||
Release: 24%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: API to manage report generation
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/maven-reporting-api
|
||||
# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0 maven-reporting-api-3.0
|
||||
# tar caf maven-reporting-api-3.0.tar.xz maven-reporting-api-3.0/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# ASL mandates that the licence file be included in redistributed source
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
URL: https://maven.apache.org/shared/maven-reporting-api
|
||||
Source0: https://www.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
|
||||
# Source file signature
|
||||
Source1: https://www.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip.asc
|
||||
# Apache Maven public key
|
||||
Source2: https://www.apache.org/dist/maven/KEYS
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
|
||||
%{?javadoc_package}
|
||||
|
||||
%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
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
API to manage report generation. Maven-reporting-api is included in the
|
||||
Maven 2.x core distribution, but was moved to shared components to
|
||||
achieve report decoupling from the Maven 3 core.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE1} LICENSE.txt
|
||||
%{gpgverify} --data=%{SOURCE0} --signature=%{SOURCE1} --keyring=%{SOURCE2}
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
# Previous package provides groupIds org.apache.maven.shared and org.apache.maven.reporting
|
||||
%mvn_alias : org.apache.maven.shared:maven-reporting-api
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
%doc README.md
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Feb 7 2022 Jerry James <loganjerry@gmail.com> - 1:3.1.0-1
|
||||
- Version 3.1.0
|
||||
- Verify the sources
|
||||
- Retire alias for old name, not used by anything in Fedora
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1:3.0-24
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
ca1cee73f867c382f80d6ab19f14c825 maven-reporting-api-3.0.tar.xz
|
||||
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
|
||||
SHA512 (maven-reporting-api-3.1.0-source-release.zip) = d2c2d4dedc7696121e8046fc7ce47b55b03b780cd00f185ac6cfb3c067e94320749952e3519dff2ade2469f76c1719739c6731a1a1e58da19dbcdd5bab33a0b4
|
||||
SHA512 (maven-reporting-api-3.1.0-source-release.zip.asc) = 5f1cc7354542d96db11769fabce860a28899fb5458ca9c30748bce509749075c22c5a36f8d7342fecf49fd775f836ca3043b30d374c09d34d43bed6f86b67796
|
||||
|
||||
Loading…
Reference in New Issue
Block a user