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=728837

T.C. Hollingsworth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from T.C. Hollingsworth <[email protected]> 2011-08-11 
22:50:05 EDT ---
Your SRPM fails to build because the directory name provided to the %setup
macro is incorrect.  See
http://koji.fedoraproject.org/koji/taskinfo?taskID=3267140 and
http://koji.fedoraproject.org/koji/getfile?taskID=3267143&name=build.log for
details.

This package should be called python-xml2dict in accordance with the Python
module naming guidelines: 
https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Addon_Packages_.28python_modules.29

Your package is claiming ownership of the entire Python site-packages
directory.  Please change the "%{python_sitelib}/" in "%files" to
"%{python_sitelib}/*" so you only claim ownership of files added there. 
Additionally, the "%{python_sitelib}/xml2dict*.egg-info" entry is superfluous;
those files will be included by "%{python_sitelib}/*"

-- 
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