diff --git a/python-sphinx-issues.spec b/python-sphinx-issues.spec index a0718d8..3ce7b00 100644 --- a/python-sphinx-issues.spec +++ b/python-sphinx-issues.spec @@ -29,9 +29,10 @@ for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services). %files -n python2-%{module} -%doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst +%doc python2/LICENSE python2/README.rst %{python2_sitelib}/%{oname}/* %{python2_sitelib}/*.egg-info/* +%{python2_sitelib}/sphinx_*.py* #---------------------------------------------------------------------------- @@ -50,6 +51,7 @@ GitHub (though this works with other services). %doc python3/CHANGES.rst python3/LICENSE.rst python3/README.rst %{python3_sitelib}/%{oname}/* %{python3_sitelib}/*.egg-info/* +%{python3_sitelib}/sphinx_*.py* #----------------------------------------------------------------------------