mirror of
https://abf.rosa.ru/djam/python-sphinxcontrib-log-cabinet.git
synced 2025-02-23 16:02:51 +00:00
fix files path
This commit is contained in:
parent
0a81e697f4
commit
45a89064d1
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@ 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}/*
|
||||
%{python2_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth
|
||||
|
||||
#==============================================================================
|
||||
|
||||
|
@ -45,6 +47,8 @@ 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}/*
|
||||
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth
|
||||
|
||||
#==============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue