Convert License tag to SPDX format
Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
edab4680af
commit
15e81063aa
@ -2,11 +2,11 @@
|
||||
|
||||
Name: plexus-compiler
|
||||
Version: 2.13.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Compiler call initiators for Plexus
|
||||
# extras subpackage has a bit different licensing
|
||||
# parts of compiler-api are Apache-2.0/MIT
|
||||
License: MIT and Apache-2.0
|
||||
License: MIT AND Apache-2.0
|
||||
URL: https://github.com/codehaus-plexus/plexus-compiler
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
@ -35,7 +35,7 @@ Summary: Extra compiler support for %{name}
|
||||
# Apache-2.0: src/main/java/org/codehaus/plexus/compiler/util/scan/
|
||||
# ...codehaus/plexus/compiler/csharp/CSharpCompiler.java
|
||||
# Apache-1.1/MIT: ...codehaus/plexus/compiler/jikes/JikesCompiler.java
|
||||
License: MIT and Apache-2.0 and Apache-1.1
|
||||
License: MIT AND Apache-2.0 AND Apache-1.1
|
||||
|
||||
%description extras
|
||||
Additional support for csharp, eclipse and jikes compilers
|
||||
@ -48,7 +48,7 @@ This package provides %{summary}.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
License: MIT and Apache-2.0 and Apache-1.1
|
||||
License: MIT AND Apache-2.0 AND Apache-1.1
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
@ -104,6 +104,9 @@ cp %{SOURCE2} LICENSE.MIT
|
||||
%license LICENSE LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.13.0-2
|
||||
- Convert License tag to SPDX format
|
||||
|
||||
* Thu Aug 17 2023 Marian Koncek <mkoncek@redhat.com> - 2.13.0-1
|
||||
- Update to upstream version 2.13.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user