[ipython/next: 3/14] Add ending slash to doc directory

Thomas Spura tomspur at fedoraproject.org
Sat Apr 12 07:24:47 UTC 2014


commit e94744c7940e6d239386984fd2f1320cc5c50b67
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Feb 5 09:43:45 2014 +0100

    Add ending slash to doc directory

 ipython.spec |    4 ++--
 1 files 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


More information about the scm-commits mailing list