https://bugzilla.redhat.com/show_bug.cgi?id=2215420
Jos de Kloe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Doc Type|--- |If docs needed, set a value CC| |[email protected] --- Comment #1 from Jos de Kloe <[email protected]> --- Hi Orion, thanks for working on this. Here are a first few remarks from a preliminary review. Issues: ======= - If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPL-3.0+'. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 ==>probably should be: "GPL-3.0-or-later" - Spec should use %global instead of %define unless justified Current version has "%define qt_version 5" - there is no %check section in the spec file ==>actually it is also to me not clear how a tool like this could be checked during the rpm build proces. - Related to this, I could not easily check if "the Package functions as described". According to the x2go wiki website: https://wiki.x2go.org/doku.php/wiki:advanced:x2gokdrive:start using this tool requires to rename x2gokdriveclient to the default name nxproxy and x2gokdrive to the default name x2goagent. Is it reasonable to expect this manual installation step from the user? Or did I overlook something? -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2215420 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202215420%23c1 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
