-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promoting maven-parent and apache-parent.
- Loading branch information
Showing
10 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+3.73 MB
SPECS/maven-javadoc-plugin/SOURCES/maven-javadoc-plugin-3.6.2-source-release.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
SPECS/maven-javadoc-plugin/maven-javadoc-plugin.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+22.8 KB
SPECS/maven-reporting-api/SOURCES/maven-reporting-api-3.1.1-source-release.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
SPECS/maven-reporting-api/maven-reporting-api.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |