https://bugzilla.redhat.com/show_bug.cgi?id=1916936



--- Comment #6 from Ron Olson <tachokni...@gmail.com> ---
The %global debug_package %{nil} is added because without it, the package fails
with an "RPM build error: empty %files file debugfiles.list" error; from what
I've gathered via some searching, the issue is related to the same reason that
I'm not using the %cmake macros; they don't expand correctly to build
successfully. Trying to use %cmake -G Ninja by itself defaults to gcc, trying
to pass the -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ flags result
in complaints that /usr/bin/clang can't compile a simple program. 

Other than that, I removed the Provides (I didn't know that was no longer
necessary) along with the %post and %postrun.

Spec and SRPM replaced with the latest-n-greatest.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
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/package-review@lists.fedoraproject.org

Reply via email to