[Bug 4256] Review request: aegisub - Tool for creating and modifying subtitles

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu Sep 29 09:05:20 CEST 2016


http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256

Vasiliy Glazov <vascom2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #7 from Vasiliy Glazov <vascom2 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.rpmfusion.org/pipermail/rpmfusion-developers/attachments/20160929/083b5b4a/attachment.html>


More information about the rpmfusion-developers mailing list