|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: kaccounts-providers
|
|
|
|
|
Version: 15.12.3
|
|
|
|
|
Version: 16.04.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Additional service providers for KAccounts framework
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://projects.kde.org/kaccounts-providers
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -13,7 +13,6 @@ URL: https://projects.kde.org/kaccounts-providers
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
@ -34,7 +33,7 @@ Obsoletes: kaccounts-providers < 15.12.0
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n kaccounts-providers-%{version}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -53,7 +52,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
|
|
|
%{_datadir}/accounts/providers/*.provider
|
|
|
|
|
%{_datadir}/accounts/providers/kde/
|
|
|
|
|
%dir %{_kf5_datadir}/kpackage/genericqml
|
|
|
|
|
%{_kf5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/
|
|
|
|
|
%dir %{_qt5_plugindir}/kaccounts/
|
|
|
|
@ -62,6 +61,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1
|
|
|
|
|
- 16.04.0
|
|
|
|
|
|
|
|
|
|
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-1
|
|
|
|
|
- 15.12.3
|
|
|
|
|
|
|
|
|
|