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=739263 --- Comment #4 from Brendan Jones <brendan.jones.it@xxxxxxxxx> 2011-11-11 11:38:14 EST --- Your package contains a C library which must be compiled in the %build section and installed in the appropriate location. Being compiled that means the package is architecture specific - so you have to remove the BuildArch tag. You will be doing something along the lines of this in your build and prep section and make sure the files are installed in the correct place. %prep %setup -q -n Bounce-%{version} sed -i -e 's|-fPIC -O2|%{optflags}|' pongc/Makefile %build # build C binaries pushd pongc make popd For reference: http://fedoraproject.org/wiki/Packaging:SugarActivityGuidelines#Architecture-specific_Activities -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review