Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 32fffe5442ebf04783c8326bfeff258f > files > 2

python-pp-1.5.7-1mdv2010.0.src.rpm

%define module	pp
%define name	python-%{module}
%define version	1.5.7
%define release	%mkrel 1

Summary:	Parallel Python
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.bz2
License:	BSD-like
Group:		Development/Python
Url:		http://www.parallelpython.com/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
%py_requires -d

%description
Parallel Python (pp) is a pure Python module that provides a parallel
code execution mechanism for SMP or cluster computers. It is lightweight,
easy to install, and integrates well with other Python software.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}
%__mv %{buildroot}%{_bindir}/ppserver.py %{buildroot}%{_bindir}/ppserver
%__lzma -z doc/ppserver.1
%__install -D -m 644 doc/ppserver.1.lzma %{buildroot}%{_mandir}/man1/ppserver.1.lzma

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING CHANGELOG README examples/
%_bindir/*
%py_puresitedir/*
%_mandir/man1/*


%changelog
* Thu Mar 19 2009 Lev Givon <lev@mandriva.org> 1.5.7-1mdv2009.1
+ Revision: 358156
- Update to 1.5.7.

* Sat Jan 03 2009 Funda Wang <fundawang@mandriva.org> 1.5.6-2mdv2009.1
+ Revision: 323926
- rebuild

* Wed Nov 05 2008 Lev Givon <lev@mandriva.org> 1.5.6-1mdv2009.1
+ Revision: 300130
- import python-pp