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

Oleg Girko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value
                 CC|                            |[email protected]



--- Comment #1 from Oleg Girko <[email protected]> ---
1. I think, using "%{_builddir}/feather/redhat-linux-build/bin/feather" in
%install section is not portable. Since out of source build was introduced, the
directory where build happens changed at least once, and I won't be surprised
if it will change in the future again. Better use
"%{_vpath_builddir}/bin/feather" instead. Also, it will improve readability.
2. Or even better, try to use %cmake_install to install binary, and resort to
manual installation only if this method doesn't work, but do it with "install"
command, not "cp".
3. Using "%{_builddir}/feather/" prefix in %install section is unnecessary and
harms readability: %install script is already run in this directory.

Please note that this is not a proper complete review, I've just listed things
that I found by looking at the spec file.


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2053822
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to