|
|
@ -7,12 +7,12 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: kio-extras
|
|
|
|
Name: kio-extras
|
|
|
|
Version: 16.12.3
|
|
|
|
Version: 17.04.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -55,6 +55,7 @@ BuildRequires: perl-generators
|
|
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
|
|
|
|
BuildRequires: taglib-devel > 1.11
|
|
|
|
%if 0%{?fedora} > 24
|
|
|
|
%if 0%{?fedora} > 24
|
|
|
|
# work around possibly missing macro
|
|
|
|
# work around possibly missing macro
|
|
|
|
%{!?qt5_qtwebengine_arches:%global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
|
|
|
|
%{!?qt5_qtwebengine_arches:%global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
|
|
|
@ -69,25 +70,25 @@ BuildRequires: time
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# translations moved here
|
|
|
|
|
|
|
|
Conflicts: kde-l10n < 17.03
|
|
|
|
|
|
|
|
|
|
|
|
# short-lived subpkg, locale conflicts fixed in kio_mtp instead
|
|
|
|
# short-lived subpkg, locale conflicts fixed in kio_mtp instead
|
|
|
|
Obsoletes: kio-extras-mtp-common < 5.2.2-3
|
|
|
|
Obsoletes: kio-extras-mtp-common < 5.2.2-3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: kde-runtime-docs < 5.0.0-1
|
|
|
|
|
|
|
|
# when went noarch
|
|
|
|
|
|
|
|
Obsoletes: kio-extras-doc < 5.8.0-2
|
|
|
|
|
|
|
|
# moved to main pkg
|
|
|
|
|
|
|
|
Obsoletes: kio-extras-docs < 17.03
|
|
|
|
|
|
|
|
Provides: kio-extras-docs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
# helpful for imagethumbnail plugin
|
|
|
|
# helpful for imagethumbnail plugin
|
|
|
|
Recommends: qt5-qtimageformats %{?_isa}
|
|
|
|
Recommends: qt5-qtimageformats %{?_isa}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%package docs
|
|
|
|
|
|
|
|
Summary: Documentation and user manuals for %{name}
|
|
|
|
|
|
|
|
Obsoletes: kde-runtime-docs < 5.0.0-1
|
|
|
|
|
|
|
|
# when went noarch
|
|
|
|
|
|
|
|
Obsoletes: kio-extras-doc < 5.8.0-2
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?htmlthumbnail}
|
|
|
|
%if 0%{?htmlthumbnail}
|
|
|
|
%package htmlthumbnail
|
|
|
|
%package htmlthumbnail
|
|
|
|
Summary: KIO HTML thumbnailer
|
|
|
|
Summary: KIO HTML thumbnailer
|
|
|
@ -115,6 +116,8 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --all-name --with-html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%if 0%{?tests}
|
|
|
|
%if 0%{?tests}
|
|
|
@ -138,7 +141,7 @@ fi
|
|
|
|
%posttrans
|
|
|
|
%posttrans
|
|
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files -f %{name}.lang
|
|
|
|
# include *a* copy, others are in mtp/
|
|
|
|
# include *a* copy, others are in mtp/
|
|
|
|
%license fish/COPYING
|
|
|
|
%license fish/COPYING
|
|
|
|
%{_libdir}/libmolletnetwork5.so.*
|
|
|
|
%{_libdir}/libmolletnetwork5.so.*
|
|
|
@ -162,6 +165,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
%{_kf5_plugindir}/kio/sftp.so
|
|
|
|
%{_kf5_plugindir}/kio/sftp.so
|
|
|
|
%{_kf5_plugindir}/kio/smb.so
|
|
|
|
%{_kf5_plugindir}/kio/smb.so
|
|
|
|
%{_kf5_plugindir}/kio/thumbnail.so
|
|
|
|
%{_kf5_plugindir}/kio/thumbnail.so
|
|
|
|
|
|
|
|
%{_kf5_qtplugindir}/audiothumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/comicbookthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/comicbookthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/djvuthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/djvuthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/exrthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/exrthumbnail.so
|
|
|
@ -198,9 +202,6 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
%{_datadir}/mime/packages/kf5_network.xml
|
|
|
|
%{_datadir}/mime/packages/kf5_network.xml
|
|
|
|
%{_datadir}/config.kcfg/jpegcreatorsettings5.kcfg
|
|
|
|
%{_datadir}/config.kcfg/jpegcreatorsettings5.kcfg
|
|
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
|
|
|
|
%{_docdir}/HTML/en/kioslave5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?htmlthumbnail}
|
|
|
|
%if 0%{?htmlthumbnail}
|
|
|
|
%files htmlthumbnail
|
|
|
|
%files htmlthumbnail
|
|
|
|
%{_kf5_qtplugindir}/htmlthumbnail.so
|
|
|
|
%{_kf5_qtplugindir}/htmlthumbnail.so
|
|
|
@ -208,6 +209,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
|
|
|
|
|
|
|
|
- 17.04.1, move -docs content to main pkg
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-2
|
|
|
|
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-2
|
|
|
|
- rebuild (exiv2)
|
|
|
|
- rebuild (exiv2)
|
|
|
|
|
|
|
|
|
|
|
|