- Update to final 0.7 release

This commit is contained in:
Jef Spaleta 2009-02-26 23:56:30 +00:00
parent 44bbb294f6
commit 873f0a8b31
3 changed files with 8 additions and 6 deletions

View File

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

View File

@ -1,14 +1,13 @@
%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
Name: scipy
Version: 0.7.0
Release: 0.3.b1%{?dist}
Release: 1%{?dist}
Group: Development/Libraries
License: BSD and LGPLv2+
Url: http://www.scipy.org
Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{betaversion}.tar.gz
Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz
# 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
Source1: stsci_image_setup.py
@ -36,7 +35,7 @@ leading scientists and engineers.
%prep
%setup -q -n %{name}-%{betaversion}
%setup -q -n %{name}-%{version}
cat > site.cfg << EOF
[amd]
library_dirs = %{_libdir}
@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 26 2009 Jef Spaleta <jspaleta@fedoraproject.org> - 0.7.0-1
- Update to final 0.7 release
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.3.b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
a3a671f9beb5e7ea38b799e7b56fb1cc scipy-0.7.0b1.tar.gz
80078ed5f47a48aec2cde3769ba39972 scipy-0.7.0.tar.gz