From 9d04470d32f9b0276ddea2253265b54bd58bf63a Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 24 Jul 2010 09:40:21 +0000 Subject: [PATCH] fix building --- python-setup/python-setup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setup/python-setup.spec b/python-setup/python-setup.spec index 48e07ef0c9..9e7437a704 100644 --- a/python-setup/python-setup.spec +++ b/python-setup/python-setup.spec @@ -36,7 +36,7 @@ Class: EVAL Group: Language License: PSF/ZPL Version: %{V_python} -Release: 20100705 +Release: 20100724 # list of sources Source0: http://pypi.python.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.tar.gz @@ -56,7 +56,7 @@ PreReq: OpenPKG, openpkg >= 20100101, python >= %{V_python} } %prep - %setup -q -n setuptools-%{version} + %setup -q -n setuptools-%{V_setuptools} %build %{l_prefix}/bin/python setup.py build