[numpy/f19] Move f2py documentation to f2py package (bug #1027394)

Orion Poplawski orion at fedoraproject.org
Thu Nov 28 05:51:56 UTC 2013


commit 6f75169e6b9ec3927e8d742acaea8712e12555af
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Nov 6 15:00:56 2013 -0700

    Move f2py documentation to f2py package (bug #1027394)

 numpy.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/numpy.spec b/numpy.spec
index 274e236..dec3b5b 100644
--- a/numpy.spec
+++ b/numpy.spec
@@ -9,7 +9,7 @@
 
 Name:           numpy
 Version:        1.7.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Epoch:          1
 Summary:        A fast multidimensional array facility for Python
 
@@ -191,7 +191,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
@@ -212,6 +212,7 @@ popd &> /dev/null
 %{_includedir}/numpy
 
 %files f2py
+%doc docs-f2py
 %{_mandir}/man*/*
 %{_bindir}/f2py
 %{_bindir}/f2py.numpy
@@ -219,7 +220,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*
@@ -240,12 +241,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 27 2013 Orion Poplawski <orion at nwra.com> - 1:1.7.1-7
+- Move f2py documentation to f2py package (bug #1027394)
+
 * Mon Oct 14 2013 Tomas Tomecek <ttomecek at redhat.com> - 1:1.7.1-6
 - fix name of shared library extensions (rhbz#1018783)
 


More information about the scm-commits mailing list