From 23a4e2f4dead33bda19df2007159938c0fe1483e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Aug 2020 13:01:40 -0500 Subject: [PATCH] fix build --- kf5-kpty.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kf5-kpty.spec b/kf5-kpty.spec index 0edd1c0..71859da 100644 --- a/kf5-kpty.spec +++ b/kf5-kpty.spec @@ -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