https://bugzilla.rpmfusion.org/show_bug.cgi?id=4993

--- Comment #50 from Akarshan Biswas <akarshan.bis...@hotmail.com> ---
(In reply to Antonio Trande from comment #49)
> - Why debuginfo package creation is disabled?
> 
> %if !%{symbol}
> %global debug_package %{nil}
> %endif

I did it to decrease memory and speed up the build. It can be re-enabled by
setting the value of symbol >0 in spec file. Do we really need debug packages?



> Symbols from ELF binaries must be stripped as well as the source code
> related to them (in /usr/src/debug). In fact, RPMs are enormously heavy,
> 'chromium' is runnig slowly.
I have noticed it too.  (This doesn't occur when compiled with clang).
Need to find a solution to this.

> - ELF binaries are hardened; all compiler/linker flags seem working fine.

That's great. 


> - The AppData file MUST be named with the same root as the .desktop file and
> installed into %{_metainfodir}:
> 

About that. chromium's xdg utils fails to set the gnome's default apps if I
change the .desktop name to chromium-vaapi.desktop. So can I use the
chromium-browser.appdata.xml? But isn't chromium on fedora has that too? Will
there be any conflict?


>         SPEC file is not UTF8. See
> https://fedoraproject.org/wiki/Common_Rpmlint_issues?rd=PackageMaintainers/
> Common_Rpmlint_Issues#file-not-utf8 for fixing.

I have used UTF -8 to write that spec file. I didn't know how it got changed.
Will fix it. Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to