diff --git python-rpyc/python-rpyc.spec python-rpyc/python-rpyc.spec.tmp index ca89b05c49..0a8163e58b 100644 --- python-rpyc/python-rpyc.spec +++ python-rpyc/python-rpyc.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 3.3.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Transparent, Symmetrical Python Library for Distributed-Computing URL: http://rpyc.wikidot.com/ License: MIT @@ -16,15 +16,23 @@ BuildRequires: python-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -Requires: python-plumbum -%description -RPyC, or Remote Python Call, is a transparent and symmetrical python library -for remote procedure calls, clustering and distributed-computing. -RPyC makes use of object-proxies, a technique that employs python's dynamic -nature, to overcome the physical boundaries between processes and computers, +%global _description\ +RPyC, or Remote Python Call, is a transparent and symmetrical python library\ +for remote procedure calls, clustering and distributed-computing.\ +RPyC makes use of object-proxies, a technique that employs python's dynamic\ +nature, to overcome the physical boundaries between processes and computers,\ so that remote objects can be manipulated as if they were local. +%description %_description + +%package -n python2-%{modname} +Summary: %summary +Requires: python-plumbum +%{?python_provide:%python_provide python2-%{modname}} + +%description -n python2-%{modname} %_description + %if 0%{?with_python3} %package -n python3-%{modname} Summary: A Transparent, Symmetrical Python Library for Distributed-Computing @@ -71,7 +79,7 @@ done mv %{buildroot}%{_bindir}/rpyc_classic.py %{buildroot}%{_bindir}/rpyc_classic mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry -%files +%files -n python2-%{modname} %{_bindir}/rpyc_* %{python2_sitelib}/* @@ -82,6 +90,10 @@ mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.3.0-9 +- Python 2 binary package renamed to python2-rpyc + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 3.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild