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

--- Comment #12 from mgans...@online.de <mgans...@online.de> ---
(In reply to Antonio Trande from comment #11)
> 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
> #
> 
done

> > COPYING file does not report a GPLv3 license, use GPLv2
> 
> Ask a clarification to upstream, it's reported a GPLv3 license in
> mp4joiner.org

had asked for it on
https://sourceforge.net/p/mp4joiner/discussion/general/thread/92c1b943/

-- 
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