Changes of Revision 13
[-] | Changed | python-setuptools.spec |
x 1
2 %__python ./setup.py install \ 3 --root="%{buildroot}" \ 4 --prefix=%{_prefix} 5 -if [ ! -f %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe ] ; then 6 - touch %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe 7 -fi 8 9 %clean 10 [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot} 11
12 %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/dependency_links.txt 13 %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/entry_points.txt 14 %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/top_level.txt 15 +%if 0%{?suse_version} >= 1100 16 %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe 17 +%else 18 +%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/not-zip-safe 19 +%endif 20 %{py_sitedir}/setuptools-0.6c11-py%{py_ver}.egg-info 21 %{py_sitedir}/setuptools.pth 22 23 |