diff --git a/.gitignore b/.gitignore index 9a6a002..e21786b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ billiard-0.3.1.tar.gz +/billiard-2.7.3.9.tar.gz diff --git a/python-billiard.spec b/python-billiard.spec index 8e786af..d95f17e 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,62 +1,49 @@ -%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%endif - %global srcname billiard Name: python-%{srcname} -Version: 0.3.1 -Release: 4%{?dist} +Version: 2.7.3.9 +Release: 1%{?dist} Summary: Multiprocessing Pool Extensions Group: Development/Languages License: BSD URL: http://pypi.python.org/pypi/billiard Source0: http://pypi.python.org/packages/source/b/%{srcname}/%{srcname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python-setuptools - %description This package contains extensions to the multiprocessing Pool. - %prep %setup -q -n %{srcname}-%{version} - %build %{__python} setup.py build - %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} - -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc AUTHORS Changelog LICENSE README TODO docs/ %{python_sitelib}/%{srcname}/ %{python_sitelib}/%{srcname}*.egg-info - %changelog +* Tue Jun 19 2012 Fabian Affolter - 2.7.3.9-1 +- Updated to new upstream version 2.7.3.9 + * Sat Jan 14 2012 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Sat Aug 14 2010 Fabian Affolter - 0.3.1-2 +* Sat Aug 14 2010 Fabian Affolter - 0.3.1-2 - TODO removed -* Sat Jul 03 2010 Fabian Affolter - 0.3.1-1 +* Sat Jul 03 2010 Fabian Affolter - 0.3.1-1 - Initial package diff --git a/sources b/sources index 3020d9b..4dc6dc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e965221503561e425d2daacd18a800af billiard-0.3.1.tar.gz +beaab52135f9c3e06229bd873bab01db billiard-2.7.3.9.tar.gz