fix files path

This commit is contained in:
proklov_av 2020-04-05 22:20:17 +09:00
parent 32f27c9bf7
commit 0a81e697f4
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,2 @@
sources: sources:
iniparse-0.5.tar.gz: eecb8fc113c4fc5930fea7eebf0eb796229c0ebc
sphinxcontrib-log-cabinet-1.0.1.tar.gz: 020e7556b0217a293afba4ea2a2498d20a119495 sphinxcontrib-log-cabinet-1.0.1.tar.gz: 020e7556b0217a293afba4ea2a2498d20a119495

View file

@ -27,8 +27,8 @@ directives. The log will be sorted by newest to oldest version. For HTML docs,
older versions will be collapsed by default. older versions will be collapsed by default.
%files -n python2-%oname %files -n python2-%oname
%doc Changelog LICENSE README.md %doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst
%{python2_sitelib}/%{oname}* %{python2_sitelib}/sphinxcontrib/*
#============================================================================== #==============================================================================
@ -43,8 +43,8 @@ directives. The log will be sorted by newest to oldest version. For HTML docs,
older versions will be collapsed by default. older versions will be collapsed by default.
%files -n python3-%oname %files -n python3-%oname
%doc Changelog LICENSE README.md %doc python3/CHANGES.rst python3/LICENSE.rst python3/README.rst
%{python3_sitelib}/%{oname}* %{python3_sitelib}/sphinxcontrib/*
#============================================================================== #==============================================================================