Disable test suite again (bug #1069274).

This commit is contained in:
Tim Waugh 2015-06-16 16:35:45 +01:00
parent 3bdeb4f377
commit 0e72356f9c

View File

@ -3,7 +3,7 @@
Name: gutenprint
Summary: Printer Drivers Package
Version: 5.2.10
Release: 13%{?dist}
Release: 14%{?dist}
URL: http://gimp-print.sourceforge.net/
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2
# Post-install script to update foomatic PPDs.
@ -159,8 +159,9 @@ sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
make %{?_smp_mflags}
%check
make check || find -name test-suite.log | xargs cat
# Test suite disabled due to bug #1069274.
#%check
#make check
%install
make DESTDIR=%{buildroot} install
@ -282,6 +283,9 @@ fi
/bin/rm -f /var/cache/foomatic/*
%changelog
* Tue Jun 16 2015 Tim Waugh <twaugh@redhat.com> - 5.2.10-14
- Disable test suite again (bug #1069274).
* Mon Jun 01 2015 Jiri Popelka <jpopelka@redhat.com> - 5.2.10-13
- foomatic subpackage requires python3-cups (bug #1226871).