Summary: A fast, compact, multidimensional array language facility for python Name: Numeric Version: 23.8 Release: 5%{?dist} License: Python Group: Development/Libraries URL: http://numpy.scipy.org/ Source0: http://prdownloads.sourceforge.net/numpy/Numeric-%{version}.tar.gz Patch0: Numeric-23.8-systemlibs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: python-devel >= 2.1 #BuildRequires: lapack Provides: python-numeric = %{evr} Obsoletes: python-numeric < %{evr} %description The Numeric Python extensions (NumPy) is a set of extensions to the Python programming language which allows Python programmers to efficiently manipulate large sets of objects organized in grid-like fashion. %prep %setup -q #patch0 -p1 -b .systemlibs %build CFLAGS="%{optflags}" python setup.py build %install rm -rf %{buildroot} python setup.py install -O1 --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README changes.txt %{python_sitearch}/Numeric %{python_sitearch}/Numeric.pth %{_includedir}/python*/Numeric %changelog * Tue Sep 12 2006 Axel Thimm - 23.8-5 - Update to 23.8. * Sat Dec 4 2004 Axel Thimm - Update to 23.6. * Tue Nov 4 2003 Axel Thimm - Initial build.