You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
247 lines
7.1 KiB
247 lines
7.1 KiB
Name: kio-extras
|
|
Version: 15.08.3
|
|
Release: 1%{?dist}
|
|
Summary: Additional components to increase the functionality of KIO Framework
|
|
|
|
License: GPLv2+
|
|
URL: https://projects.kde.org/kio-extras
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
%if %{revision} >= 50
|
|
%global stable unstable
|
|
%else
|
|
%global stable stable
|
|
%endif
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: exiv2-devel
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf5-karchive-devel
|
|
BuildRequires: kf5-kconfig-devel
|
|
BuildRequires: kf5-kconfigwidgets-devel
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
BuildRequires: kf5-kdbusaddons-devel
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
BuildRequires: kf5-kdnssd-devel
|
|
BuildRequires: kf5-kdoctools-devel
|
|
BuildRequires: kf5-khtml-devel
|
|
BuildRequires: kf5-ki18n-devel
|
|
BuildRequires: kf5-kiconthemes-devel
|
|
BuildRequires: kf5-kio-devel
|
|
BuildRequires: kf5-kpty-devel
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: kf5-solid-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libmtp-devel
|
|
BuildRequires: libsmbclient-devel
|
|
BuildRequires: libssh-devel
|
|
BuildRequires: lzma-devel
|
|
BuildRequires: OpenEXR-devel
|
|
BuildRequires: openslp-devel
|
|
BuildRequires: phonon-qt5-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
# short-lived subpkg, locale conflicts fixed in kio_mtp instead
|
|
Obsoletes: kio-extras-mtp-common < 5.2.2-3
|
|
|
|
%description
|
|
%{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}.
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ] ; then
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|
|
|
%files
|
|
# include *a* copy, others are in mtp/
|
|
%license fish/COPYING
|
|
%{_libdir}/libmolletnetwork5.so.*
|
|
%{_kf5_plugindir}/kio/archive.so
|
|
%{_kf5_plugindir}/kio/bookmarks.so
|
|
%{_kf5_plugindir}/kio/filenamesearch.so
|
|
%{_kf5_plugindir}/kio/filter.so
|
|
%{_kf5_plugindir}/kio/fish.so
|
|
%{_kf5_plugindir}/kio/info.so
|
|
%{_kf5_plugindir}/kio/man.so
|
|
%{_kf5_plugindir}/kio/mtp.so
|
|
%{_kf5_plugindir}/kio/network.so
|
|
%{_kf5_plugindir}/kio/nfs.so
|
|
%{_kf5_plugindir}/kio/recentdocuments.so
|
|
%{_kf5_plugindir}/kio/settings.so
|
|
%{_kf5_plugindir}/kio/sftp.so
|
|
%{_kf5_plugindir}/kio/smb.so
|
|
%{_kf5_plugindir}/kio/thumbnail.so
|
|
%{_kf5_qtplugindir}/kio_about.so
|
|
%{_kf5_qtplugindir}/kfileaudiopreview.so
|
|
%{_kf5_qtplugindir}/comicbookthumbnail.so
|
|
%{_kf5_qtplugindir}/imagethumbnail.so
|
|
%{_kf5_qtplugindir}/jpegthumbnail.so
|
|
%{_kf5_qtplugindir}/kded_networkwatcher.so
|
|
%{_kf5_qtplugindir}/kded_recentdocumentsnotifier.so
|
|
%{_kf5_qtplugindir}/libkmanpart.so
|
|
%{_kf5_qtplugindir}/svgthumbnail.so
|
|
%{_kf5_qtplugindir}/textthumbnail.so
|
|
%{_datadir}/kio_docfilter/
|
|
%{_datadir}/kio_bookmarks/
|
|
%{_datadir}/kio_info/
|
|
%dir %{_datadir}/konqsidebartng/
|
|
%dir %{_datadir}/konqsidebartng/virtual_folders/
|
|
%dir %{_datadir}/konqsidebartng/virtual_folders/remote/
|
|
%{_datadir}/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop
|
|
%dir %{_datadir}/konqueror/
|
|
%dir %{_datadir}/konqueror/dirtree/
|
|
%dir %{_datadir}/konqueror/dirtree/remote/
|
|
%{_datadir}/konqueror/dirtree/remote/mtp-network.desktop
|
|
%{_datadir}/konqueror/dirtree/remote/smb-network.desktop
|
|
%{_datadir}/remoteview/
|
|
%{_kf5_datadir}/solid/actions/solid_mtp.desktop
|
|
%{_kf5_datadir}/kservices5/*.protocol
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
%{_kf5_datadir}/kservices5/kded/*.desktop
|
|
%{_kf5_datadir}/kservicetypes5/thumbcreator.desktop
|
|
%{_datadir}/dbus-1/interfaces/kf5_org.kde.network.kioslavenotifier.xml
|
|
%{_datadir}/mime/packages/kf5_network.xml
|
|
%{_datadir}/config.kcfg/jpegcreatorsettings5.kcfg
|
|
|
|
%files docs
|
|
%{_docdir}/HTML/en/kioslave5/
|
|
%{_docdir}/HTML/en/kcontrol/
|
|
|
|
|
|
%changelog
|
|
* Thu Dec 03 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.3-1
|
|
- 15.08.3
|
|
|
|
* Thu Dec 03 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.1-2
|
|
- .spec cosmetics, update URL, use %%license
|
|
|
|
* Sat Sep 12 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.1-1
|
|
- 15.08.1
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
- 15.08.0
|
|
|
|
* Thu Jun 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.2-1
|
|
- Plasma 5.3.2
|
|
|
|
* Wed Jun 24 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.3.1-3
|
|
- rebuild (exiv2)
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Tue May 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1
|
|
- Plasma 5.3.1
|
|
|
|
* Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
|
- Plasma 5.3.0
|
|
|
|
* Fri Apr 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-2
|
|
- BR libsmbclient-devel
|
|
|
|
* Wed Apr 22 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-1
|
|
- Plasma 5.2.95
|
|
|
|
* Wed Apr 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-5
|
|
- drop Conflicts: kio_mtp (no longer needed with renamed catalog)
|
|
|
|
* Tue Apr 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-4
|
|
- temporarily adjust kio_mtp catalog until kde4 updates hit stable
|
|
|
|
* Tue Apr 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-3
|
|
- drop mtp-common subpkg
|
|
|
|
* Fri Apr 03 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.2.2-2
|
|
- drop Obsoletes/Provides: kio_mtp (#1208601)
|
|
- add mimetype scriptlets
|
|
- s/libjpeg-turbo-devel/libjpeg-devel/
|
|
- minor .spec cleanup
|
|
- doc: noarch
|
|
- BR: libmtp-devel
|
|
|
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
|
- Plasma 5.2.2
|
|
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-2
|
|
- Rebuild (GCC 5)
|
|
|
|
* Tue Feb 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-1
|
|
- Plasma 5.2.1
|
|
|
|
* Thu Jan 29 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-2
|
|
- Obsoletes/Provides kio_mtp
|
|
|
|
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
|
- Plasma 5.2.0
|
|
|
|
* Mon Jan 12 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-1.beta
|
|
- Plasma 5.1.95 Beta
|
|
|
|
* Wed Dec 17 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.2-2
|
|
- Plasma 5.1.2
|
|
|
|
* Fri Nov 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.1-1
|
|
- Plasma 5.1.1
|
|
|
|
* Tue Oct 14 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0.1-1
|
|
- Plasma 5.1.0.1
|
|
|
|
* Thu Oct 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
|
|
- Plasma 5.1.0
|
|
|
|
* Tue Sep 16 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.2-1
|
|
- Plasma 5.0.2
|
|
|
|
* Sun Aug 10 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.1-1
|
|
- Plasma 5.0.1
|
|
|
|
* Tue Jul 29 2014 Daniel Vrátil <dvratil@redhat.cim> - 5.0.0-2
|
|
- Split -docs to improve coinstallability with KDE 4
|
|
|
|
* Wed Jul 16 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
|
|
- Plasma 5.0.0
|
|
|
|
* Wed May 14 2014 Daniel Vrátil <dvratil@redhat.com> - 4.90.1-1.20140514gitf7a2bbe
|
|
- Initial version
|