diff --git a/.cvsignore b/.cvsignore index bc10506..3843083 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptools-0.6c6.tar.gz +setuptools-0.6c7.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 42d3453..7b08139 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,12 +1,12 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c6 +Version: 0.6c7 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages Group: Development/Languages -License: PSFL/ZPL +License: Python or ZPLv2.0 URL: http://peak.telecommunity.com/DevCenter/setuptools Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz Source1: psfl.txt @@ -18,6 +18,8 @@ BuildRequires: python-devel Requires: python-devel +Provides: python-setuptools-devel + %description setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that @@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 14 2007 Konstantin Ryabitsev - 0.6c7-1 +- Upstream 0.6c7 +- Provide python-setuptools-devel to make packagers' lives easier + * Sun Jun 10 2007 Konstantin Ryabitsev - 0.6c6-1 - Upstream 0.6c6 - Require python-devel (#240707) diff --git a/sources b/sources index 499acc0..2023b6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3d56d4d19776042607cbbecae823c8b setuptools-0.6c6.tar.gz +dedbf6a4f71cd6deaf13ee885054f16b setuptools-0.6c7.tar.gz