Skip to content

Commit

Permalink
Promoting maven-parent and apache-parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmileka committed Apr 3, 2024
1 parent 2868c49 commit 42224f4
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 0 deletions.
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"maven-javadoc-plugin-3.6.2-source-release.zip": "bfb50d63163584a547481c723dc268548efaa749e1800bc925994d8cb06dfb02"
}
}
36 changes: 36 additions & 0 deletions SPECS/maven-javadoc-plugin/maven-javadoc-plugin.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

Summary: Maven Resources Plugin
Name: maven-javadoc-plugin
Version: 3.6.2
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://maven.apache.org/plugins/maven-javadoc-plugin
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
BuildRequires: javapackages-bootstrap
BuildRequires: javapackages-local-bootstrap
BuildArch: noarch

%description
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified
project

%prep
%setup -q

%build
%{mvn_build}

%install
%{mvn_install}

%files -f .mfiles
%license LICENSE NOTICE

%files -f .mfiles
%license LICENSE NOTICE

%changelog
* Mon Nov 06 2023 CBL-Mariner Servicing Account <[email protected]> - 3.3.1-1
- Auto-upgrade to 3.3.1 - Azure Linux 3.0 - package upgrades
5 changes: 5 additions & 0 deletions SPECS/maven-parent/maven-parent.signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"maven-parent-27-source-release.zip": "c7f0c570c1acb5c94d2d52e5184493385eab8e9829b4f276dbdc35eda1a4cc54"
}
}
File renamed without changes.
Binary file not shown.
5 changes: 5 additions & 0 deletions SPECS/maven-reporting-api/maven-reporting-api.signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"maven-reporting-api-3.1.1-source-release.zip": "3ce3604002dd5f4698ed4068ea74254f95e2988007486f4e05cecd5ae55dd586"
}
}
43 changes: 43 additions & 0 deletions SPECS/maven-reporting-api/maven-reporting-api.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Summary: API to manage report generation
Name: maven-reporting-api
Version: 3.1.1
Release: 1%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://maven.apache.org/shared/maven-reporting-api
Source0: https://archive.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
BuildArch: noarch
BuildRequires: gnupg2
BuildRequires: maven-local
# BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
BuildRequires: maven-parent
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)

%description
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
# %{gpgverify} --data=%{SOURCE0} --signature=%{SOURCE1} --keyring=%{SOURCE2}
%autosetup

# Fix end of line encoding
sed -i.orig 's/\\r//' README.md
touch -r README.md.orig README.md
rm README.md.orig

%build
%mvn_build

%install
%mvn_install

%files -f .mfiles
%doc README.md
%license LICENSE NOTICE

%changelog
* Tue Feb 27 2024 Jiri Vanek <[email protected]> - 1:3.1.1-6
- Rebuilt for java-21-openjdk as system jdk

0 comments on commit 42224f4

Please sign in to comment.