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.
136 lines
3.7 KiB
136 lines
3.7 KiB
10 years ago
|
Name: kio-extras
|
||
|
Version: 5.1.95
|
||
|
Release: 1.beta%{?dist}
|
||
|
Summary: Additional components to increase the functionality of KIO Framework
|
||
|
|
||
|
License: GPLv2+
|
||
|
URL: https://projects.kde.org/projects/kde/workspace/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}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: kf5-rpm-macros
|
||
|
|
||
|
BuildRequires: qt5-qtbase-devel
|
||
|
BuildRequires: qt5-qtsvg-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-kdoctools-devel
|
||
|
BuildRequires: kf5-kdnssd-devel
|
||
|
BuildRequires: kf5-kiconthemes-devel
|
||
|
BuildRequires: kf5-ki18n-devel
|
||
|
# ktrash5 was moved to kf5-kio in 5.3.0 - prevent missing file
|
||
|
BuildRequires: kf5-kio-devel >= 5.3.0-1
|
||
|
BuildRequires: kf5-khtml-devel
|
||
|
BuildRequires: kf5-kdelibs4support-devel
|
||
|
BuildRequires: kf5-solid-devel
|
||
|
BuildRequires: kf5-kpty-devel
|
||
|
|
||
|
BuildRequires: phonon-qt5-devel
|
||
|
BuildRequires: openslp-devel
|
||
|
BuildRequires: libsmbclient-devel
|
||
|
BuildRequires: libssh-devel
|
||
|
BuildRequires: bzip2-devel
|
||
|
BuildRequires: exiv2-devel
|
||
|
BuildRequires: OpenEXR-devel
|
||
|
BuildRequires: libjpeg-turbo-devel
|
||
|
BuildRequires: lzma-devel
|
||
|
|
||
|
Requires: kf5-filesystem
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%package docs
|
||
|
Summary: Documentation and user manuals for %{name}
|
||
|
Obsoletes: kde-runtime-docs < 5.0.0-1
|
||
|
Requires: %{name} = %{version}-%{release}
|
||
|
%description docs
|
||
|
%{summary}.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name}-%{version}
|
||
|
|
||
|
%build
|
||
|
|
||
|
mkdir -p %{_target_platform}
|
||
|
pushd %{_target_platform}
|
||
|
%{cmake_kf5} ..
|
||
|
popd
|
||
|
|
||
|
make %{?_smp_mflags} -C %{_target_platform}
|
||
|
|
||
|
%install
|
||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||
|
%find_lang kioextras5 --with-qt --all-name
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files -f kioextras5.lang
|
||
|
%{_libdir}/libmolletnetwork.so.*
|
||
|
%{_kf5_plugindir}/kio/*.so
|
||
|
%{_kf5_qtplugindir}/*.so
|
||
|
%{_datadir}/kio_desktop
|
||
|
%{_datadir}/kio_docfilter
|
||
|
%{_datadir}/kio_bookmarks
|
||
|
%{_datadir}/kio_info
|
||
|
%{_datadir}/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop
|
||
|
%{_datadir}/konqueror/dirtree/remote/smb-network.desktop
|
||
|
%{_datadir}/remoteview
|
||
|
%{_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/jpegcreatorsettings.kcfg
|
||
|
|
||
|
%files docs
|
||
|
%{_datadir}/doc/HTML/en/kioslave5
|
||
|
%{_datadir}/doc/HTML/en/kcontrol
|
||
|
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* 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
|