From 8e50165d0057931cf81a38eb03165ab95e04295d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 6 Nov 2013 15:00:56 -0700 Subject: [PATCH] Move f2py documentation to f2py package (bug #1027394) --- numpy.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/numpy.spec b/numpy.spec index 62668c8..f341ce3 100644 --- a/numpy.spec +++ b/numpy.spec @@ -9,7 +9,7 @@ Name: numpy Version: 1.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -196,7 +196,7 @@ popd &> /dev/null %files -%doc docs-f2py doc/* LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example +%doc doc/* LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example %dir %{python_sitearch}/%{name} %{python_sitearch}/%{name}/*.py* %{python_sitearch}/%{name}/core @@ -217,6 +217,7 @@ popd &> /dev/null %{_includedir}/numpy %files f2py +%doc docs-f2py %{_mandir}/man*/* %{_bindir}/f2py %{_bindir}/f2py.numpy @@ -224,7 +225,7 @@ popd &> /dev/null %if 0%{?with_python3} %files -n python3-numpy -%doc docs-f2py doc/* LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example +%doc doc/* LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example %{python3_sitearch}/%{name}/__pycache__/* %dir %{python3_sitearch}/%{name} %{python3_sitearch}/%{name}/*.py* @@ -245,12 +246,16 @@ popd &> /dev/null %{python3_sitearch}/%{name}-*.egg-info %files -n python3-numpy-f2py +%doc docs-f2py %{_bindir}/f2py3 %{python3_sitearch}/%{name}/f2py %endif # with_python3 %changelog +* Wed Nov 6 2013 Orion Poplawski - 1:1.8.0-2 +- Move f2py documentation to f2py package (bug #1027394) + * Wed Oct 30 2013 Orion Poplawski - 1:1.8.0-1 - Update to 1.8.0 final