From e94744c7940e6d239386984fd2f1320cc5c50b67 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 5 Feb 2014 09:43:45 +0100 Subject: [PATCH] Add ending slash to doc directory --- ipython.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython.spec b/ipython.spec index 7c6f4bb..15e5a67 100644 --- a/ipython.spec +++ b/ipython.spec @@ -466,7 +466,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %files -n python-ipython-doc # ipython installs its own documentation, but we need to own the directory -%{_datadir}/doc/%{name} +%{_datadir}/doc/%{name}/ %files -n python-ipython-notebook @@ -547,7 +547,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ ##%files -n python3-ipython-doc # 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