restore previous install code removing conflicting files bitmap and clear [release 8.5.0-2mamba;Tue Aug 30 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 07:06:23 +01:00
parent cdc985a60a
commit 705649f32e

View File

@ -1,6 +1,6 @@
Name: mesa-demos
Version: 8.5.0
Release: 1mamba
Release: 2mamba
Summary: Demos for the Mesa GL libraries
Group: Applications/Graphics
Vendor: openmamba
@ -60,13 +60,12 @@ Test and information tools for the Mesa libraries.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
:<< __OLD
install -D -m0755 src/egl/opengl/eglgears_x11 %{buildroot}%{_bindir}/eglgears
install -D -m0755 src/egl/opengl/eglinfo %{buildroot}%{_bindir}/eglinfo
#install -D -m0755 src/egl/opengles1/gears_x11 %{buildroot}%{_bindir}/es1gears
#install -D -m0755 src/egl/opengles1/es1_info %{buildroot}%{_bindir}/es1_info
install -D -m0755 src/egl/opengles2/es2gears_x11 %{buildroot}%{_bindir}/es2gears
install -D -m0755 src/egl/opengles2/es2_info %{buildroot}%{_bindir}/es2_info
install -D -m0755 build/src/egl/opengl/eglgears_x11 %{buildroot}%{_bindir}/eglgears
#install -D -m0755 build/src/egl/opengl/eglinfo %{buildroot}%{_bindir}/eglinfo
#install -D -m0755 build/src/egl/opengles1/gears_x11 %{buildroot}%{_bindir}/es1gears
#install -D -m0755 build/src/egl/opengles1/es1_info %{buildroot}%{_bindir}/es1_info
#install -D -m0755 build/src/egl/opengles2/es2gears_x11 %{buildroot}%{_bindir}/es2gears
#install -D -m0755 build/src/egl/opengles2/es2_info %{buildroot}%{_bindir}/es2_info
rm -f %{buildroot}%{_bindir}/bitmap
rm -f %{buildroot}%{_bindir}/clear
@ -78,7 +77,7 @@ rm -f %{buildroot}%{_bindir}/clear
%defattr(-,root,root)
%{_bindir}/glxgears
%{_bindir}/glxinfo
#%{_bindir}/eglgears
%{_bindir}/eglgears
%{_bindir}/eglinfo
%{_bindir}/es2gears*
%{_bindir}/es2_info
@ -90,7 +89,7 @@ rm -f %{buildroot}%{_bindir}/clear
%exclude %{_bindir}/glxinfo
%exclude %{_bindir}/glxgears
%exclude %{_bindir}/glxinfo
#%exclude %{_bindir}/eglgears
%exclude %{_bindir}/eglgears
%exclude %{_bindir}/eglinfo
%exclude %{_bindir}/es2gears*
%exclude %{_bindir}/es2_info
@ -98,6 +97,9 @@ rm -f %{buildroot}%{_bindir}/clear
%{_datadir}/mesa-demos/*
%changelog
* Tue Aug 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 8.5.0-2mamba
- restore previous install code removing conflicting files bitmap and clear
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 8.5.0-1mamba
- update to 8.5.0