diff --git a/python-sphinxcontrib-log-cabinet.spec b/python-sphinxcontrib-log-cabinet.spec index eb85de3..ea2dec4 100644 --- a/python-sphinxcontrib-log-cabinet.spec +++ b/python-sphinxcontrib-log-cabinet.spec @@ -29,7 +29,7 @@ older versions will be collapsed by default. %files -n python2-%oname %doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst %{python2_sitelib}/sphinxcontrib/* -%{python2_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{py_ver}.egg-info/* +%{python2_sitelib}/*.egg-info/* %{python2_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth #============================================================================== @@ -47,7 +47,7 @@ older versions will be collapsed by default. %files -n python3-%oname %doc python3/CHANGES.rst python3/LICENSE.rst python3/README.rst %{python3_sitelib}/sphinxcontrib/* -%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{py3_ver}.egg-info/* +%{python3_sitelib}/*.egg-info/* %{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth #==============================================================================