diff --git python-subprocess32/python-subprocess32.spec python-subprocess32/python-subprocess32.spec.tmp index 7c68c0c677..1fb1a3539c 100644 --- python-subprocess32/python-subprocess32.spec +++ python-subprocess32/python-subprocess32.spec.tmp @@ -8,7 +8,7 @@ Name: python-subprocess32 Version: 3.2.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Backport of subprocess module from Python 3.2 to Python 2.* License: Python @@ -18,10 +18,18 @@ Source0: http://python-subprocess32.googlecode.com/files/subprocess32-%{v BuildRequires: python2-devel BuildRequires: python-test -%description -Backport of the subprocess module from Python 3.2 for use on 2.x. +%global _description\ +Backport of the subprocess module from Python 3.2 for use on 2.x.\ +%description %_description + +%package -n python2-subprocess32 +Summary: %summary +%{?python_provide:%python_provide python2-subprocess32} + +%description -n python2-subprocess32 %_description + %prep %setup -q -n subprocess32-%{version} @@ -38,7 +46,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build PYTHONPATH=$(pwd) %{__python} test_subprocess32.py -%files +%files -n python2-subprocess32 %doc LICENSE README.txt %{python_sitearch}/_posixsubprocess.so %{python_sitearch}/subprocess32*.egg-info @@ -46,6 +54,10 @@ PYTHONPATH=$(pwd) %{__python} test_subprocess32.py %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.2.6-9 +- Python 2 binary package renamed to python2-subprocess32 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 3.2.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild