mirror of
https://abf.rosa.ru/djam/python-sphinx-issues.git
synced 2025-02-24 14:02:56 +00:00
fix files
This commit is contained in:
parent
64bb338663
commit
2885f15bce
1 changed files with 3 additions and 1 deletions
|
@ -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*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue