Name: kaccounts-providers Version: 16.04.3 Release: 1%{?dist} Summary: Additional service providers for KAccounts framework License: GPLv2 URL: https://quickgit.kde.org/?p=%{name}.git %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: extra-cmake-modules BuildRequires: intltool %global majmin_ver %(echo %{version} | cut -d. -f1,2) BuildRequires: kaccounts-integration-devel >= %{majmin_ver} BuildRequires: kf5-kdeclarative-devel BuildRequires: kf5-ki18n-devel BuildRequires: kf5-kio-devel BuildRequires: kf5-rpm-macros BuildRequires: pkgconfig(libaccounts-glib) BuildRequires: pkgconfig(Qt5Gui) Requires: signon-ui # switched to arch'd pkg Obsoletes: kaccounts-providers < 15.12.0 %description %{summary}. %prep %autosetup -p1 %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} %files %license COPYING %config %{_sysconfdir}/signon-ui/webkit-options.d/* %{_datadir}/accounts/providers/kde/ %dir %{_kf5_datadir}/kpackage/genericqml %{_kf5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/ %dir %{_qt5_plugindir}/kaccounts/ %dir %{_qt5_plugindir}/kaccounts/ui/ %{_qt5_plugindir}/kaccounts/ui/owncloud_plugin_kaccounts.so %changelog * Sat Jul 09 2016 Rex Dieter - 16.04.3-1 - 16.04.3 * Sun Jun 12 2016 Rex Dieter - 16.04.2-1 - 16.04.2 * Sun May 08 2016 Rex Dieter - 16.04.1-1 - 16.04.1 * Mon Apr 18 2016 Rex Dieter - 16.04.0-1 - 16.04.0 * Tue Mar 15 2016 Rex Dieter - 15.12.3-1 - 15.12.3 * Mon Feb 15 2016 Rex Dieter - 15.12.2-1 - 15.12.2 * Thu Feb 04 2016 Fedora Release Engineering - 15.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Jan 23 2016 Rex Dieter 15.12.1-3 - fix Obsoletes (noarch->arch transition) (#1301306) * Sun Jan 17 2016 Rex Dieter 15.12.1-2 - make signon-ui dep unarch'd * Sun Jan 10 2016 Rex Dieter - 15.12.1-1 - 15.12.1 * Mon Dec 21 2015 Rex Dieter - 15.12.0-1 - 15.12.0 * Sat Dec 05 2015 Rex Dieter - 15.08.3-1 - 15.08.3 * Wed Oct 14 2015 Rex Dieter - 15.08.2-1 - 15.08.2 * Mon Sep 28 2015 Rex Dieter 15.08.1-1 - 15.08.1 * Thu Aug 20 2015 Than Ngo - 15.08.0-1 - 15.08.0 * Mon Jun 29 2015 Rex Dieter - 15.04.3-1 - 15.04.3 * Wed Jun 17 2015 Fedora Release Engineering - 15.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Rex Dieter - 15.04.2-1 - 15.04.2 * Tue May 26 2015 Rex Dieter - 15.04.1-1 - 15.04.1 * Tue Apr 14 2015 Rex Dieter - 15.04.0-1 - 15.04.0 * Wed Apr 01 2015 Kevin Kofler - 15.03.95-2 - fix broken dependency (typo in Requires) * Tue Mar 31 2015 Daniel Vrátil - 15.03.95-1 - update to latest beta - fix license * Wed Mar 25 2015 Daniel Vrátil - 15.03.90-2 - use %%config - use %%license instead of %%doc * Tue Mar 17 2015 Daniel Vrátil - 15.03.90-1 - Initial version