From 4266f51d243b08174bb2da5f0b9521d3a6a202df Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 17 Apr 2023 18:15:45 +0800 Subject: [PATCH] Import package for anolis 23 --- LICENSE-2.0.txt | 202 +++++++++++++++++++++++++++++++ plexus-sec-dispatcher-2.0.tar.gz | Bin 0 -> 8444 bytes plexus-sec-dispatcher.spec | 57 +++++++++ 3 files changed, 259 insertions(+) create mode 100644 LICENSE-2.0.txt create mode 100644 plexus-sec-dispatcher-2.0.tar.gz create mode 100644 plexus-sec-dispatcher.spec diff --git a/LICENSE-2.0.txt b/LICENSE-2.0.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/LICENSE-2.0.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/plexus-sec-dispatcher-2.0.tar.gz b/plexus-sec-dispatcher-2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6e6d6177c58c69520bdec0d23fd9f38c7691e792 GIT binary patch literal 8444 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 literal 0 HcmV?d00001 diff --git a/plexus-sec-dispatcher.spec b/plexus-sec-dispatcher.spec new file mode 100644 index 0000000..9de8898 --- /dev/null +++ b/plexus-sec-dispatcher.spec @@ -0,0 +1,57 @@ +%define anolis_release 1 +%bcond_without bootstrap + +Name: plexus-sec-dispatcher +Version: 2.0 +Release: %{anolis_release}%{?dist} +Summary: Plexus Security Dispatcher Component +License: ASL 2.0 +URL: https://github.com/codehaus-plexus/plexus-sec-dispatcher +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz +Source1: https://www.apache.org/licenses/LICENSE-2.0.txt + +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap-openjdk8 +%else +BuildRequires: maven-local-openjdk8 +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) +BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin) +BuildRequires: %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils) +BuildRequires: %{?module_prefix}mvn(org.sonatype.plexus:plexus-cipher) +%endif + +%description +Plexus Security Dispatcher Component + +%{?module_package} +%{?javadoc_package} + +%prep +%autosetup -n %{name}-%{name}-%{version} + +cp %{SOURCE1} . + +%pom_remove_parent + +%pom_xpath_inject 'pom:project' 'org.codehaus.plexus' + +%mvn_file : plexus/%{name} + +%mvn_alias org.codehaus.plexus: org.sonatype.plexus: + +%build +%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 + +%install +%mvn_install + +%files -n %{?module_prefix}%{name} -f .mfiles +%license LICENSE-2.0.txt + +%changelog +* Mon Apr 17 2023 Funda Wang - 2.0-1 +- Import package for anolis 23 -- Gitee