- Update to latest beta which lists python 2.6 support

This commit is contained in:
Jef Spaleta 2008-12-02 00:34:06 +00:00
parent 895adeccfe
commit 25529951df
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
scipy-0.6.0.tar.gz scipy-0.7.0b1.tar.gz

View File

@ -1,14 +1,14 @@
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
%define betaversion 0.7.0b1
Summary: Scipy: Scientific Tools for Python Summary: Scipy: Scientific Tools for Python
Name: scipy Name: scipy
Version: 0.6.0 Version: 0.7.0
Release: 8%{?dist} Release: 0.1.b1%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: BSD and LGPLv2+ License: BSD and LGPLv2+
Url: http://www.scipy.org Url: http://www.scipy.org
Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{betaversion}.tar.gz
# Missing setup.py files which control the build of this module # Missing setup.py files which control the build of this module
# These should be removed as soon as upstream pushes a release with this fixed # These should be removed as soon as upstream pushes a release with this fixed
Source1: stsci_image_setup.py Source1: stsci_image_setup.py
@ -34,8 +34,8 @@ use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers. leading scientists and engineers.
%prep %prep
%setup -q %setup -q -n %{name}-%{betaversion}
cat > site.cfg << EOF cat > site.cfg << EOF
[amd] [amd]
library_dirs = %{_libdir} library_dirs = %{_libdir}
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Dec 01 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-0.1.b1
- Update to latest beta which lists python 2.6 support
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-8 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-8
- Rebuild for Python 2.6 - Rebuild for Python 2.6

View File

@ -1 +1 @@
417adf3bfe03f4c23c9fb265018e545c scipy-0.6.0.tar.gz a3a671f9beb5e7ea38b799e7b56fb1cc scipy-0.7.0b1.tar.gz