automatic version update by autodist [release 1.2-1mamba;Sun Sep 08 2024]
This commit is contained in:
parent
dfb503d0ec
commit
da4d8795b2
@ -1,5 +1,5 @@
|
||||
Name: eglexternalplatform
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1mamba
|
||||
Summary: The EGL External Platform interface
|
||||
Group: Development/Libraries
|
||||
@ -12,7 +12,6 @@ Source: https://github.com/NVIDIA/eglexternalplatform.git/%{version}/egle
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The EGL External Platform interface.
|
||||
@ -30,12 +29,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson \
|
||||
--includedir %{_includedir}/EGL
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -d -m0755 %{buildroot}%{_includedir}/EGL
|
||||
cp -a interface/* %{buildroot}%{_includedir}/EGL/
|
||||
install -D -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/eglexternalplatform.pc
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -44,9 +45,12 @@ install -D -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/eglex
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/EGL/eglexternalplatform.h
|
||||
%{_includedir}/EGL/eglexternalplatformversion.h
|
||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user