fix files path

This commit is contained in:
proklov_av 2020-04-05 22:28:13 +09:00
parent 0a81e697f4
commit 45a89064d1

View file

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