From f644c38909421fe56e372387aa2361f87d93b7fa Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Jan 17 2006 00:36:11 +0000 Subject: Upstream update --- diff --git a/.cvsignore b/.cvsignore index f4a5a28..0a07e28 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptools-0.6a8.zip +setuptools-0.6a9.zip diff --git a/python-setuptools.spec b/python-setuptools.spec index 7fe0a80..2ce4577 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -3,7 +3,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-setuptools -Version: 0.6a8 +Version: 0.6a9 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages @@ -33,7 +33,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT find $RPM_BUILD_ROOT%{python_sitelib} -name \*.py -exec grep -q '^#!' {} \; -print | while read file ; do sed -i '1d' $file ; done -#find $RPM_BUILD_ROOT%{python_sitelib} -name \*.py -exec grep -q '^#!' {} \; | while read file ; do grep -q '^#!' $file && sed -i '1d' $file ; done echo "setuptools-%{version}-py%{pyver}.egg" > $RPM_BUILD_ROOT%{python_sitelib}/setuptools.pth %clean @@ -47,5 +46,8 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/setuptools-%{version}-py%{pyver}.egg %changelog +* Mon Jan 16 2006 Ignacio Vazquez-Abrams 0.6a9-1 +- Upstream update + * Sat Dec 24 2005 Ignacio Vazquez-Abrams 0.6a8-1 - Initial RPM release diff --git a/sources b/sources index 3240643..7079926 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3eecdf66c1a2cf8a6556bc00b69d572a setuptools-0.6a8.zip +10bd22507d6115df6ba053228b648a0c setuptools-0.6a9.zip