|
|
|
#global with_akonadi 1
|
|
|
|
|
|
|
|
Name: kaccounts-integration
|
|
|
|
Version: 15.08.2
|
|
|
|
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
|
|
|
|
|
|
|
|
%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: cmake
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
BuildRequires: kf5-kio-devel
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
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: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(accounts-qt5)
|
|
|
|
BuildRequires: pkgconfig(libsignon-qt5)
|
|
|
|
|
|
|
|
Requires: signon
|
|
|
|
Requires: signon-plugin-oauth2
|
|
|
|
|
|
|
|
Obsoletes: kaccounts < 15.03
|
|
|
|
Provides: kaccounts = %{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Small system to administer web accounts for the sites and services
|
|
|
|
across the KDE desktop.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
Requires: kf5-kcoreaddons-devel%{?_isa}
|
|
|
|
Requires: libaccounts-qt5-devel%{?_isa}
|
|
|
|
Requires: signon-devel%{?_isa}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Headers, development libraries and documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n kaccounts-integration-%{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 -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README
|
|
|
|
%license COPYING
|
|
|
|
%{_kf5_qtplugindir}/kcm_kaccounts.so
|
|
|
|
%{_kf5_datadir}/kservices5/kcm_kaccounts.desktop
|
|
|
|
%{_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
|
|
|
|
%{_kf5_libdir}/cmake/KAccounts/
|
|
|
|
%{_includedir}/KAccounts/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Oct 14 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.2-1
|
|
|
|
- 15.08.2
|
|
|
|
|
|
|
|
* Mon Sep 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.08.1-1
|
|
|
|
- 15.08.1
|
|
|
|
- .spec cosmetics
|
|
|
|
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
|
|
- 15.08.0
|
|
|
|
|
|
|
|
* Mon Jun 29 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.3-1
|
|
|
|
- 15.04.3
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.04.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.2-1
|
|
|
|
- 15.04.2
|
|
|
|
|
|
|
|
* Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.1-1
|
|
|
|
- 15.04.1
|
|
|
|
|
|
|
|
* Tue Apr 14 2015 Rex Dieter <rdieter@fedoraproject.org> - 15.04.0-1
|
|
|
|
- 15.04.0
|
|
|
|
|
|
|
|
* Tue Mar 31 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.95-1
|
|
|
|
- update to latest beta
|
|
|
|
|
|
|
|
* Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.90-2
|
|
|
|
- fix license
|
|
|
|
- fix summary
|
|
|
|
- fix typos in changelog
|
|
|
|
- use %%license
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.90-1
|
|
|
|
- Initial version
|