Workaround for a problem with %{python_sitelib}

This commit is contained in:
Marcin Zajaczkowski 2008-01-15 20:48:55 +00:00
parent 1830d73ac6
commit 16bdc9a941
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%defattr(0644,root,root,0755)
%{_libdir}/python*/site-packages/xattr.so
%if 0%{?fedora} >= 9
%{python_sitelib}/*egg-info
#%{python_sitelib}/*egg-info - didn't work for me in rawhide
%{_libdir}/python*/site-packages/*egg-info
%endif
%doc ChangeLog MANIFEST NEWS README *.html *.txt