Package python-module-Pyro4: Specfile

%define oname Pyro4
Name:           python-module-%oname
Version:        4.2
Release:        alt1
Summary:        Python Remote Objects
Group:          Development/Python
License:        LGPLv2+
URL:            http://www.xs4all.nl/~irmen/pyro4/
Source:         http://www.xs4all.nl/~irmen/pyro4/download/Pyro4-4.2.tar.gz
BuildArch:      noarch
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

BuildPreReq: python-devel

Provides: python-module-Pyro = %version-%release
Obsoletes: python-module-Pyro < %version-%release

%description
Pyro is an acronym for PYthon Remote Objects. It is an advanced and
powerful Distributed Object Technology system written entirely in
Python, that is designed to be very easy to use. It resembles Java's
Remote Method Invocation (RMI). It has less similarity to CORBA - which
is a system- and language independent Distributed Object Technology and
has much more to offer than Pyro or RMI. But Pyro is small, simple and
free!

%package examples
Summary: Examples and tests for Pyro4
Group: Development/Documentation
BuildArch: noarch

%description examples
Pyro is an acronym for PYthon Remote Objects. It is an advanced and
powerful Distributed Object Technology system written entirely in
Python, that is designed to be very easy to use. It resembles Java's
Remote Method Invocation (RMI). It has less similarity to CORBA - which
is a system- and language independent Distributed Object Technology and
has much more to offer than Pyro or RMI. But Pyro is small, simple and
free!

This package contains examples and tests for Pyro4.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%doc LICENSE README.txt
%python_sitelibdir/*

%files examples
%doc examples
%doc tests

%changelog
* Tue Nov 23 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 4.2-alt1
- Version 4.2

* Wed Aug 11 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 4.1-alt2
- Provides python-module-Pyro

* Wed Jul 07 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 4.1-alt1
- Initial build for Sisyphus