diff --git python-pyro/python-pyro.spec python-pyro/python-pyro.spec.tmp index 34ccde6f59..6da954e57e 100644 --- python-pyro/python-pyro.spec +++ python-pyro/python-pyro.spec.tmp @@ -2,7 +2,7 @@ Name: python-pyro Version: 4.14 -Release: 13%{?dist} +Release: 14%{?dist} Summary: PYthon Remote Objects Group: Development/Languages @@ -20,13 +20,21 @@ BuildRequires: python3-setuptools BuildRequires: /usr/bin/2to3 %endif # if with_python3 -%description -Pyro provides an object-oriented form of RPC. You can use Pyro within a -single system but also use it for IPC. For those that are familiar with -Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less -similar to CORBA - which is a system- and language independent Distributed +%global _description\ +Pyro provides an object-oriented form of RPC. You can use Pyro within a\ +single system but also use it for IPC. For those that are familiar with\ +Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less\ +similar to CORBA - which is a system- and language independent Distributed\ Object Technology and has much more to offer than Pyro or RMI. +%description %_description + +%package -n python2-pyro +Summary: %summary +%{?python_provide:%python_provide python2-pyro} + +%description -n python2-pyro %_description + %if 0%{?with_python3} %package -n python3-pyro Summary: Python Remote Objects @@ -76,7 +84,7 @@ chmod -x examples/maxsize/Readme.txt popd %endif # with_python3 -%files +%files -n python2-pyro %defattr(-,root,root,-) %doc docs/* examples README.txt LICENSE %{python_sitelib}/Pyro4 @@ -91,6 +99,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.14-14 +- Python 2 binary package renamed to python2-pyro + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 4.14-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild