Build using cmake macros

epel9
Jan Grulich 5 years ago
parent bcdb0aa003
commit c6326cc1fb

@ -51,16 +51,12 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE.
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%{cmake_kf5}
%cmake_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%cmake_install
%find_lang polkit-kde-authentication-agent-1

Loading…
Cancel
Save