Recommends: (icoutils if wine)

to support .exe/.ico file previews
epel9
Rex Dieter 3 years ago
parent d821add868
commit 4b17570942

@ -1,5 +1,3 @@
%undefine __cmake_in_source_build
# uncomment to enable bootstrap mode
#global bootstrap 1
@ -9,7 +7,7 @@
Name: kio-extras
Version: 21.12.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Additional components to increase the functionality of KIO Framework
License: GPLv2+
@ -104,6 +102,8 @@ Obsoletes: kio-extras-htmlthumbnail < 18.08.3
# helpful for imagethumbnail plugin
Recommends: qt5-qtimageformats%{?_isa}
# .exe/.ico previews, will limit dep to only if wine is installed for now -- rdieter
Recommends: (icoutils if wine)
# when -info was split out
Obsoletes: kio-extras < 19.04.1-1
@ -160,7 +160,6 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
%{_kf5_libexecdir}/smbnotifier
%dir %{_kf5_plugindir}/kded
%{_kf5_plugindir}/kded/filenamesearchmodule.so
#{_kf5_plugindir}/kded/networkwatcher.so
%{_kf5_plugindir}/kded/recentdocumentsnotifier.so
%{_kf5_plugindir}/kded/smbwatcher.so
%dir %{_kf5_plugindir}/kio/
@ -175,7 +174,6 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
%{_kf5_plugindir}/kio/man.so
%{_kf5_plugindir}/kiod/kmtpd.so
%{_kf5_plugindir}/kio/mtp.so
#{_kf5_plugindir}/kio/network.so
%{_kf5_plugindir}/kio/nfs.so
%{_kf5_plugindir}/kio/recentdocuments.so
%{_kf5_plugindir}/kio/recentlyused.so
@ -226,6 +224,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
%changelog
* Wed Feb 23 2022 Rex Dieter <rdieter@fedoraproject.org> - 21.12.2-2
- Recommends: (icoutils if wine)
* Fri Feb 04 2022 Rex Dieter <rdieter@fedoraproject.org> - 21.12.2-1
- 21.12.2

Loading…
Cancel
Save