Rebuilt without testssuite

This commit is contained in:
Björn Esser 2017-04-04 15:31:33 +02:00
parent 053be5034f
commit 6423831ed4

View File

@ -8,7 +8,7 @@
Name: libglvnd
Version: 0.2.999
Release: 14%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
Release: 15%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
Epoch: 1
Summary: The GL Vendor-Neutral Dispatch library
@ -31,7 +31,7 @@ BuildRequires: pkgconfig(xext)
#Xvfb is unlikely to reproduce a full Xorg environnement
#So some tests are failing
#https://github.com/NVIDIA/libglvnd/issues/93
BuildRequires: xorg-x11-server-Xvfb
#BuildRequires: xorg-x11-server-Xvfb
%if (0%{?rhel} && 0%{?rhel} <= 6)
BuildRequires: autoconf268
@ -179,10 +179,10 @@ mkdir -p %{buildroot}%{_datadir}/egl/egl_external_platform.d
%check
export DO_X11_TESTS=1
#export DO_X11_TESTS=1
# these tests are skipped in mock (server does not support the GLX extension)
# SKIP: testglxqueryversion.sh
xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
#xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
%post -p /sbin/ldconfig
@ -244,6 +244,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
%changelog
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-15.20170308git8e6e102
- Rebuilt without testssuite
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-14.20170308git8e6e102
- Fix conditionals for _without_mesa_glvnd_default
- Fix other RHEL-conditionals, too