From 52bba8efa3c855f01ff46e5ece037fc6d076b283 Mon Sep 17 00:00:00 2001 From: wrobell Date: Mon, 7 Apr 2008 21:56:07 +0000 Subject: [PATCH] - ver. 0.6.0c8 Changed files: python-setuptools.spec -> 1.25 --- python-setuptools.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index d4eefc5..bb9c9c3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,17 +1,16 @@ %define module setuptools -%define subver r60636 +%define sub c8 %define rel 1 Summary: A collection of enhancements to the Python distutils Summary(pl.UTF-8): Zestaw rozszerzeń dla pythonowych distutils Name: python-setuptools Version: 0.6 -Release: 0.%{subver}.%{rel} +Release: 1.%{sub}.%{rel} Epoch: 1 License: GPL Group: Development/Languages/Python -#Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}%{sub}.tar.gz -Source0: setuptools-%{version}%{subver}.tar.bz2 -# Source0-md5: 6d431478bb7cf40d331184538cc795f0 +Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}%{sub}.tar.gz +# Source0-md5: 0e9bbe1466f3ee29588cc09d3211a010 URL: http://peak.telecommunity.com/DevCenter/setuptools %pyrequires_eq python BuildRequires: python-devel @@ -34,7 +33,7 @@ rozprowadzanie pakietów Pythona, szczególnie tych mających zależności od innych pakietów. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{module}-%{version}%{sub} %build python ./setup.py build -- 2.44.0