Summary: A collection of enhancements to the python distutils Name: setuptools Version: 0.6c11 Release: 6%{?dist} License: PSF or ZPL Group: Development/Tools URL: http://peak.telecommunity.com/DevCenter/setuptools Source0: http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.4 BuildArch: noarch Requires: %{python_libdir} Provides: python-setuptools = %{evr} Obsoletes: python-setuptools < %{evr} %description setuptools is a collection of enhancements to the Python distutils (for Python 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. %prep %setup -q %build CFLAGS="%{optflags}"; export CFLAGS python setup.py build %install rm -rf %{buildroot} python setup.py install --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc *.txt PKG-INFO %{_bindir}/easy_install* %{python_libdir}/* %changelog * Sat Nov 10 2012 Axel Thimm - 0.6c11-6 - Update t0 0.6c11. * Sun Sep 17 2006 Axel Thimm - 0.6c2-5 - Update to 0.6c2. - Add compatiblity hooks for "python-setuptools". * Sun Aug 13 2006 Axel Thimm - 0.6c1-3 - Update to 0.6c1. * Sun Mar 12 2006 Axel Thimm - Initial build.