Review the license tag for docs according to the SPDX standard
This commit is contained in:
parent
fbf1383588
commit
2c8d33312a
@ -1,6 +1,6 @@
|
||||
Name: libyaml
|
||||
Version: 0.2.5
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: YAML 1.1 parser and emitter written in C
|
||||
|
||||
License: MIT
|
||||
@ -24,6 +24,10 @@ emitter written in C.
|
||||
Summary: Development files for LibYAML applications
|
||||
Requires: libyaml%{?_isa} = %{version}-%{release}, pkgconfig
|
||||
|
||||
# docs contain files generated by doxygen which are licensed as follows:
|
||||
# dynsections.js and menu.js are GPL-2.0-or-later
|
||||
# jquery.js is MIT
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -69,6 +73,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 17 2023 Karolina Surma <ksurma@redhat.com> - 0.2.5-10
|
||||
- Review the license tag according to the SPDX standard, declare the docs license
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user