2014-05-20 14:22:36 +02:00
|
|
|
#
|
|
|
|
# spec file for package kio-extras5
|
|
|
|
#
|
2016-12-03 16:10:33 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-05-20 14:22:36 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: kio-extras5
|
2016-12-13 20:45:29 +01:00
|
|
|
Version: 16.12.0
|
2014-05-20 14:22:36 +02:00
|
|
|
Release: 0
|
2016-12-03 16:10:33 +01:00
|
|
|
%define kf5_version 5.26.0
|
2016-12-13 20:45:29 +01:00
|
|
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
|
2016-12-03 16:10:33 +01:00
|
|
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2014-05-20 14:22:36 +02:00
|
|
|
Summary: Additional KIO-slaves for KDE applications
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org
|
2014-11-13 09:21:51 +01:00
|
|
|
Source: kio-extras-%{version}.tar.xz
|
2014-10-01 11:22:44 +02:00
|
|
|
Source99: %{name}-rpmlintrc
|
2016-12-03 16:10:33 +01:00
|
|
|
Patch0: 0001-Add-an-AudioThumnail.patch
|
|
|
|
Patch1: fix-mtp-paste-with-KF5-5.25.diff
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: OpenEXR-devel
|
2016-12-03 16:10:33 +01:00
|
|
|
BuildRequires: flac-devel
|
|
|
|
BuildRequires: kactivities5-devel
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: karchive-devel
|
|
|
|
BuildRequires: kconfig-devel
|
|
|
|
BuildRequires: kconfigwidgets-devel
|
|
|
|
BuildRequires: kcoreaddons-devel
|
|
|
|
BuildRequires: kdbusaddons-devel
|
|
|
|
BuildRequires: kdelibs4support-devel
|
|
|
|
BuildRequires: kdnssd-framework-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: khtml-devel
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: kio-devel
|
2014-11-13 09:21:51 +01:00
|
|
|
BuildRequires: kpty-devel
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
2015-01-29 13:16:13 +01:00
|
|
|
BuildRequires: libmtp-devel
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: libssh-devel
|
2016-12-03 16:10:33 +01:00
|
|
|
BuildRequires: libtag-devel
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: openslp-devel
|
2014-06-10 14:37:12 +02:00
|
|
|
BuildRequires: phonon4qt5-devel
|
2016-12-03 16:10:33 +01:00
|
|
|
BuildRequires: pkgconfig
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: solid-devel
|
|
|
|
BuildRequires: xz
|
2015-05-11 19:29:38 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
|
2016-12-03 16:10:33 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Sql)
|
2015-05-11 19:29:38 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Svg) >= 5.4.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRequires: pkgconfig(bzip2)
|
|
|
|
BuildRequires: pkgconfig(exiv2)
|
|
|
|
BuildRequires: pkgconfig(smbclient)
|
2016-12-03 16:10:33 +01:00
|
|
|
Recommends: kimageformats
|
2014-08-16 15:42:34 +02:00
|
|
|
# we want some imageformats in
|
|
|
|
Recommends: libqt5-qtimageformats
|
2014-05-20 14:22:36 +02:00
|
|
|
#BuildRequires: update-desktop-files
|
2014-06-10 14:37:12 +02:00
|
|
|
Provides: kfileaudiopreview = 4.100.0
|
|
|
|
Obsoletes: kfileaudiopreview <= 4.100.0
|
2014-05-20 14:22:36 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Additional KIO-slaves for KDE applications.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n kio-extras-%{version}
|
2016-12-03 16:10:33 +01:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
2014-05-20 14:22:36 +02:00
|
|
|
sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
|
|
|
|
|
|
|
%build
|
2014-10-01 11:22:44 +02:00
|
|
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
2014-05-20 14:22:36 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
# we don't need nor want devel symlink, and dbus interface -- kio-extras don't install any headers,
|
|
|
|
# nor are meant for development
|
|
|
|
rm -rf %{buildroot}%{_kf5_sharedir}/dbus-1/
|
2014-06-10 14:37:12 +02:00
|
|
|
|
2014-05-20 14:22:36 +02:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-05-11 19:29:38 +02:00
|
|
|
%{_kf5_libdir}/libmolletnetwork5.so.*
|
2014-05-20 14:22:36 +02:00
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_configkcfgdir}/
|
|
|
|
%{_kf5_servicesdir}/
|
|
|
|
%{_kf5_servicetypesdir}/
|
|
|
|
%{_kf5_sharedir}/kio_bookmarks/
|
|
|
|
%{_kf5_sharedir}/kio_docfilter/
|
|
|
|
%{_kf5_sharedir}/kio_info/
|
|
|
|
%{_kf5_sharedir}/konqsidebartng/
|
|
|
|
%{_kf5_sharedir}/konqueror/
|
|
|
|
%{_kf5_sharedir}/remoteview/
|
2015-01-29 13:16:13 +01:00
|
|
|
%{_kf5_sharedir}/solid/
|
2014-05-20 14:22:36 +02:00
|
|
|
%{_kf5_sharedir}/mime/packages/kf5_network.xml
|
|
|
|
|
|
|
|
%changelog
|