diff --git a/wget.changes b/wget.changes index 57c5aca..fd30a81 100644 --- a/wget.changes +++ b/wget.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 8 07:19:29 UTC 2014 - andreas.stieger@gmx.de + +- Disable the testsuite + ------------------------------------------------------------------- Tue Jan 21 15:32:00 UTC 2014 - kpetsch@suse.com diff --git a/wget.spec b/wget.spec index fce8897..7fe2200 100644 --- a/wget.spec +++ b/wget.spec @@ -16,6 +16,8 @@ # +%bcond_with regression_tests + Name: wget Version: 1.15 Release: 0 @@ -72,7 +74,9 @@ autoreconf --force make %{?_smp_mflags} %check +%if %{with regression_tests} make -C tests/ check +%endif %install %makeinstall