mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-23 06:09:02 +01:00
Fix strawberry.spec for CentOS and Mageia
This commit is contained in:
parent
f75c3633e9
commit
e80c9c4101
8
dist/unix/strawberry.spec.in
vendored
8
dist/unix/strawberry.spec.in
vendored
@ -108,14 +108,18 @@ Features:
|
||||
|
||||
%build
|
||||
%{cmake} -DCMAKE_BUILD_TYPE:STRING=Release
|
||||
%if 0%{?centos}
|
||||
%if 0%{?centos} || 0%{?mageia}
|
||||
%make_build
|
||||
%else
|
||||
%cmake_build
|
||||
%endif
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%if 0%{?centos} || 0%{?mageia}
|
||||
%make_install
|
||||
%else
|
||||
%cmake_install
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
|
||||
|
Loading…
Reference in New Issue
Block a user