Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: gnue-common - GNU Enterprise Common Base
https://bugzilla.redhat.com/show_bug.cgi?id=439310
------- Additional Comments From aaronh@garden.org 2008-03-31 00:17 EST ------- I've changed the SPEC and SRPM files:
Spec URL: https://agave.garden.org/~aaronh/rpm/gnue-common.spec SRPM URL: https://agave.garden.org/~aaronh/rpm/gnue-common-0.6.9-1.src.rpm
finI didn't think to use a macro in the %install section for the --prefix setting. It is fixed.
I've kept it at noarch by using the python_sitelib macro described at:
http://fedoraproject.org/wiki/Packaging/Python
The mock problem appears to be related to find-debuginfo.sh running, when it shouldn't run since noarch is set. Wierd. I've tried applying brute force by adding %define debug_package %{nil} at the top of the specfile. I can't get mock to work in a fedora-devel-i386, but it builds successfully in mock using fedora-8-i386.
I have modified the spec and source rpm by including a few patches I had forgotten.