diff --git python-posix_ipc/python-posix_ipc.spec python-posix_ipc/python-posix_ipc.spec.tmp index b278885895..259427a538 100644 --- python-posix_ipc/python-posix_ipc.spec +++ python-posix_ipc/python-posix_ipc.spec.tmp @@ -6,7 +6,7 @@ Name: python-posix_ipc Version: 0.9.8 -Release: 12%{?dist} +Release: 13%{?dist} Summary: POSIX IPC primitives (semaphores and shared memory) for Python Group: Development/Languages License: BSD @@ -16,11 +16,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools -%description -posix_ipc is a Python module (written in C) that permits creation and -manipulation of POSIX inter-process semaphores, shared memory and message -queues on platforms supporting POSIX Realtime Extensions, POSIX 1003.1b-1993. +%global _description\ +posix_ipc is a Python module (written in C) that permits creation and\ +manipulation of POSIX inter-process semaphores, shared memory and message\ +queues on platforms supporting POSIX Realtime Extensions, POSIX 1003.1b-1993.\ + +%description %_description + +%package -n python2-posix_ipc +Summary: %summary +%{?python_provide:%python_provide python2-posix_ipc} + +%description -n python2-posix_ipc %_description %if 0%{?with_python3} %package -n python3-posix_ipc @@ -70,7 +78,7 @@ popd %clean -%files +%files -n python2-posix_ipc %defattr(-,root,root,-) %doc README LICENSE demo demo2 %{python_sitearch}/* @@ -84,6 +92,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.8-13 +- Python 2 binary package renamed to python2-posix_ipc + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.9.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild