|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 16.04.3
|
|
|
|
|
Version: 16.08.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The KContacts Library
|
|
|
|
|
|
|
|
|
@ -32,7 +32,6 @@ BuildRequires: kf5-kcodecs-devel >= 5.15
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
%if 0%{?tests}
|
|
|
|
|
BuildRequires: dbus-x11
|
|
|
|
|
BuildRequires: time
|
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -72,7 +71,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
|
|
|
xvfb-run -a \
|
|
|
|
|
dbus-launch --exit-with-session \
|
|
|
|
|
time \
|
|
|
|
|
make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -94,6 +92,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1
|
|
|
|
|
- 16.08.0
|
|
|
|
|
|
|
|
|
|
* Sun Jul 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.3-1
|
|
|
|
|
- 16.04.3
|
|
|
|
|
|
|
|
|
|