import egl-wayland-1.1.9-2.el9
This commit is contained in:
parent
55324e0128
commit
f34441038f
@ -1,6 +1,6 @@
|
||||
Name: egl-wayland
|
||||
Version: 1.1.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
@ -50,7 +50,7 @@ sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
|
||||
%install
|
||||
%meson_install
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
@ -62,6 +62,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
||||
%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libnvidia-egl-wayland.so
|
||||
@ -70,6 +71,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/wayland-eglstream/
|
||||
|
||||
%changelog
|
||||
* Tue Jun 28 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.1.9-2
|
||||
- Install 15_nvidia_gbm.json
|
||||
Resolves: rhbz#2101695
|
||||
|
||||
* Tue Jan 25 2022 Dave Airlie <airlied@redhat.com> - 1.1.9-1
|
||||
- Update to egl-wayland 1.1.9 like Fedora
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user