Convert License tag to SPDX format
Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
bf20bee11a
commit
f94b73f380
@ -2,7 +2,7 @@
|
||||
|
||||
Name: plexus-utils
|
||||
Version: 3.5.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Plexus Common Utilities
|
||||
# ASL 1.1: several files in src/main/java/org/codehaus/plexus/util/
|
||||
# xpp: src/main/java/org/codehaus/plexus/util/xml/pull directory
|
||||
@ -12,13 +12,12 @@ Summary: Plexus Common Utilities
|
||||
# src/main/java/org/codehaus/plexus/util/cli/Commandline.java
|
||||
# Public domain: src/main/java/org/codehaus/plexus/util/TypeFormat.java
|
||||
# rest is ASL 2.0
|
||||
License: ASL 1.1 and ASL 2.0 and xpp and BSD and Public Domain
|
||||
License: Apache-1.1 AND Apache-2.0 AND xpp AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
|
||||
URL: https://codehaus-plexus.github.io/plexus-utils/
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
Source1: http://apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
@ -52,9 +51,12 @@ cp %{SOURCE1} .
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%license NOTICE.txt LICENSE-2.0.txt
|
||||
%license NOTICE.txt LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-2
|
||||
- Convert License tag to SPDX format
|
||||
|
||||
* Thu Aug 17 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-1
|
||||
- Update to upstream version 3.5.1
|
||||
|
||||
|
1
sources
1
sources
@ -1,2 +1 @@
|
||||
SHA512 (plexus-utils-3.5.1.tar.gz) = 3c41761235e067fa1d457d127324db3f36f0bdacb7e80c2659cf06e2ef8db09a67c7b1eb0306632f0d6796c12b36f80db74c1b30f62916a43f2bf9b9e119553e
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
Loading…
Reference in New Issue
Block a user