diff --git a/python-billiard.spec b/python-billiard.spec index 0f28ea4..14f2f5b 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -9,7 +9,6 @@ %bcond_without tests %endif - Name: python-%{srcname} Version: 3.6.0.0 Release: 1%{?dist} @@ -19,7 +18,6 @@ Summary: Multiprocessing Pool Extensions License: BSD URL: https://github.com/celery/billiard Source0: https://files.pythonhosted.org/packages/source/b/%{srcname}/%{srcname}-%{version}.tar.gz -#Source0: https://github.com/celery/billiard/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python2-setuptools @@ -31,7 +29,6 @@ BuildRequires: python2-unittest2 %endif BuildRequires: gcc - %description This package contains extensions to the multiprocessing Pool. @@ -89,7 +86,6 @@ cp -a . %{py3dir} %endif %endif - %files -n python2-%{srcname} %doc CHANGES.txt README.rst %license LICENSE.txt