Remove one unnecessary define
This commit is contained in:
parent
4de2fd905f
commit
d09e46f213
@ -1,5 +1,4 @@
|
|||||||
%global srcname pyparsing
|
%global srcname pyparsing
|
||||||
%global sum Python package with an object-oriented approach to text processing
|
|
||||||
|
|
||||||
%global build_wheel 1
|
%global build_wheel 1
|
||||||
|
|
||||||
@ -8,7 +7,7 @@
|
|||||||
# 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: %{sum}
|
Summary: Python package with an object-oriented approach to text processing
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 6%{?dist}
|
Release: 6%{?dist}
|
||||||
@ -48,7 +47,7 @@ The package contains documentation for pyparsing.
|
|||||||
|
|
||||||
|
|
||||||
%package -n python2-%{srcname}
|
%package -n python2-%{srcname}
|
||||||
Summary: %{sum}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
Provides: pyparsing = %{version}-%{release}
|
Provides: pyparsing = %{version}-%{release}
|
||||||
Obsoletes: pyparsing < 2.1.10-5
|
Obsoletes: pyparsing < 2.1.10-5
|
||||||
@ -59,7 +58,7 @@ definitions for any number of text parsing applications.
|
|||||||
|
|
||||||
|
|
||||||
%package -n python3-pyparsing
|
%package -n python3-pyparsing
|
||||||
Summary: %{sum}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
|
|
||||||
%description -n python3-pyparsing
|
%description -n python3-pyparsing
|
||||||
|
Loading…
Reference in New Issue
Block a user