From e4e13ab47e23523cdcdac784b7873b31f61ad1f0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 29 Jul 2018 23:11:35 +0200 Subject: [PATCH] =?UTF-8?q?%{python=5Fsitelib}=20=E2=86=92=20%{python2=5Fs?= =?UTF-8?q?itelib}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- python-html5lib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index c988436..669db81 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -82,8 +82,8 @@ specification for maximum compatibility with major desktop web browsers. %files -n python2-%{modulename} %license LICENSE %doc CHANGES.rst README.rst -%{python_sitelib}/%{modulename}-*.egg-info -%{python_sitelib}/%{modulename} +%{python2_sitelib}/%{modulename}-*.egg-info +%{python2_sitelib}/%{modulename} %if 0%{?with_python3} %files -n python3-%{modulename}