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=459915 Mamoru Tasaka <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] --- Comment #1 from Mamoru Tasaka <[EMAIL PROTECTED]> 2008-09-04 12:38:03 EDT --- Some notes for 1.08-1: * %setup - %setup is missing, which may cause some strange build failure like the following thread: http://www.redhat.com/archives/rhl-devel-list/2008-February/thread.html#01956 Add "%setup -q -c -T", for example. * Macros - Use macros for standard directories: https://fedoraproject.org/wiki/Packaging/RPMMacros For example, /usr/share must be %{_datadir}. * Output when unpackaging archive - Suppress the output when unpackging archive by "unzip -qq". When you "unzip"s zip archive at %setup, setup uses "-qq" option by default. -- 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. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
