Improve compatibility with new CMake macro

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent fa9e4b2d83
commit 0116b5bdf2
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,3 +1,4 @@
%undefine __cmake_in_source_build
%global framework bluez-qt %global framework bluez-qt
Name: kf5-%{framework} Name: kf5-%{framework}
@ -57,17 +58,13 @@ Development files for %{name}.
%build %build
mkdir %{_target_platform} %{cmake_kf5} \
pushd %{_target_platform}
%{cmake_kf5} .. \
-DUDEV_RULES_INSTALL_DIR:PATH="%{_udevrulesdir}" -DUDEV_RULES_INSTALL_DIR:PATH="%{_udevrulesdir}"
popd %cmake_build
make %{?_smp_mflags} -C %{_target_platform}
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %cmake_install
%ldconfig_scriptlets %ldconfig_scriptlets

Loading…
Cancel
Save