http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256
Vasiliy Glazov <vascom2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vascom2(a)gmail.com
--- Comment #1 from Vasiliy Glazov <vascom2(a)gmail.com> ---
1. Remove
%global gituser Aegisub
%global gitname Aegisub
And use %{url instead of
https://github.com/%{gituser}/%{gitname} in Source0.
2. Change
%autosetup -n %{gitname}-%{version} -p 1
to
%autosetup -n Aegisub-%{version} -p 1
It is not so often used to make %global macro.
3. Remove rm -rf %{buildroot}.
4. Make desktop-file validation.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.