|
|
@ -1,4 +1,3 @@
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
%global framework kauth
|
|
|
|
%global framework kauth
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
@ -43,8 +42,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{cmake_kf5} \
|
|
|
|
%cmake_kf5 \
|
|
|
|
-DKDE_INSTALL_LIBEXECDIR=%{_kf5_libexecdir}
|
|
|
|
-DKDE_INSTALL_LIBEXECDIR=%{_kf5_libexecdir}
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -68,8 +68,9 @@ developing applications that use %{name}.
|
|
|
|
%{_kf5_libexecdir}/kauth/
|
|
|
|
%{_kf5_libexecdir}/kauth/
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
|
|
|
|
|
|
|
|
%{_kf5_includedir}/KAuth/
|
|
|
|
%{_kf5_includedir}/KAuth/
|
|
|
|
|
|
|
|
%{_kf5_includedir}/KAuthCore/
|
|
|
|
|
|
|
|
%{_kf5_includedir}/KAuthWidgets/
|
|
|
|
%{_kf5_libdir}/libKF5Auth.so
|
|
|
|
%{_kf5_libdir}/libKF5Auth.so
|
|
|
|
%{_kf5_libdir}/libKF5AuthCore.so
|
|
|
|
%{_kf5_libdir}/libKF5AuthCore.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Auth/
|
|
|
|
%{_kf5_libdir}/cmake/KF5Auth/
|
|
|
|