Actually remove kwallet-query from the compat build

-DBUILD_KWALLETD=OFF still produces kwallet-query, but it conflicts
with the KF6 counterpart
epel9
Alessandro Astone 1 year ago
parent 540df749cd
commit 64bcce9b34

@ -93,6 +93,9 @@ developing applications that use %{name}.
%install
%cmake_install
%if %{with kf6_compat}
rm %{buildroot}%{_mandir}/man1/kwallet-query.1* %{buildroot}%{_kf5_bindir}/kwallet-query
%endif
%find_lang %{name} --all-name --with-man
@ -115,8 +118,8 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%{_kf5_datadir}/kservices5/kwalletd5.desktop
%{_kf5_datadir}/applications/org.kde.kwalletd5.desktop
%{_kf5_datadir}/knotifications5/kwalletd5.notifyrc
%endif
%{_mandir}/man1/kwallet-query.1*
%endif
%ldconfig_scriptlets libs

Loading…
Cancel
Save