|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: kio-extras
|
|
|
|
|
Version: 19.08.3
|
|
|
|
|
Version: 19.12.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%
|
|
|
|
|
# patch to use libtirpc for RPC, from Cygwin Ports
|
|
|
|
|
# should be upstreamable, considering that glibc's builtin RPC is obsolete
|
|
|
|
|
# https://github.com/cygwinports/kf5-kio-extras/blob/master/16.08.3-nfs-libtirpc.patch
|
|
|
|
|
Patch1000: kio-extras-19.04-nfs-libtirpc.patch
|
|
|
|
|
Patch1000: kio-extras-19.12.1-nfs-libtirpc.patch
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
@ -117,6 +117,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
#setup -q
|
|
|
|
|
#patch1000 -p1 -b .nfs-libtirpc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -171,11 +173,11 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
|
|
|
|
|
%{_kf5_plugindir}/kio/network.so
|
|
|
|
|
%{_kf5_plugindir}/kio/nfs.so
|
|
|
|
|
%{_kf5_plugindir}/kio/recentdocuments.so
|
|
|
|
|
%{_kf5_plugindir}/kio/recentlyused.so
|
|
|
|
|
%{_kf5_plugindir}/kio/settings.so
|
|
|
|
|
%{_kf5_plugindir}/kio/sftp.so
|
|
|
|
|
%{_kf5_plugindir}/kio/smb.so
|
|
|
|
|
%{_kf5_plugindir}/kio/thumbnail.so
|
|
|
|
|
%{_kf5_plugindir}/parts/kmanpart.so
|
|
|
|
|
%{_kf5_qtplugindir}/audiothumbnail.so
|
|
|
|
|
%{_kf5_qtplugindir}/comicbookthumbnail.so
|
|
|
|
|
%{_kf5_qtplugindir}/djvuthumbnail.so
|
|
|
|
@ -226,6 +228,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 13 2020 Rex Dieter <rdieter@fedoraproject.org> - 19.12.1-1
|
|
|
|
|
- 19.12.1
|
|
|
|
|
|
|
|
|
|
* Tue Nov 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.3-1
|
|
|
|
|
- 19.08.3
|
|
|
|
|
- hack around cmake/libssh bogosity (sftp kioslave FTBFS)
|
|
|
|
|