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: Tennix! - A funny 2D tennis game https://bugzilla.redhat.com/show_bug.cgi?id=445604 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2008-05-07 20:30 EST ------- You can fix the debuginfo by compiling with the appropriate flags and not stripping the debug data from the binary at install time: Add: sed -i -e 's/install -s/install/' makefile after %setup -q in %prep to prevent the stripping. Add: export CFLAGS="%{optflags}" before "make" in %build to set the compiler flags. You're also going to need: BuildRequires: desktop-file-utils -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
