rpms/ScientificPython/devel ScientificPython.spec,1.16,1.17

Jef Spaleta jspaleta at fedoraproject.org
Mon Mar 2 02:11:21 UTC 2009


Author: jspaleta

Update of /cvs/pkgs/rpms/ScientificPython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10201

Modified Files:
	ScientificPython.spec 
Log Message:
* Sun Mar 1 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.8-3
- Fixed lib64 build issue



Index: ScientificPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ScientificPython/devel/ScientificPython.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ScientificPython.spec	2 Mar 2009 01:45:50 -0000	1.16
+++ ScientificPython.spec	2 Mar 2009 02:10:51 -0000	1.17
@@ -3,14 +3,14 @@
 
 Name:           ScientificPython
 Version:        2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of Python modules that are useful for scientific computing
 
 Group:          Development/Languages
 License:        CeCILL
 URL:            http://dirac.cnrs-orleans.fr/ScientificPython/
 Source0:        http://sourcesup.cru.fr/frs/download.php/1034/ScientificPython-%{version}.tar.gz
-Patch0:         ScientificPython-2.6.1-netcdf-64.patch
+Patch0:         ScientificPython-arch-lib.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -68,9 +68,7 @@
 
 %prep
 %setup -q
-%ifarch x86_64
-%patch0 -p 1 -b .netcdf-64
-%endif
+%patch0 -p 1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -155,6 +153,9 @@
 %doc Doc/Reference Examples Doc/BSP_Tutorial.pdf
 
 %changelog
+* Sun Mar 1 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.8-3
+- Fixed lib64 build issue
+
 * Sun Mar 1 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 2.8-2
 - Fixed BuildRequires to reference numpy instead of numeric
 




More information about the fedora-extras-commits mailing list