Logoj0ke.net Open Build Service > Projects > devel:python > python-setuptools > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed python-setuptools.spec
 
1
@@ -41,6 +41,9 @@
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
+   %__install -D -m644 distribute.egg-info/zip-safe %{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