Changes of Revision 7
[-] | Added | python-setuptools.changes |
1
2 +------------------------------------------------------------------- 3 +Sat Oct 13 11:09:17 UTC 2012 - cs@linux-administrator.com 4 + 5 +- update to distribute 0.6.28 6 + 7 |
||
[-] | Changed | python-setuptools.spec ^ |
71 1
2 -# norootforbuild 3 4 %define _prefix /usr 5 6 -Name: python-setuptools 7 -Version: 0.6c11 8 +Name: python-distribute 9 +Version: 0.6.28 10 Release: 1 11 -Summary: Python setuptools Module 12 -Source: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz 13 -URL: http://cheeseshop.python.org/pypi/setuptools/ 14 +Summary: Python distribute/setuptools Module 15 +Source: http://pypi.python.org/packages/source/d/distribute/distribute-%{version}.tar.gz 16 +URL: http://pypi.python.org/pypi/distribute/%{version} 17 Group: Development/Libraries/Python 18 License: Python License 19 BuildRoot: %{_tmppath}/build-%{name}-%{version} 20 %py_requires 21 +Provides: python-setuptools = %{version} 22 +Provides: python-setuptools = 0.6c11 23 Requires: python >= %{py_ver} 24 -BuildRequires: python-devel 25 +BuildRequires: python-devel 26 27 %description 28 setuptools is a collection of enhancements to the Python distutils (for Python 29
30 source and doesn't have a suitable version already installed. 31 32 %prep 33 -%setup -q -n "setuptools-%{version}" 34 +%setup -q -n distribute-%{version} 35 36 %build 37 %__python ./setup.py build 38
39 40 %files 41 %defattr(-,root,root) 42 -%doc EasyInstall.txt 43 +%doc *.txt 44 %{_bindir}/easy_install* 45 %{py_sitedir}/easy_install.* 46 %{py_sitedir}/pkg_resources.* 47 %{py_sitedir}/site.* 48 %dir %{py_sitedir}/setuptools 49 %{py_sitedir}/setuptools/* 50 -%dir %{py_sitedir}/setuptools-%{version}-py%{py_ver}.egg-info 51 -%{py_sitedir}/setuptools-%{version}-py%{py_ver}.egg-info/* 52 +#%dir %{py_sitedir}/setuptools-%{version}-py%{py_ver}.egg-info 53 +#%{py_sitedir}/setuptools-%{version}-py%{py_ver}.egg-info/* 54 +%dir %{py_sitedir}/distribute-0.6.28-py2.6.egg-info 55 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/PKG-INFO 56 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/SOURCES.txt 57 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/dependency_links.txt 58 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/entry_points.txt 59 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/top_level.txt 60 +%{py_sitedir}/distribute-0.6.28-py2.6.egg-info/zip-safe 61 +%{py_sitedir}/setuptools-0.6c11-py2.6.egg-info 62 +%{py_sitedir}/setuptools.pth 63 64 %changelog 65 * Mon May 31 2010 Carsten Schoene <cs@linux-administrator.com> - 0.6c11-1 66
67 * Wed Sep 26 2007 Carsten Schoene <cs@linux-administrator.com> 68 - initial build for SLES 10 69 70 +# norootforbuild 71 |
||
Added | distribute-0.6.28.tar.gz ^ | |
Deleted | setuptools-0.6c11.tar.gz ^ | |
Deleted | setuptools-0.6c7.tar.gz ^ | |
Deleted | setuptools-0.6c8.tar.gz ^ | |
Deleted | setuptools-0.6c9.tar.gz ^ |