Summary: Numerical Extension to Python Name: python-numeric Version: 24.2 Release: 1.el5.uson License: Python Group: Development/Languages Packager: Fernando Avila Castro Distribution: Area de Astronomia, USON URL: http://numpy.sourceforge.net Source0: Numeric-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python2-devel %description Numeric is a python module that provides support for numerical operations. %prep %setup -q -n Numeric-%{version} %build env CFLAGS="$RPM_OPT_FLAGS" /usr/bin/python setup.py build %install rm -rf $RPM_BUILD_ROOT /usr/bin/python setup.py install --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Demo/ %{_libdir}/python*/site-packages/Numeric.pth %{_libdir}/python*/site-packages/Numeric/ %{_includedir}/python*/Numeric/ %changelog * Wed Apr 18 2007 - rebuild for rhel 5 * Thu Nov 16 2006 T. E. Pickering - update to 24.2 to support pyraf * Wed Jul 12 2006 Jesse Keating - 23.7-2.2.2 - rebuild * Fri Feb 10 2006 Jesse Keating - 23.7-2.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 23.7-2.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Wed Feb 23 2005 Jonathan Blandford 23.7-2 - try a new version * Wed Feb 23 2005 Jonathan Blandford 23.7-1 - rename Numeric to python-numeric * Thu Feb 17 2005 - - Initial build.