From b3de04ca3a21344688e3e6d2c978f48d36da1244 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 11 Dec 2016 13:42:00 +0100 Subject: [PATCH] disable tests Test suite seems to be not self-hosted, so it uses data from system which makes it very slow in koji. Signed-off-by: Igor Gnatenko --- gpgme.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpgme.spec b/gpgme.spec index fadea5b..75ba63c 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,3 +1,5 @@ +%bcond_with tests + # trim changelog included in binary rpms %global _changelog_trimtime %(date +%s -d "1 year ago") @@ -156,8 +158,10 @@ chrpath -d %{buildroot}%{_libdir}/libq%{name}.so* rm -vf %{buildroot}%{python2_sitelib}/gpg/install_files.txt rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt +%if ! %{with tests} %check make check +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig