From 86bdc60a9966accd9555856d9d714371fa08c931 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 30 Dec 2016 23:07:18 -0800 Subject: [PATCH] Correct usage of python_provide macro --- python-html5lib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index 3dab362..d9c570a 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -6,7 +6,7 @@ Name: python-%{modulename} Summary: A python based HTML parser/tokenizer Version: 0.999 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 1 Group: Development/Libraries License: MIT @@ -31,7 +31,7 @@ BuildRequires: python-setuptools BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-six -%{?python_provide;%python_provide python2-%{modulename}} +%{?python_provide:%python_provide python2-%{modulename}} %description -n python2-%{modulename} A python based HTML parser/tokenizer based on the WHATWG HTML5 @@ -47,7 +47,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose BuildRequires: python3-six -%{?python_provide;%python_provide python3-%{modulename}} +%{?python_provide:%python_provide python3-%{modulename}} %description -n python3-%{modulename} A python based HTML parser/tokenizer based on the WHATWG HTML5 @@ -98,6 +98,9 @@ nosetests-%{python3_version} %changelog +* Fri Dec 30 2016 Toshio Kuratomi - 1:0.999-12 +- Correct usage of the %%python_provide macro + * Fri Dec 30 2016 Orion Poplawski - 1:0.999-11 - Ship python2-html5lib - Modernize spec