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 10
[-]
[+]
Changed
python-setuptools.spec
@@ -41,6 +41,9 @@ %__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 + %__install -D -m644 distribute.egg-info/zip-safe %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe +fi %clean [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}