- valgrind needs explicit disable if not available
This commit is contained in:
parent
5ecf149449
commit
812ae072f8
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.62
|
Version: 2.4.62
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -70,6 +70,9 @@ Utility programs for the kernel DRM interface. Will void your warranty.
|
|||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
%configure \
|
%configure \
|
||||||
|
%ifarch s390
|
||||||
|
--disable-valgrind \
|
||||||
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
--enable-exynos-experimental-api \
|
--enable-exynos-experimental-api \
|
||||||
--enable-omap-experimental-api \
|
--enable-omap-experimental-api \
|
||||||
@ -223,6 +226,9 @@ done
|
|||||||
%{_mandir}/man7/drm*.7*
|
%{_mandir}/man7/drm*.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2015 Dan Horák <dan[at]danny.cz> 2.4.62-2
|
||||||
|
- valgrind needs explicit disable if not available
|
||||||
|
|
||||||
* Sun Jul 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.62-1
|
* Sun Jul 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.62-1
|
||||||
- libdrm 2.4.62
|
- libdrm 2.4.62
|
||||||
- Minor spec cleanups
|
- Minor spec cleanups
|
||||||
|
Loading…
Reference in New Issue
Block a user