http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256
Vasiliy Glazov <vascom2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #7 from Vasiliy Glazov <vascom2(a)gmail.com> ---
1. As you can see in build.log
http://koji.russianfedora.pro/kojifiles/work/tasks/106/90106/build.log
OpenAL doesn't work an disabled. So I recommend add --without-openal to
configure.
2. I think it is better remove version suffix from bin-file name.
Add before configure:
#remove version postfix
sed -e 's/aegisub-3\.2/aegisub/' -e 's/aegisub-32/aegisub/' -i configure
Change
%find_lang %{name}
%files -f %{name}-32.lang
%{_bindir}/%{name}*
to
%find_lang %{name}
%files -f %{name}.lang
%{_bindir}/%{name}
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.