128 lines
4.3 KiB
RPMSpec
128 lines
4.3 KiB
RPMSpec
Name: egl-wayland
|
|
Version: 1.1.16
|
|
Release: 3mamba
|
|
Summary: The EGLStream-based Wayland external platform
|
|
Group: Development/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/NVIDIA/egl-wayland
|
|
Source: https://github.com/NVIDIA/egl-wayland.git/%{version}/egl-wayland-%{version}.tar.bz2
|
|
Source1: egl-wayland-10_nvidia_wayland.json
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: eglexternalplatform-devel
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libwayland-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
The EGLStream-based Wayland external platform.
|
|
|
|
%package -n libnvidia-%{name}
|
|
Group: System/Libraries
|
|
Summary: The EGLStream-based Wayland external platform
|
|
Obsoletes: libegl-wayland < 1.1.16-2mamba
|
|
|
|
%description -n libnvidia-%{name}
|
|
The EGLStream-based Wayland external platform.
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n libnvidia-%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: libnvidia-%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
Provides: libegl-wayland-devel
|
|
Obsoletes: libegl-wayland-devel < 1.1.16-2mamba
|
|
|
|
%description -n libnvidia-%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -n libnvidia-%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libnvidia-egl-wayland.so.*
|
|
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
|
%{_datadir}/wayland-eglstream/wayland-*.xml
|
|
%doc COPYING
|
|
|
|
%files -n libnvidia-%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libnvidia-egl-wayland.so
|
|
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
|
%{_libdir}/pkgconfig/wayland-eglstream.pc
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Fri Nov 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.16-3mamba
|
|
- libnvidia-egl-wayland-devel: provide libegl-wayland-devel
|
|
|
|
* Thu Oct 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.16-2mamba
|
|
- install egl_external_platform file; rename from libegl-wayland to libnvidia-egl-wayland
|
|
|
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 1.1.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 1.1.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 18 2024 Automatic Build System <autodist@openmamba.org> 1.1.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 1.1.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 06 2023 Automatic Build System <autodist@mambasoft.it> 1.1.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 1.1.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 11 2022 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 16 2021 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 04 2021 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 1.1.7-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 14 2020 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 16 2019 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
|
- package created using the webbuild interface
|