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



--- Comment #4 from Richard W.M. Jones <[email protected]> ---
Comments on the spec file while fedora-review is running:

Spec file looks sane and is quite simple.

I guess COLORIZE stops the build system emitting ANSI color codes?  If it's
doing that, instead it should be checking isatty and suppressing them
automatically.

/usr/include looks like an odd place to be putting *.mk files.  As they
appear to be Makefile fragments intended for use by the tool it seems
as if %{_datadir}/%{name} or %{_libdir}/%{name} might be better choices (the
former if they are strictly arch-independent, the latter if not).
Considering that you're already using %{_datadir}/%{name} too ...

I'm not sure what the difference is between %{_datadir} and %{_datarootdir}.
I have only ever used %{_datadir}.  However they both expand to the
same thing on my local machine.

rpmlint is complaining a lot about

  make-it-quick.noarch: W: devel-file-in-non-devel-package
/usr/share/make-it-quick/config/check_alloca.c

However given the nature of the package I think we can pass on that warning.

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to