https://bugzilla.rpmfusion.org/show_bug.cgi?id=4641

--- Comment #11 from Antonio Trande <anto.tra...@gmail.com> ---
Too many spaces in

#
%build
%configure \
    %if (0%{?fedora} && 0%{?fedora} < 28)
    --with-wx-config=%{_bindir}/wx-config-3.0-gtk2
    %endif
make %{?_smp_mflags}
#

that's why build fails.

Use

#
%configure \
%if (0%{?fedora} && 0%{?fedora} < 28)
 --with-wx-config=%{_bindir}/wx-config-3.0-gtk2
%endif

%make_build
#

> COPYING file does not report a GPLv3 license, use GPLv2

Ask a clarification to upstream, it's reported a GPLv3 license in mp4joiner.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to