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 <[email protected]> 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_inside_a_Created_Directory

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to