Fix the summary for the Python 3 subpackage

This commit is contained in:
David King 2020-03-30 19:31:24 +01:00
parent f46ef467aa
commit 5a36cfdda0

View File

@ -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 <amigadave@amigadave.com> - 2.4.6-3
- Fix the summary for the Python 3 subpackage
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild