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



--- Comment #10 from Neal Gompa <[email protected]> ---
> make %{?_smp_mflags}

Please consider using "%make_build" instead.

> #Remove static libraries
> rm -f %{buildroot}%{_libdir}/libvkd3d.{a,la}
> rm -f %{buildroot}%{_libdir}/libvkd3d-utils.{a,la}

Consider using the following instead:

""""
# Remove libtool archives
find %{buildroot} -name '*.la' -delete

# Remove static libraries
find %{buildroot} -name '*.a' -delete
""""

-- 
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]/message/BTNADIYNU472NGGDHRW4QNSC75AOB3AA/

Reply via email to