- New upstream release, added python-nose BR. BZ 465999.

- Using atlas blas, not blas-devel. BZ 461472.
This commit is contained in:
Jon Ciesla 2008-10-08 13:50:24 +00:00
parent 7372639685
commit 593c8bfd50
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
numpy-1.1.1.tar.gz
numpy-1.2.0.tar.gz

View File

@ -3,7 +3,7 @@
%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
Name: numpy
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: A fast multidimensional array facility for Python
@ -14,7 +14,8 @@ Source0: http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz
Patch0: numpy-1.0.1-f2py.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel blas-devel lapack-devel python-setuptools gcc-gfortran
BuildRequires: python-devel lapack-devel python-setuptools gcc-gfortran atlas python-nose
Requires: python-nose
Provides: f2py
Obsoletes: f2py <= 2.45.241_1927
@ -58,7 +59,7 @@ popd &> /dev/null
%check
pushd doc &> /dev/null
PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test(1, 1)"
PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()"
popd &> /dev/null
%clean
@ -75,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Oct 07 2008 Jon Ciesla <limb@jcomserv.net> 1.2.0-1
- New upstream release, added python-nose BR. BZ 465999.
- Using atlas blas, not blas-devel. BZ 461472.
* Wed Aug 06 2008 Jon Ciesla <limb@jcomserv.net> 1.1.1-1
- New upstream release

View File

@ -1 +1 @@
af066b59a50bf5dbe1a14d6be3df6937 numpy-1.1.1.tar.gz
1e760a8bca54f6116c42cd1b124673af numpy-1.2.0.tar.gz