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=459979 --- Comment #10 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2008-10-08 10:52:47 EDT --- Well, * For compilation flags, removing -ffastmath, -fomit-frame-pointer and so on can be done (for this package) by: -------------------------------------------------------------------- %build sed -i -e '/fomit-frame-pointer/d' configure sed -i -e '/ffast-math/d' configure %configure --enable-gpl --disable-sox --------------------------------------------------------------------- * For preventing binaries from being stripped, changing "install -c -s" to "install -c" (in Makefile's in this tarball) will fix it * For execstack issue, accoding to https://fedoraproject.org/wiki/PackageMaintainers/Packaging_Tricks#Executable_stack the following will fix this issue: --------------------------------------------------------------------- BuildRequires: prelink .... execstack -c $RPM_BUILD_ROOT%{_libdir}/%{name}/libmltgtk2.so ---------------------------------------------------------------------- * About binaries' names - This package installs some files under %_bindir, some of them have too generic names (like miracle): https://fedoraproject.org/wiki/PackageMaintainers/Packaging_Tricks#Use_of_common_namespace Would you rename binaries' names such as mlt-miracle, for example? -- 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 Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review