From 5656997aa899f945afe9c54607bdf944912f0e5c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 9 May 2014 14:23:09 -0500 Subject: [PATCH] move python3 Requires and BuildRequires into the python3 sub-package --- python-html5lib.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index 9e164de..e35aed5 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -4,7 +4,7 @@ Name: python-%{modulename} Summary: A python based HTML parser/tokenizer Version: 0.999 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Group: Development/Libraries License: MIT @@ -19,16 +19,6 @@ BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-six -%if 1%{?with_python3} -Requires: python3-six -BuildRequires: python3-devel -BuildRequires: python-tools -BuildRequires: python3-nose -BuildRequires: python3-six -BuildRequires: python3-setuptools -%endif - - %description A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers. @@ -38,6 +28,13 @@ specification for maximum compatibility with major desktop web browsers. Summary: A python based HTML parser/tokenizer Group: Development/Libraries +Requires: python3-six +BuildRequires: python3-devel +BuildRequires: python-tools +BuildRequires: python3-nose +BuildRequires: python3-six +BuildRequires: python3-setuptools + %description -n python3-%{modulename} A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers. @@ -95,6 +92,9 @@ popd %changelog +* Fri May 09 2014 Dennis Gilmore - 0.999-3 +- move python3 Requires and BuildRequires into the python3 sub-package + * Wed Mar 12 2014 Dan Scott - 0.999-2 - "six" module is a runtime requirement