import libdrm-2.4.111-1.el8
This commit is contained in:
parent
adf329f271
commit
30a3b62b27
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libdrm-2.4.108.tar.xz
|
||||
SOURCES/libdrm-2.4.111.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
effe277c1db45fdba8dbfab0762ed581b6d6d29c SOURCES/libdrm-2.4.108.tar.xz
|
||||
b28405363aa44e3801d90085b4dc6687a19a3eb4 SOURCES/libdrm-2.4.111.tar.xz
|
||||
|
@ -6,7 +6,6 @@
|
||||
print(string.format("-D%s=%s", option, value))
|
||||
end}
|
||||
|
||||
%bcond_without libkms
|
||||
%ifarch %{ix86} x86_64
|
||||
%bcond_without intel
|
||||
%else
|
||||
@ -47,7 +46,7 @@ end}
|
||||
|
||||
Name: libdrm
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.108
|
||||
Version: 2.4.111
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -110,7 +109,6 @@ Utility programs for the kernel DRM interface. Will void your warranty.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%{bcond_meson libkms} \
|
||||
%{bcond_meson intel} \
|
||||
%{bcond_meson radeon} \
|
||||
%{bcond_meson amdgpu} \
|
||||
@ -147,10 +145,6 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
|
||||
%{_libdir}/libdrm.so.2
|
||||
%{_libdir}/libdrm.so.2.4.0
|
||||
%dir %{_datadir}/libdrm
|
||||
%if %{with libkms}
|
||||
%{_libdir}/libkms.so.1
|
||||
%{_libdir}/libkms.so.1.0.0
|
||||
%endif
|
||||
%if %{with intel}
|
||||
%{_libdir}/libdrm_intel.so.1
|
||||
%{_libdir}/libdrm_intel.so.1.0.0
|
||||
@ -201,11 +195,6 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
|
||||
%{_includedir}/libdrm/*_drm.h
|
||||
%{_libdir}/libdrm.so
|
||||
%{_libdir}/pkgconfig/libdrm.pc
|
||||
%if %{with libkms}
|
||||
%{_includedir}/libkms/
|
||||
%{_libdir}/libkms.so
|
||||
%{_libdir}/pkgconfig/libkms.pc
|
||||
%endif
|
||||
%if %{with intel}
|
||||
%{_includedir}/libdrm/intel_*.h
|
||||
%{_libdir}/libdrm_intel.so
|
||||
@ -272,18 +261,19 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
|
||||
%{_bindir}/drmdevice
|
||||
%exclude %{_bindir}/etnaviv_*
|
||||
%exclude %{_bindir}/exynos_*
|
||||
%{_bindir}/kms-steal-crtc
|
||||
%{_bindir}/kms-universal-planes
|
||||
%if %{with libkms}
|
||||
%{_bindir}/kmstest
|
||||
%endif
|
||||
%{_bindir}/modeprint
|
||||
%{_bindir}/modetest
|
||||
%{_bindir}/proptest
|
||||
%{_bindir}/vbltest
|
||||
%if %{with tegra}
|
||||
%{_bindir}/tegra-*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 03 2022 Dave Airlie <airlied@redhat.com> - 2.4.111-1
|
||||
- Update to 2.4.111
|
||||
|
||||
* Wed Nov 17 2021 Dave Airlie <airlied@redhat.com> - 2.4.108-1
|
||||
- Update to 2.4.108
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user