Erez Shinan 3c6e993
%define modname rpyc
Erez Shinan 3c6e993
Erez Shinan 3c6e993
Name:           python-%{modname}
0ecb80c
Version:        3.2.2
0ecb80c
Release:        1%{?dist}
Erez Shinan 3c6e993
Summary:        A Transparent, Symmetrical Python Library for Distributed-Computing
Erez Shinan 3c6e993
URL:            http://rpyc.wikidot.com/
Erez Shinan 3c6e993
License:        MIT
Erez Shinan 3c6e993
Group:          Development/Libraries
0ecb80c
Source0:        http://pypi.python.org/packages/source/r/rpyc/rpyc-%{version}.tar.gz
Erez Shinan 3c6e993
BuildArch:      noarch
0ecb80c
BuildRequires:  python
0ecb80c
BuildRequires:  python-devel
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%description
Erez Shinan 3c6e993
RPyC, or Remote Python Call, is a transparent and symmetrical python library
Erez Shinan 3c6e993
for remote procedure calls, clustering and distributed-computing.
Erez Shinan 3c6e993
RPyC makes use of object-proxies, a technique that employs python's dynamic
Erez Shinan 3c6e993
nature, to overcome the physical boundaries between processes and computers,
Erez Shinan 3c6e993
so that remote objects can be manipulated as if they were local.
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%prep
Erez Shinan 3c6e993
%setup -q -n %{modname}-%{version}
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%build
Erez Shinan 3c6e993
%{__python} setup.py build
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%install
Erez Shinan 3c6e993
%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
0ecb80c
# the binaries should not have .py extension
0ecb80c
mv %{buildroot}%{_bindir}/rpyc_classic.py %{buildroot}%{_bindir}/rpyc_classic
0ecb80c
mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%files
0ecb80c
%{_bindir}/rpyc_*
Erez Shinan 439711b
%{python_sitelib}/*
Erez Shinan 3c6e993
Erez Shinan 3c6e993
%changelog
0ecb80c
* Mon Nov 05 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.2.2-1
0ecb80c
- Update to 3.2.2.
0ecb80c
- Specfile cleanup.
0ecb80c
a394f97
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.7-3
a394f97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a394f97
22ff8c6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.7-2
22ff8c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
22ff8c6
Erez Shinan 3c6e993
* Sun Feb 20 2011 - Erez Shinan <erez27@gmail.com> - 3.0.7-1
Erez Shinan 3c6e993
- Initial release