178 lines
6.2 KiB
RPMSpec
178 lines
6.2 KiB
RPMSpec
#
|
|
# spec file for package kio
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%define _tar_path 5.7
|
|
Name: kio
|
|
Version: %{_tar_path}.0
|
|
Release: 0
|
|
%define kf5_version %{version}
|
|
BuildRequires: cmake >= 2.8.12
|
|
BuildRequires: extra-cmake-modules >= 1.7.0
|
|
BuildRequires: fdupes
|
|
BuildRequires: karchive-devel >= %{kf5_version}
|
|
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
|
BuildRequires: kcompletion-devel >= %{kf5_version}
|
|
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
|
|
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
|
BuildRequires: kcrash-devel >= %{kf5_version}
|
|
BuildRequires: kdbusaddons-devel >= %{kf5_version}
|
|
BuildRequires: kdoctools-devel >= %{kf5_version}
|
|
BuildRequires: kf5-filesystem
|
|
BuildRequires: kguiaddons-devel >= %{kf5_version}
|
|
BuildRequires: ki18n-devel >= %{kf5_version}
|
|
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
|
BuildRequires: kitemviews-devel >= %{kf5_version}
|
|
BuildRequires: kjobwidgets-devel >= %{kf5_version}
|
|
BuildRequires: knotifications-devel >= %{kf5_version}
|
|
BuildRequires: krb5-devel
|
|
BuildRequires: kservice-devel >= %{kf5_version}
|
|
BuildRequires: ktextwidgets-devel >= %{kf5_version}
|
|
BuildRequires: kwallet-devel >= %{kf5_version}
|
|
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
|
BuildRequires: kwindowsystem-devel >= %{kf5_version}
|
|
BuildRequires: kxmlgui-devel >= %{kf5_version}
|
|
BuildRequires: libacl-devel
|
|
BuildRequires: libattr-devel
|
|
BuildRequires: solid-devel >= %{kf5_version}
|
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
|
BuildRequires: pkgconfig(openssl)
|
|
BuildRequires: pkgconfig(x11)
|
|
Recommends: %{name}-lang = %{version}
|
|
Recommends: kio-extras5
|
|
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
|
Recommends: kinit
|
|
Summary: Network transparent access to files and data
|
|
License: LGPL-2.1+
|
|
Group: System/GUI/KDE
|
|
Url: http://www.kde.org
|
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
|
Source1: baselibs.conf
|
|
# PATCH-FIX-UPSTREAM 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch
|
|
Patch0: 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
This framework implements almost all the file management functions you
|
|
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
|
|
file dialog also uses this to provide its network-enabled file management.
|
|
|
|
%package devel
|
|
Summary: Network transparent access to files and data
|
|
Group: Development/Libraries/KDE
|
|
Requires: %{name} = %{version}
|
|
Requires: extra-cmake-modules
|
|
Requires: kbookmarks-devel >= %{kf5_version}
|
|
Requires: kcompletion-devel >= %{kf5_version}
|
|
Requires: kjobwidgets-devel >= %{kf5_version}
|
|
Requires: kservice-devel >= %{kf5_version}
|
|
Requires: kxmlgui-devel >= %{kf5_version}
|
|
Requires: solid-devel >= %{kf5_version}
|
|
Requires: pkgconfig(Qt5Network) >= 5.2.0
|
|
|
|
%description devel
|
|
This framework implements almost all the file management functions you
|
|
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
|
|
file dialog also uses this to provide its network-enabled file management.
|
|
Development files.
|
|
|
|
%lang_package
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%cmake_kf5 -d build
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
%fdupes -s %{buildroot}
|
|
|
|
%find_lang %{name}5 %{name}5.lang
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files lang -f %{name}5.lang
|
|
%defattr(-,root,root)
|
|
%doc %lang(it) %{_kf5_mandir}/it
|
|
%doc %lang(nl) %{_kf5_mandir}/nl
|
|
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
|
%doc %lang(sv) %{_kf5_mandir}/sv
|
|
%doc %lang(uk) %{_kf5_mandir}/uk
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING* README*
|
|
%{_kf5_bindir}/ktrash5
|
|
%{_kf5_bindir}/ktelnetservice5
|
|
%{_kf5_bindir}/kmailservice5
|
|
%{_kf5_libdir}/libKF5KIOCore.so.*
|
|
%{_kf5_libdir}/libKF5KIOWidgets.so.*
|
|
%{_kf5_libdir}/libKF5KIOFileWidgets.so.*
|
|
%{_kf5_libdir}/libKF5KIONTLM.so.*
|
|
%{_kf5_configdir}/accept-languages.codes
|
|
%{_kf5_configdir}/kshorturifilterrc
|
|
%{_kf5_servicetypesdir}/
|
|
%{_kf5_plugindir}/
|
|
%{_kf5_servicesdir}/
|
|
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
|
%{_kf5_bindir}/kcookiejar5
|
|
%{_kf5_datadir}/kcookiejar/
|
|
%{_kf5_applicationsdir}/kmailservice5.desktop
|
|
%{_kf5_applicationsdir}/ktelnetservice5.desktop
|
|
%{_kf5_libexecdir}/kpac_dhcp_helper
|
|
%{_kf5_libexecdir}/kioslave
|
|
%{_kf5_libexecdir}/kioexec
|
|
%{_kf5_notifydir}/proxyscout.notifyrc
|
|
%{_kf5_libexecdir}/kiod5
|
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
|
|
%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
|
|
%dir %{_kf5_htmldir}/en
|
|
%dir %{_kf5_htmldir}
|
|
%doc %lang(en) %{_kf5_htmldir}/en/*/
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_kf5_libdir}/libKF5KIOCore.so
|
|
%{_kf5_libdir}/libKF5KIOWidgets.so
|
|
%{_kf5_libdir}/libKF5KIOFileWidgets.so
|
|
%{_kf5_libdir}/libKF5KIONTLM.so
|
|
%{_kf5_libdir}/cmake/KF5KIO/
|
|
%{_kf5_includedir}/
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.kio.FileUndoManager.xml
|
|
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KCookieServer.xml
|
|
%{_kf5_mkspecsdir}/qt_KIOCore.pri
|
|
%{_kf5_mkspecsdir}/qt_KIOFileWidgets.pri
|
|
%{_kf5_mkspecsdir}/qt_KNTLM.pri
|
|
%{_kf5_mkspecsdir}/qt_KIOWidgets.pri
|
|
|
|
%changelog
|