diff --git a/python-dirq.spec b/python-dirq.spec index 8972723381..4f55e389ea 100644 --- a/python-dirq.spec +++ b/python-dirq.spec @@ -24,7 +24,7 @@ Name: python-dirq Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Directory based queue Group: Development/Languages @@ -40,15 +40,23 @@ BuildRequires: python2-devel BuildRequires: %{altpython}-devel %endif #end of altpython. -%description -The goal of this module is to offer a simple queue system using the -underlying file system for storage, security and to prevent race -conditions via atomic operations. It focuses on simplicity, -robustness and the ability to scale. - -The python module dirq is compatible with the Perl +%global _description\ +The goal of this module is to offer a simple queue system using the\ +underlying file system for storage, security and to prevent race\ +conditions via atomic operations. It focuses on simplicity,\ +robustness and the ability to scale.\ +\ +The python module dirq is compatible with the Perl\ module Directory::Queue. +%description %_description + +%package -n python2-dirq +Summary: %summary +%{?python_provide:%python_provide python2-dirq} + +%description -n python2-dirq %_description + %if %{?altpython:1}%{!?altpython:0} %package -n %{altpython}-dirq Summary: Directory based queue for %{altpython} @@ -116,7 +124,7 @@ popd %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-dirq %defattr(-,root,root,-) %doc README.rst CHANGES examples test %{python_sitelib}/%{srcname}/ @@ -133,6 +141,10 @@ rm -rf $RPM_BUILD_ROOT %endif #end of altpython. %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.7.1-5 +- Python 2 binary package renamed to python2-dirq + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild