Blob Blame History Raw
### Abstract ###

Name: python-numeric
Version: 24.2
Release: 2
License: Python
Group: Development/Languages
Summary: Numerical Extension to Python
URL: http://numpy.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Source: Numeric-%{version}.tar.gz

### Patches ###

Patch1: Numeric-24.2-fix-dlamc3.patch

### Build Dependencies ###

BuildRequires: python2-devel

%description
Numeric is a python module that provides support for numerical
operations.

%prep
%setup -q -n Numeric-%{version}
%patch1 -p1 -b .fix-dlamc3

%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
* Sun Oct 29 2006 Matthew Barnes <mbarnes@redhat.com> - 24.2-2
- Add patch for RH bug #163646 (hang in eigenvalues).

* Sun Oct 29 2006 Matthew Barnes <mbarnes@redhat.com> - 24.2-1
- Update to 24.2

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2.2
- rebuild

* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2.1
- bump again for double-long bug on ppc(64)

* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2
- rebuilt for new gcc4.1 snapshot and glibc changes

* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

* Wed Feb 23 2005 Jonathan Blandford <jrb@redhat.com> 23.7-2
- try a new version

* Wed Feb 23 2005 Jonathan Blandford <jrb@redhat.com> 23.7-1
- rename Numeric to python-numeric

* Thu Feb 17 2005  <jrb@redhat.com> - 
- Initial build.