|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
#global with_akonadi 1
|
|
|
|
|
|
|
|
|
|
Name: kaccounts-integration
|
|
|
|
|
Version: 15.08.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 15.08.1
|
|
|
|
|
Release: 0.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
|
|
|
|
@ -47,7 +47,6 @@ across the KDE desktop.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for accounts-qt
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
|
Requires: kf5-kcoreaddons-devel%{?_isa}
|
|
|
|
@ -57,17 +56,20 @@ Requires: signon-devel%{?_isa}
|
|
|
|
|
%description devel
|
|
|
|
|
Headers, development libraries and documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n kaccounts-integration-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
@ -83,17 +85,22 @@ 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
|
|
|
|
|
%{_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
|
|
|
|
|
%{_kf5_libdir}/cmake/KAccounts/
|
|
|
|
|
%{_includedir}/KAccounts/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|