Remove one unnecessary define

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-10-08 14:28:03 +02:00
parent 4de2fd905f
commit d09e46f213

View File

@ -1,5 +1,4 @@
%global srcname pyparsing
%global sum Python package with an object-oriented approach to text processing
%global build_wheel 1
@ -8,7 +7,7 @@
# when bootstrapping Python 3, pyparsing needs to be rebuilt before sphinx
%bcond_without doc
Summary: %{sum}
Summary: Python package with an object-oriented approach to text processing
Name: pyparsing
Version: 2.4.0
Release: 6%{?dist}
@ -48,7 +47,7 @@ The package contains documentation for pyparsing.
%package -n python2-%{srcname}
Summary: %{sum}
Summary: %{summary}
%{?python_provide:%python_provide python2-%{srcname}}
Provides: pyparsing = %{version}-%{release}
Obsoletes: pyparsing < 2.1.10-5
@ -59,7 +58,7 @@ definitions for any number of text parsing applications.
%package -n python3-pyparsing
Summary: %{sum}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-pyparsing