Пакет python-module-SciMath: Specfile

%define oname SciMath
Name: python-module-%oname
Version: 3.0.8
Release: alt1.svn20110127
Summary:  Scientific and Mathematical calculations

Group: Development/Python
License: BSD and GPLv2
URL: http://pypi.python.org/pypi/SciMath
# https://svn.enthought.com/svn/enthought/SciMath
Source: %oname-%version.tar.gz
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

BuildRequires: python-devel, python-module-setuptools gcc-c++
BuildPreReq: python-module-setupdocs libnumpy-devel
BuildPreReq: python-module-sphinx python-module-Pygments

%description
The SciMath project includes packages to support scientific and
mathematical calculations, beyond the capabilities offered by SciPy.

  * enthought.interpolate
  * enthought.mathematics
  * enthought.units

%package tests
Summary: Tests for Scientific and Mathematical calculations
Group: Development/Python
Requires: %name = %version-%release

%description tests
The SciMath project includes packages to support scientific and
mathematical calculations, beyond the capabilities offered by SciPy.

This package contains tests for SciMath.

%prep
%setup

%build
%python_build_debug

%install
%python_install
sed -i 's/\.dev$//g' \
	%buildroot%python_sitelibdir/%oname-%version-*.egg-info/requires.txt

%files
%doc *.txt
%python_sitelibdir/*
%exclude %python_sitelibdir/*/*/tests

%files tests
%python_sitelibdir/*/*/tests

%changelog
* Fri Apr 15 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.8-alt1.svn20110127
- Version 3.0.8

* Sat Mar 12 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.7-alt1.svn20101101.1
- Rebuilt for debuginfo

* Mon Nov 15 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.7-alt1.svn20101101
- Version 3.0.7

* Sun Mar 07 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.6-alt1.svn20100225.1
- Extracted tests into separate package

* Sat Mar 06 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.6-alt1.svn20100225
- Version 3.0.6
- Rebuilt with reformed NumPy

* Thu Nov 19 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.5-alt1.svn20090721.1
- Rebuilt with python 2.6

* Thu Oct 08 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.0.5-alt1.svn20090721
- Initial build for Sisyphus