- Update to final 0.7 release
This commit is contained in:
parent
44bbb294f6
commit
873f0a8b31
@ -1 +1 @@
|
||||
scipy-0.7.0b1.tar.gz
|
||||
scipy-0.7.0.tar.gz
|
||||
|
10
scipy.spec
10
scipy.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user