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