From ed72f1a0a335521e114ac7e816750f56f50157bc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 4 Oct 2017 16:41:41 +0200 Subject: [PATCH] trivial cleanups in filelists Signed-off-by: Igor Gnatenko --- python-lxml.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 87ea155..bd76f3c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -68,14 +68,14 @@ home page < or see our bug tracker at case you want to use the current ... %files -n python2-%{modname} %license doc/licenses/ZopePublicLicense.txt LICENSES.txt %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -%{python2_sitearch}/%{modname} -%{python2_sitearch}/%{modname}-%{version}-py?.?.egg-info +%{python2_sitearch}/%{modname}/ +%{python2_sitearch}/%{modname}-*.egg-info/ %files -n python3-%{modname} %license doc/licenses/ZopePublicLicense.txt LICENSES.txt %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -%{python3_sitearch}/%{modname} -%{python3_sitearch}/%{modname}-%{version}-py?.?.egg-info +%{python3_sitearch}/%{modname}/ +%{python3_sitearch}/%{modname}-*.egg-info/ %changelog * Sat Aug 12 2017 Kevin Fenzi - 3.8.0-1