diff --git python-gear/python-gear.spec python-gear/python-gear.spec.tmp index 1124d29c09..7595cdbb00 100644 --- python-gear/python-gear.spec +++ python-gear/python-gear.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.5.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pure Python Async Gear Protocol Library Group: Applications/Productivity @@ -27,21 +27,28 @@ BuildRequires: python-testrepository BuildRequires: python-testresources BuildRequires: python-testscenarios + +%global _description\ +python-gear implements an asynchronous event-driven interface to Gearman.\ +It provides interfaces to build a client or worker, and access to the\ +administrative protocol. The design approach is to keep it simple, with a\ +relatively thin abstraction of the Gearman protocol itself. It should be\ +easy to use to build a client or worker that operates either synchronously\ +or asynchronously. The module also provides a simple Gearman server for\ +use as a convenience in unit tests. The server is not designed for\ +production use under load.\ + + +%description %_description + +%package -n python2-%{srcname} +Summary: %summary Requires: python-extras Requires: python-daemon Requires: python-pbr +%{?python_provide:%python_provide python2-%{srcname}} - -%description -python-gear implements an asynchronous event-driven interface to Gearman. -It provides interfaces to build a client or worker, and access to the -administrative protocol. The design approach is to keep it simple, with a -relatively thin abstraction of the Gearman protocol itself. It should be -easy to use to build a client or worker that operates either synchronously -or asynchronously. The module also provides a simple Gearman server for -use as a convenience in unit tests. The server is not designed for -production use under load. - +%description -n python2-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} -S git @@ -61,7 +68,7 @@ rm -rf {test-,}requirements.txt %{__python2} setup.py testr -%files +%files -n python2-%{srcname} %doc README.rst CONTRIBUTING.rst doc %license LICENSE %{_bindir}/* @@ -70,6 +77,10 @@ rm -rf {test-,}requirements.txt %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.9-7 +- Python 2 binary package renamed to python2-gear + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild