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
|
Name: eglexternalplatform
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The EGL External Platform interface
|
Summary: The EGL External Platform interface
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -12,7 +12,6 @@ Source: https://github.com/NVIDIA/eglexternalplatform.git/%{version}/egle
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The EGL External Platform interface.
|
The EGL External Platform interface.
|
||||||
@ -30,12 +29,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%meson \
|
||||||
|
--includedir %{_includedir}/EGL
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -d -m0755 %{buildroot}%{_includedir}/EGL
|
%meson_install
|
||||||
cp -a interface/* %{buildroot}%{_includedir}/EGL/
|
|
||||||
install -D -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/eglexternalplatform.pc
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -44,9 +45,12 @@ install -D -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/eglex
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/EGL/eglexternalplatform.h
|
%{_includedir}/EGL/eglexternalplatform.h
|
||||||
%{_includedir}/EGL/eglexternalplatformversion.h
|
%{_includedir}/EGL/eglexternalplatformversion.h
|
||||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
%{_libdir}/pkgconfig/eglexternalplatform.pc
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user