Build using cmake macros

epel9
Jan Grulich 5 years ago
parent f1465e65e1
commit 35a5fdf8e1

@ -80,17 +80,14 @@ developing applications that use %{name}.
%build %build
mkdir %{_target_platform} %{cmake_kf5} \
pushd %{_target_platform}
%{cmake_kf5} .. \
-DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir} -DKDE_INSTALL_INCLUDEDIR:PATH=%{_kf5_includedir}
popd
make %{?_smp_mflags} -C %{_target_platform}
%cmake_build
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %cmake_install
%find_lang ksysguard_qt5 --with-qt --with-kde --all-name %find_lang ksysguard_qt5 --with-qt --with-kde --all-name

Loading…
Cancel
Save