From da4d8795b2b116e53ba3519dd89e886a7a2f2355 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 9 Sep 2024 12:41:16 +0200 Subject: [PATCH] automatic version update by autodist [release 1.2-1mamba;Sun Sep 08 2024] --- eglexternalplatform.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/eglexternalplatform.spec b/eglexternalplatform.spec index 1194d6c..9449f88 100644 --- a/eglexternalplatform.spec +++ b/eglexternalplatform.spec @@ -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 1.2-1mamba +- automatic version update by autodist + * Sat Sep 07 2019 Silvan Calarco 1.1-1mamba - package created using the webbuild interface