list most licenses available in binary rpms and migrate them into SPDX syntax

This commit is contained in:
Zdenek Dohnal 2023-04-05 15:13:58 +02:00
parent 94dd9fab08
commit eaa2ff76ac

View File

@ -52,7 +52,9 @@ Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 1%{?dist}
Epoch: 2
License: Vim and MIT
# the Apache-2.0 is Apache 2.0 with runtime library exception - reported to legal for adding to the list of allowed licenses, but swift-lang uses it as well
# Open Publication License 1.0 or later - reported to legal for adding to the allowed licenses list
License: Vim AND LGPL-2.1-or-later AND MIT AND Apache-2.0 AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: virc
Source2: vimrc
@ -1002,7 +1004,11 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%endif
%changelog
* Wed Apr 05 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-2
- list most licenses available in binary rpms and migrate them into SPDX syntax
* Wed Apr 05 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-1
- patchlevel 1440