|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kaccounts-integration
|
|
|
|
|
Version: 17.04.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Small system to administer web accounts across the KDE desktop
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
@ -38,6 +38,9 @@ BuildRequires: pkgconfig(accounts-qt5) >= 1.13
|
|
|
|
|
BuildRequires: pkgconfig(libaccounts-glib) >= 1.21
|
|
|
|
|
BuildRequires: pkgconfig(libsignon-qt5) >= 8.55
|
|
|
|
|
|
|
|
|
|
# For AutoReq cmake-filesystem
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
|
|
Requires: signon-plugin-oauth2%{?_isa}
|
|
|
|
|
|
|
|
|
|
Obsoletes: kaccounts < 15.03
|
|
|
|
@ -101,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 17.04.3-2
|
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.3-1
|
|
|
|
|
- 17.04.3
|
|
|
|
|
|
|
|
|
|