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: Sirius - Othello game for GNOME Alias: sirius https://bugzilla.redhat.com/show_bug.cgi?id=287801 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-10-02 14:54 EST ------- For -9: * Tarball itself ------------------------------------------------------------------ [tasaka1@localhost sirius]$ ls -al *gz */*gz -rw-rw-r-- 1 tasaka1 tasaka1 1623435 2007-09-13 12:34 sirius-0.8.0-7.fc7/sirius-0.8.0.tar.gz -rw-rw-r-- 1 tasaka1 tasaka1 1647269 2007-09-22 00:45 sirius-0.8.0-8.fc7/sirius-0.8.0.tar.gz -rw-rw-r-- 1 tasaka1 tasaka1 1647346 2007-10-02 21:19 sirius-0.8.0-9.fc7/sirius-0.8.0.tar.gz -rw------- 1 tasaka1 tasaka1 1623435 2003-08-22 19:37 sirius-0.8.0.tar.gz [tasaka1@localhost sirius]$ md5sum *gz */*gz e01d079ca62aa3cc85f542bb5e9389a5 sirius-0.8.0.tar.gz e01d079ca62aa3cc85f542bb5e9389a5 sirius-0.8.0-7.fc7/sirius-0.8.0.tar.gz 51b3e3ea619ef43bc5b6cfa9fbda1776 sirius-0.8.0-8.fc7/sirius-0.8.0.tar.gz 84b76cc383a42f8321ccf9c6245de8d0 sirius-0.8.0-9.fc7/sirius-0.8.0.tar.gz ------------------------------------------------------------------ - Well, the tarball differs between -7, -8, and -9. Don't modify tarball itself! tarball used in srpm must be the same with the source written in spec file. If you have to modify some files in the tarball, patch against those files or so. * Fedora specific compilation flags - Fedora specific compilation flags are not honored. You can check the fedora compilation flags by `rpm --eval %opflags For this package, configure.in contains unneeded line --------------------------------------------------------- CFLAGS="-g -O3" --------------------------------------------------------- This overrides CFLAGS value. To pass correct cflags for this package, --------------------------------------------------------- make %{?_smp_mflags} CFLAGS="%{optflags}" --------------------------------------------------------- is needed (i.e. again add CFLAGS option). -- 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 Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review