fix typo in provides for the python3 subpackage
This commit is contained in:
parent
c2627a15a4
commit
267f8d35ec
@ -4,7 +4,7 @@
|
|||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pyparsing.wikispaces.com/
|
URL: http://pyparsing.wikispaces.com/
|
||||||
@ -40,7 +40,7 @@ definitions for any number of text parsing applications.
|
|||||||
|
|
||||||
%package -n python3-pyparsing
|
%package -n python3-pyparsing
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
|
|
||||||
%description -n python3-pyparsing
|
%description -n python3-pyparsing
|
||||||
pyparsing is a module that can be used to easily and directly configure syntax
|
pyparsing is a module that can be used to easily and directly configure syntax
|
||||||
@ -80,6 +80,9 @@ dos2unix -k CHANGES LICENSE README
|
|||||||
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc
|
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2016 José Matos <jamatos@fedoraproject.org> - 2.1.0-2
|
||||||
|
- fix typo in provides for the python3 subpackage
|
||||||
|
|
||||||
* Mon Feb 15 2016 José Matos <jamatos@fedoraproject.org> - 2.1.0-1
|
* Mon Feb 15 2016 José Matos <jamatos@fedoraproject.org> - 2.1.0-1
|
||||||
- update to 2.1.0
|
- update to 2.1.0
|
||||||
- add a python2 subpackage preserving the upgrade path
|
- add a python2 subpackage preserving the upgrade path
|
||||||
|
Loading…
Reference in New Issue
Block a user