Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=717966
--- Comment #8 from Mark McLoughlin markmc@redhat.com 2011-07-12 12:48:01 EDT ---
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Not needed anymore:
http://fedoraproject.org/wiki/Packaging:Python#Macros
%dir %attr(0755, root, root) %{python_sitelib}/psphere %{python_sitelib}/psphere/*
A simple:
%{python_sitelib}/psphere/
does the exact same. See:
http://fedoraproject.org/wiki/Packaging:UnownedDirectories#Wildcarding_Files...