|
|
|
@ -47,8 +47,9 @@ developing applications that use %{name}.
|
|
|
|
|
%build
|
|
|
|
|
# find_program for utempter is failing for some reason, so
|
|
|
|
|
# set path explicitly to known-good value
|
|
|
|
|
%{cmake_kf5} \
|
|
|
|
|
%cmake_kf5 \
|
|
|
|
|
-DUTEMPTER_EXECUTABLE:PATH=/usr/libexec/utempter/utempter
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +64,7 @@ developing applications that use %{name}.
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license COPYING COPYING.LIB
|
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
|
|
|
%{_kf5_libdir}/libKF5Pty.so.5*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|