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=601115 Martin Gieseking <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Martin Gieseking <[email protected]> 2010-08-13 17:16:38 EDT --- Here are some more quick comments: - replace "make" with make %{_smp_mflags} CFLAGS='%{optflags}' and move it to the %build section - in order to ensure that symbolic links are created, add sed -i 's/\(cd bin && ln \)/\1 -sf /' Makefile before the call of make (or patch the Makefile appropriately) - I suggest to replace %{__mkdir} and %{__cp} with plain mkdir and cp, respectively - add COPYING as %doc - be more specific when adding the man pages: %{_mandir}/man1/*.1* -- 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
