Fix the summary for the Python 3 subpackage
This commit is contained in:
parent
f46ef467aa
commit
5a36cfdda0
@ -1,4 +1,5 @@
|
|||||||
%global srcname pyparsing
|
%global srcname pyparsing
|
||||||
|
%global _summary Python package with an object-oriented approach to text processing
|
||||||
|
|
||||||
%global build_wheel 1
|
%global build_wheel 1
|
||||||
|
|
||||||
@ -7,10 +8,10 @@
|
|||||||
# when bootstrapping Python 3, pyparsing needs to be rebuilt before sphinx
|
# when bootstrapping Python 3, pyparsing needs to be rebuilt before sphinx
|
||||||
%bcond_without doc
|
%bcond_without doc
|
||||||
|
|
||||||
Summary: Python package with an object-oriented approach to text processing
|
Summary: %{_summary}
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pyparsing/pyparsing
|
URL: https://github.com/pyparsing/pyparsing
|
||||||
@ -49,7 +50,7 @@ The package contains documentation for pyparsing.
|
|||||||
|
|
||||||
|
|
||||||
%package -n python3-pyparsing
|
%package -n python3-pyparsing
|
||||||
Summary: %{summary}
|
Summary: %{_summary}
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
|
|
||||||
%description -n python3-pyparsing
|
%description -n python3-pyparsing
|
||||||
@ -108,6 +109,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user