|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
|
|
|
|
|
Name: kaccounts-integration
|
|
|
|
|
Version: 16.12.3
|
|
|
|
|
Version: 17.04.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Small system to administer web accounts across the KDE desktop
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -43,6 +43,9 @@ Requires: signon-plugin-oauth2%{?_isa}
|
|
|
|
|
Obsoletes: kaccounts < 15.03
|
|
|
|
|
Provides: kaccounts = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
# translations moved here
|
|
|
|
|
Conflicts: kde-l10n < 17.03
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Small system to administer web accounts for the sites and services
|
|
|
|
|
across the KDE desktop.
|
|
|
|
@ -74,13 +77,15 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --all-name --with-html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%license COPYING*
|
|
|
|
|
%{_kf5_qtplugindir}/kcm_kaccounts.so
|
|
|
|
|
%{_kf5_datadir}/kservices5/kcm_kaccounts.desktop
|
|
|
|
|
%{_kf5_qtplugindir}/kded_accounts.so
|
|
|
|
@ -96,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
|
|
|
|
|
- 17.04.1
|
|
|
|
|
|
|
|
|
|
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
|
|
|
|
|
- 16.12.3
|
|
|
|
|
|
|
|
|
|