Add ending slash to doc directory
This commit is contained in:
parent
06476865ed
commit
e94744c794
@ -466,7 +466,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
|
|||||||
|
|
||||||
%files -n python-ipython-doc
|
%files -n python-ipython-doc
|
||||||
# ipython installs its own documentation, but we need to own the directory
|
# ipython installs its own documentation, but we need to own the directory
|
||||||
%{_datadir}/doc/%{name}
|
%{_datadir}/doc/%{name}/
|
||||||
|
|
||||||
|
|
||||||
%files -n python-ipython-notebook
|
%files -n python-ipython-notebook
|
||||||
@ -547,7 +547,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
|
|||||||
|
|
||||||
##%files -n python3-ipython-doc
|
##%files -n python3-ipython-doc
|
||||||
# ipython installs its own documentation, but we need to own the directory
|
# ipython installs its own documentation, but we need to own the directory
|
||||||
##%{_datadir}/doc/python3-%{name}-%{version}
|
##%{_datadir}/doc/python3-%{name}/
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-ipython-notebook
|
%files -n python3-ipython-notebook
|
||||||
|
Loading…
Reference in New Issue
Block a user