Fix licence for examples shipped in pyparsing-doc
Related: rhbz#1950291
This commit is contained in:
parent
2a80f164d3
commit
dedc32f4b6
@ -11,7 +11,7 @@
|
||||
Summary: %{_summary}
|
||||
Name: pyparsing
|
||||
Version: 2.4.7
|
||||
Release: 6%{?dist}
|
||||
Release: 6.1%{?dist}
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/pyparsing/pyparsing
|
||||
@ -44,6 +44,14 @@ definitions for any number of text parsing applications.
|
||||
%package doc
|
||||
Summary: Documentation for pyparsing python package
|
||||
|
||||
# Most examples are under the project's license, MIT
|
||||
# pymicko.py is under GPLv3+
|
||||
# snmp_api.h is under CMU-UC (MIT)
|
||||
# sparser.py is under GPLv2+
|
||||
# searchparser.py is under BSD (3-clause, with advertising)
|
||||
# btpyparse.py is under "Simplified BSD license"
|
||||
License: MIT and GPLv2+ and GPLv3+ and BSD
|
||||
|
||||
%description doc
|
||||
The package contains documentation for pyparsing.
|
||||
%endif
|
||||
@ -109,6 +117,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 27 2021 Petr Viktorin <pviktori@redhat.com> - 2.4.7-6.1
|
||||
- Fix licence for examples shipped in pyparsing-doc
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.7-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user