packages: python-numpy/python-numpy.spec - updated files

baggins baggins at pld-linux.org
Wed Jul 28 09:59:32 CEST 2010


Author: baggins                      Date: Wed Jul 28 07:59:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated files

---- Files affected:
packages/python-numpy:
   python-numpy.spec (1.78 -> 1.79) 

---- Diffs:

================================================================
Index: packages/python-numpy/python-numpy.spec
diff -u packages/python-numpy/python-numpy.spec:1.78 packages/python-numpy/python-numpy.spec:1.79
--- packages/python-numpy/python-numpy.spec:1.78	Fri Jul  9 17:24:46 2010
+++ packages/python-numpy/python-numpy.spec	Wed Jul 28 09:59:26 2010
@@ -144,8 +144,10 @@
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
 
+mv $RPM_BUILD_ROOT%{py_sitedir}/%{module}/site.cfg{.example,}
+
 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/{*.txt,COMPATIBILITY,scipy_compatibility,doc}
-rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*/{tests,docs}
+rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*/{benchmarks,tests,docs}
 # already in f2py package
 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/%{module}/f2py/f2py.1
 
@@ -157,6 +159,8 @@
 %dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
 %{py_sitedir}/%{module}/tests
+%dir %{py_sitedir}/%{module}/compat
+%{py_sitedir}/%{module}/compat/*.py[co]
 %dir %{py_sitedir}/%{module}/core
 %{py_sitedir}/%{module}/core/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/core/*.so
@@ -174,6 +178,10 @@
 %attr(755,root,root) %{py_sitedir}/%{module}/lib/*.so
 %dir %{py_sitedir}/%{module}/linalg
 %{py_sitedir}/%{module}/linalg/*.py[co]
+%dir %{py_sitedir}/%{module}/matrixlib
+%{py_sitedir}/%{module}/matrixlib/*.py[co]
+%dir %{py_sitedir}/%{module}/polynomial
+%{py_sitedir}/%{module}/polynomial/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/linalg/*.so
 %dir %{py_sitedir}/%{module}/random
 %{py_sitedir}/%{module}/random/*.py[co]
@@ -189,7 +197,9 @@
 %files devel
 %defattr(644,root,root,755)
 %{py_sitedir}/%{module}/core/include
+%{py_sitedir}/%{module}/core/lib
 %{py_sitedir}/%{module}/random/*.h
+%{py_sitedir}/%{module}/site.cfg
 
 %files numarray
 %defattr(644,root,root,755)
@@ -220,6 +230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.79  2010/07/28 07:59:26  baggins
+- updated files
+
 Revision 1.78  2010/07/09 15:24:46  wiget
 - started update to 1.4.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-numpy/python-numpy.spec?r1=1.78&r2=1.79&f=u



More information about the pld-cvs-commit mailing list