diff --git a/pyparsing.spec b/pyparsing.spec index 3ef08c1..7f288c7 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -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 - 2.4.7-6.1 +- Fix licence for examples shipped in pyparsing-doc + * Fri Apr 16 2021 Mohan Boddu - 2.4.7-6 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937