%check: conditionally 'make test'

epel8
Rex Dieter 9 years ago
parent 570eff4802
commit 1d71425d68

@ -9,7 +9,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.21.0 Version: 5.21.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
License: GPLv2+ and GPLv2+ License: GPLv2+ and GPLv2+
@ -73,7 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check %check
%if 0%{?tests}
time make test -C %{_target_platform} ARGS="--timeout 300 --output-on-failure" time make test -C %{_target_platform} ARGS="--timeout 300 --output-on-failure"
%endif
%post %post
@ -106,6 +108,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Wed Apr 27 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-5
- %%check: conditionally 'make test'
* Wed Apr 27 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-4 * Wed Apr 27 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-4
- KRandom::random seeds qrand, but returns value from rand (kde#362161) - KRandom::random seeds qrand, but returns value from rand (kde#362161)

Loading…
Cancel
Save