-
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.
- Loading branch information
Showing
2 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS/plexus-sec-dispatcher/plexus-sec-dispatcher.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"LICENSE-2.0.txt": "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30", | ||
"plexus-sec-dispatcher-2.tar.gz": "21ab7548945f3d6a2cb599fe198575f11ea18841a85d5bbe3d62fa6f9183d39a" | ||
"plexus-sec-dispatcher-2.0.tar.gz": "21ab7548945f3d6a2cb599fe198575f11ea18841a85d5bbe3d62fa6f9183d39a" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2,54 +2,66 @@ | |
|
||
Summary: Plexus Security Dispatcher Component | ||
Name: plexus-sec-dispatcher | ||
Version: 2 | ||
Version: 2.0 | ||
Release: 1%{?dist} | ||
License: Apache-2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Group: Development/Libraries/Java | ||
URL: https://github.com/codehaus-plexus/plexus-sec-dispatcher | ||
Source0: %{url}/archive/refs/tags/sec-dispatcher-%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Source0: %{url}/archive/refs/tags/plexus-sec-dispatcher-%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt | ||
# Removed maven-compiler-plugin configuration version in the pom as annotations isn't available in version 1.4. | ||
Patch0: %{name}-pom.patch | ||
# Patch0: %{name}-pom.patch | ||
BuildArch: noarch | ||
|
||
%if %{with bootstrap} | ||
BuildRequires: javapackages-bootstrap | ||
BuildRequires: javapackages-local-bootstrap | ||
BuildRequires: javapackages-local-bootstrap | ||
%else | ||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) | ||
BuildRequires: mvn(org.sonatype.plexus:plexus-cipher) | ||
BuildRequires: maven-local | ||
BuildRequires: mvn(junit:junit) | ||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) | ||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) | ||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default) | ||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin) | ||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) | ||
BuildRequires: mvn(org.sonatype.plexus:plexus-cipher) | ||
%endif | ||
|
||
%description | ||
Plexus Security Dispatcher Component | ||
|
||
%{?module_package} | ||
%{?javadoc_package} | ||
|
||
echo here1 | ||
|
||
%prep | ||
%setup -q | ||
%patch0 -p1 | ||
%autosetup -n %{name}-%{name}-%{version} | ||
|
||
echo here2 | ||
|
||
cp %{SOURCE1} . | ||
|
||
%pom_remove_parent | ||
%pom_xpath_inject "pom:dependency[pom:artifactId='junit']" "<scope>test</scope>" | ||
%pom_xpath_inject 'pom:project' '<groupId>org.codehaus.plexus</groupId>' | ||
|
||
%mvn_file : plexus/%{name} | ||
|
||
echo here3 | ||
|
||
%mvn_alias org.codehaus.plexus: org.sonatype.plexus: | ||
|
||
%build | ||
%mvn_build | ||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 | ||
|
||
%install | ||
%mvn_install | ||
%files -n %{?module_prefix}%{name} -f .mfiles | ||
|
||
|
||
%files -f .mfiles | ||
%license LICENSE-2.0.txt | ||
|
||
echo here4 | ||
|
||
%changelog | ||
* Tue Feb 13 2024 CBL-Mariner Servicing Account <[email protected]> - 2-1 | ||
|