diff --git a/pyparsing.spec b/pyparsing.spec index e596fa2..8391ea7 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,4 +1,5 @@ %global srcname pyparsing +%global _summary Python package with an object-oriented approach to text processing %global build_wheel 1 @@ -7,10 +8,10 @@ # when bootstrapping Python 3, pyparsing needs to be rebuilt before sphinx %bcond_without doc -Summary: Python package with an object-oriented approach to text processing +Summary: %{_summary} Name: pyparsing Version: 2.4.6 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -49,7 +50,7 @@ The package contains documentation for pyparsing. %package -n python3-pyparsing -Summary: %{summary} +Summary: %{_summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-pyparsing @@ -108,6 +109,9 @@ popd %changelog +* Mon Mar 30 2020 David King - 2.4.6-3 +- Fix the summary for the Python 3 subpackage + * Thu Jan 30 2020 Fedora Release Engineering - 2.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild