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
45a89064d1
commit
ce9a70b9d3
1 changed files with 2 additions and 2 deletions
|
@ -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}/*
|
||||
%{python2_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{py_ver}.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}/*
|
||||
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{py3_ver}.egg-info/*
|
||||
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth
|
||||
|
||||
#==============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue