Summary: A collection of scientific oriented python modules Name: ScientificPython Version: 2.6 Release: 8_4%{?dist} License: CeCILL Group: Development/Libraries URL: http://starship.python.net/~hinsen/ScientificPython/ Source0: http://sourcesup.cru.fr/frs/download.php/1034/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 1.5.2 BuildRequires: netcdf-devel >= 3.0, Numeric Requires: Numeric # Compatibilty layer for Fedora Provides: ScientificPython-devel = %{evr}, ScientificPython-tk = %{evr} Provides: ScientificPython-qt = %{evr}, ScientificPython-doc = %{evr} Obsoletes: ScientificPython-devel <= %{evr}, ScientificPython-tk <= %{evr} Obsoletes: ScientificPython-qt <= %{evr}, ScientificPython-doc <= %{evr} %description ScientificPython is a collection of Python modules that are useful for scientific applications. Most of them need the Numerical Python extension. %prep %setup -q %build CFLAGS="%{optflags}" python setup.py build %install rm -rf %{buildroot} python setup.py install --skip-build -O1 --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* LICENSE LICENCE %{python_sitearch}/Scientific %{_includedir}/python*/Scientific %{_bindir}/bsp_virtual %changelog * Sun Feb 18 2007 Axel Thimm - 2.6-2 - Downgrade to 2.6. * Sun Feb 18 2007 Axel Thimm - 2.7.3-2 - Update to 2.7.3. * Mon Sep 11 2006 Axel Thimm - 2.4.11-1 - Initial build.