fix files path

This commit is contained in:
proklov_av 2020-04-05 22:39:34 +09:00
parent ce9a70b9d3
commit 7eab6af21a

View file

@ -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}.egg-info/*
%{python2_sitelib}/*.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}.egg-info/*
%{python3_sitelib}/*.egg-info/*
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}*.pth
#==============================================================================