Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-setuptools
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 13
[-]
[+]
Changed
python-setuptools.spec
@@ -41,9 +41,6 @@ %__python ./setup.py install \ --root="%{buildroot}" \ --prefix=%{_prefix} -if [ ! -f %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe ] ; then - touch %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe -fi %clean [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot} @@ -65,7 +62,11 @@ %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/dependency_links.txt %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/entry_points.txt %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/top_level.txt +%if 0%{?suse_version} >= 1100 %{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe +%else +%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/not-zip-safe +%endif %{py_sitedir}/setuptools-0.6c11-py%{py_ver}.egg-info %{py_sitedir}/setuptools.pth