Convert License tag to SPDX format
Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
2d4558d51c
commit
1dd277c56d
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Name: guava
|
Name: guava
|
||||||
Version: 31.1
|
Version: 31.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Google Core Libraries for Java
|
Summary: Google Core Libraries for Java
|
||||||
# Most of the code is under ASL 2.0
|
# Most of the code is under ASL 2.0
|
||||||
# Few classes are under CC0, grep for creativecommons
|
# Few classes are under CC0, grep for creativecommons
|
||||||
License: ASL 2.0 and CC0
|
License: Apache-2.0 AND CC0-1.0
|
||||||
URL: https://github.com/google/guava
|
URL: https://github.com/google/guava
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{java_arches} noarch
|
ExclusiveArch: %{java_arches} noarch
|
||||||
@ -97,6 +97,9 @@ find . -name '*.jar' -delete
|
|||||||
%files testlib -f .mfiles-guava-testlib
|
%files testlib -f .mfiles-guava-testlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-7
|
||||||
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-6
|
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 31.1-6
|
||||||
- Build with Jurand instead of deprecated javapackages-extra
|
- Build with Jurand instead of deprecated javapackages-extra
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user