|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: signon
|
|
|
|
|
Version: 8.59
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
@ -26,6 +26,7 @@ BuildRequires: dbus-x11
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: libproxy-devel
|
|
|
|
|
BuildRequires: time
|
|
|
|
|
|
|
|
|
|
# signon-qt5 was in ktp-5 COPR
|
|
|
|
|
Obsoletes: signon-qt5 < 8.57-5
|
|
|
|
@ -88,6 +89,7 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
time \
|
|
|
|
|
make check ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -133,6 +135,9 @@ make check ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 08 2016 Rex Dieter <rdieter@fedoraproject.org> 8.59-2
|
|
|
|
|
- %%check: time checks
|
|
|
|
|
|
|
|
|
|
* Tue Jun 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.59-1
|
|
|
|
|
- 8.59 (#1343792)
|
|
|
|
|
|
|
|
|
|