eglexternalplatform/eglexternalplatform.spec

57 lines
1.5 KiB
RPMSpec

Name: eglexternalplatform
Version: 1.2
Release: 1mamba
Summary: The EGL External Platform interface
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/NVIDIA/eglexternalplatform
## GITSOURCE https://github.com/NVIDIA/eglexternalplatform.git 1.1
Source: https://github.com/NVIDIA/eglexternalplatform.git/%{version}/eglexternalplatform-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
The EGL External Platform interface.
%package devel
Group: Development/Libraries
Summary: The EGL External Platform interface
Requires: pkg-config
%description devel
The EGL External Platform interface.
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q
%build
%meson \
--includedir %{_includedir}/EGL
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%{_includedir}/EGL/eglexternalplatform.h
%{_includedir}/EGL/eglexternalplatformversion.h
%{_libdir}/pkgconfig/eglexternalplatform.pc
%doc COPYING
%changelog
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 1.2-1mamba
- automatic version update by autodist
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
- package created using the webbuild interface