rpms/scipy/F-10 scipy.spec,1.13,1.14 sources,1.5,1.6

Jef Spaleta jspaleta at fedoraproject.org
Sun Jan 4 04:41:13 UTC 2009


Author: jspaleta

Update of /cvs/pkgs/rpms/scipy/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12256

Modified Files:
	scipy.spec sources 
Log Message:
* Sat Jan 03 2009  Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-0.1.b1.fc10
- Update to latest beta to fix bug 478435



Index: scipy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scipy/F-10/scipy.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- scipy.spec	3 Oct 2008 18:22:16 -0000	1.13
+++ scipy.spec	4 Jan 2009 04:40:42 -0000	1.14
@@ -1,14 +1,14 @@
 %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.6.0
-Release: 7%{?dist}
+Version: 0.7.0
+Release: 0.1.b1%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
 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
 # These should be removed as soon as upstream pushes a release with this fixed
 Source1: stsci_image_setup.py
@@ -18,6 +18,7 @@
 
 BuildRequires: numpy, python-devel
 BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel
+BuildRequires: atlas-devel
 BuildRequires: gcc-gfortran, swig
 Requires: numpy, python
 
@@ -34,8 +35,8 @@
 leading scientists and engineers.
 
 
-%prep
-%setup -q
+%prep 
+%setup -q -n %{name}-%{betaversion}
 cat > site.cfg << EOF
 [amd]
 library_dirs = %{_libdir}
@@ -52,12 +53,12 @@
 cp %{SOURCE2} scipy/stsci/convolve/setup.py
 
 %build
-env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build
+env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT
+env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT
 
 
 %clean
@@ -73,6 +74,9 @@
 
 
 %changelog
+* Sat Jan 03 2009  Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-0.1.b1.fc10
+- Update to latest beta to fix bug 478435
+
 * Fri Oct 03 2008 Jef Spaleta <jspaleta at fedoraproject.org> - 0.6.0-7
 - fix the stsci fix
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scipy/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	3 Oct 2007 23:20:44 -0000	1.5
+++ sources	4 Jan 2009 04:40:42 -0000	1.6
@@ -1 +1 @@
-417adf3bfe03f4c23c9fb265018e545c  scipy-0.6.0.tar.gz
+a3a671f9beb5e7ea38b799e7b56fb1cc  scipy-0.7.0b1.tar.gz




More information about the fedora-extras-commits mailing list