remove 1 unnecessary file
This commit is contained in:
parent
6c2b37b830
commit
62622bacfa
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"file_format_version" : "1.0.0",
|
|
||||||
"ICD" : {
|
|
||||||
"library_path" : "libnvidia-egl-wayland.so.1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
Name: egl-wayland
|
Name: egl-wayland
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 0.3
|
Release: 0.4
|
||||||
Summary: Wayland EGL External Platform library
|
Summary: Wayland EGL External Platform library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA/%{name}
|
URL: https://github.com/NVIDIA/%{name}
|
||||||
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||||
Source1: 10_nvidia_wayland.json
|
|
||||||
|
|
||||||
BuildRequires: meson libtool eglexternalplatform-devel mesa-libEGL-devel wayland-devel
|
BuildRequires: meson libtool eglexternalplatform-devel mesa-libEGL-devel wayland-devel
|
||||||
Requires: libglvnd-egl%{?_isa}
|
Requires: libglvnd-egl%{?_isa}
|
||||||
@ -36,7 +35,6 @@ Development files for %{name}.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||||
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
@ -46,7 +44,7 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
%dir %{_datadir}/egl/egl_external_platform.d/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libnvidia-egl-wayland.so
|
%{_libdir}/libnvidia-egl-wayland.so
|
||||||
@ -55,6 +53,9 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
|||||||
%{_datadir}/wayland-eglstream/
|
%{_datadir}/wayland-eglstream/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 19 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.1.0-0.4
|
||||||
|
- Remove 1 unnecessary file
|
||||||
|
|
||||||
* Wed Dec 11 2019 chengquan<chengquan3@huawei.com> - 1.1.0-0.3
|
* Wed Dec 11 2019 chengquan<chengquan3@huawei.com> - 1.1.0-0.3
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user