|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
#global with_akonadi 1
|
|
|
|
|
|
|
|
|
|
Name: kaccounts-integration
|
|
|
|
|
Version: 15.08.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 15.08.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Small system to administer web accounts across the KDE desktop
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration
|
|
|
|
@ -26,6 +28,9 @@ BuildRequires: kf5-kiconthemes-devel
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-kwallet-devel
|
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel
|
|
|
|
|
%if 0%{?with_akonadi}
|
|
|
|
|
BuildRequires: kf5-akonadi-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: libaccounts-qt5-devel
|
|
|
|
|
BuildRequires: signon-devel
|
|
|
|
@ -78,6 +83,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%{_kf5_qtplugindir}/kded_accounts.so
|
|
|
|
|
%{_kf5_datadir}/kservices5/kded/accounts.desktop
|
|
|
|
|
%{_kf5_libdir}/libkaccounts.so.*
|
|
|
|
|
%{_kf5_qmldir}/org/kde/kaccounts
|
|
|
|
|
%if 0%{?with_akonadi}
|
|
|
|
|
%{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_libdir}/libkaccounts.so
|
|
|
|
|