Upstream update

This commit is contained in:
Ignacio Vazquez-Abrams 2006-01-17 00:36:11 +00:00
parent d4b822d36f
commit f644c38909
3 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
setuptools-0.6a8.zip
setuptools-0.6a9.zip

View File

@ -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 <ivazquez@ivazquez.net> 0.6a9-1
- Upstream update
* Sat Dec 24 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.6a8-1
- Initial RPM release

View File

@ -1 +1 @@
3eecdf66c1a2cf8a6556bc00b69d572a setuptools-0.6a8.zip
10bd22507d6115df6ba053228b648a0c setuptools-0.6a9.zip