(In reply to Andrew Bauer from comment #11) ... > We should probably add the requires shown in this spec file, but add them > one per line please: > https://github.com/RPM-Outpost/discord/blob/master/discord-stable.spec > Gives props to the electronwill for figuring that part out. Please reminds to use the %{_isa} notation for each dependencies (one by line for better readability). Some dependencies can be automatically detected if you remove AutoReqProv: no Also BuildRequires: libXScrnSaver is probably Requires: libXScrnSaver%{_isa} instead. Please use desktop-file-validate https://fedoraproject.org/wiki/Packaging:Guidelines#desktop-file-install_usage Also please consider to provide appdata files https://fedoraproject.org/wiki/Packaging:AppData As this is a pre-built binary package, you need to use both of theses macros: --- %global debug_package %{nil} %global __strip /bin/true --- > Note, that I'd send an email to Chris Marsh regarding the license question. Thx!