diff --git python-pp/python-pp.spec python-pp/python-pp.spec.tmp index d17f5887d2..e6d9896125 100644 --- python-pp/python-pp.spec +++ python-pp/python-pp.spec.tmp @@ -2,7 +2,7 @@ Name: python-pp Version: 1.6.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Parallel execution of python on smp Group: Development/Libraries @@ -12,15 +12,23 @@ Source0: http://www.parallelpython.com/downloads/pp/pp-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python >= 2.3, python-configobj BuildRequires: python-devel, python-setuptools -%description -pp is a python module which provides mechanism for parallel execution of -python code on SMP (systems with multiple processors or cores) and clusters -(computers connected via network). +%global _description\ +pp is a python module which provides mechanism for parallel execution of\ +python code on SMP (systems with multiple processors or cores) and clusters\ +(computers connected via network).\ + + +%description %_description +%package -n python2-pp +Summary: %summary +Requires: python >= 2.3, python-configobj +%{?python_provide:%python_provide python2-pp} + +%description -n python2-pp %_description %prep %setup -q -n pp-%{version} @@ -41,7 +49,7 @@ mv $RPM_BUILD_ROOT/%{_bindir}/ppserver.py $RPM_BUILD_ROOT/%{_bindir}/ppserver rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-pp %defattr(-,root,root,-) %doc PKG-INFO README doc/example.config doc/ppdoc.html # For noarch packages: sitelib @@ -50,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.6.0-13 +- Python 2 binary package renamed to python2-pp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild