Issues about packaging into Fedora

I plan to package this project into Fedora Linux, there are some issues when it was reviewed. [1]

  1. rpmlint reported incorrect_fsf_address, which I should inform to the upstream. [2] And the LICENSE file you provied showed GPL v3 , but Most of CMake files appeared to be LGPL v3, except src/GObjectIntrospection/GObjectIntrospectionConfig.cmake file is BSD license.
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/CoverageReport/EnableCoverageReport.cmake
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/FormatCode/FormatCodeConfig.cmake
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/FormatCode/formatcode_common.cmake
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/FormatCode/formatcode_format.cmake.in
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/FormatCode/formatcode_test.cmake.in
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/IncludeChecker/IncludeCheckerConfig.cmake
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/Lcov/LcovConfig.cmake
cmake-extras.x86_64: E: incorrect-fsf-address /usr/share/cmake/gcovr/gcovrConfig.cmake
  1. The installation location about CMake-related files. I quoted the reviewer's words here, The project seems independently developed of CMake, but puts files in /usr/share/cmake rather than in /usr/share/cmake/cmake-extras is there a possibility of conflicts?

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2416532#c4

[2] https://docs.fedoraproject.org/en-US/package-maintainers/CommonRpmlintIssues/#incorrect_fsf_address