fix files

This commit is contained in:
Александр 2020-04-06 09:48:29 +00:00
parent 64bb338663
commit 2885f15bce

View file

@ -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*
#----------------------------------------------------------------------------