Fix strawberry.spec for Mageia
This commit is contained in:
6
dist/unix/strawberry.spec.in
vendored
6
dist/unix/strawberry.spec.in
vendored
@@ -115,11 +115,15 @@ Features:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?centos} || 0%{?mageia}
|
%if 0%{?centos}
|
||||||
%make_install
|
%make_install
|
||||||
|
%else
|
||||||
|
%if 0%{?mageia}
|
||||||
|
%make_install -C build
|
||||||
%else
|
%else
|
||||||
%cmake_install
|
%cmake_install
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
|
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
|
||||||
|
|||||||
Reference in New Issue
Block a user