rpms/python-setuptools/devel .cvsignore, 1.3, 1.4 python-setuptools.spec, 1.3, 1.4 sources, 1.3, 1.4

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Feb 15 22:12:31 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/python-setuptools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27240/devel

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:
Upstream update


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jan 2006 00:36:11 -0000	1.3
+++ .cvsignore	15 Feb 2006 22:12:31 -0000	1.4
@@ -1 +1 @@
-setuptools-0.6a9.zip
+setuptools-0.6a10.zip


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-setuptools.spec	17 Jan 2006 00:36:11 -0000	1.3
+++ python-setuptools.spec	15 Feb 2006 22:12:31 -0000	1.4
@@ -3,7 +3,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-setuptools
-Version:        0.6a9
+Version:        0.6a10
 Release:        1%{?dist}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 
@@ -31,9 +31,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
 find $RPM_BUILD_ROOT%{python_sitelib} -name \*.py -exec grep -q '^#!' {} \; -print | while read file ; do sed -i '1d' $file ; done
-echo "setuptools-%{version}-py%{pyver}.egg" > $RPM_BUILD_ROOT%{python_sitelib}/setuptools.pth
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,10 +41,12 @@
 %defattr(-,root,root,-)
 %doc api_tests.txt EasyInstall.txt pkg_resources.txt setuptools.txt
 %{_bindir}/*
-%{python_sitelib}/setuptools.pth
-%{python_sitelib}/setuptools-%{version}-py%{pyver}.egg
+%{python_sitelib}/*
 
 %changelog
+* Wed Feb 15 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.6a10-1
+- Upstream update
+
 * Mon Jan 16 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.6a9-1
 - Upstream update
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jan 2006 00:36:11 -0000	1.3
+++ sources	15 Feb 2006 22:12:31 -0000	1.4
@@ -1 +1 @@
-10bd22507d6115df6ba053228b648a0c  setuptools-0.6a9.zip
+8bcf7524d484aa3134a1b5aa64d2c275  setuptools-0.6a10.zip




More information about the fedora-extras-commits mailing list