install xorg configuration snipppet [release 0.4.0-2mamba;Sat Oct 03 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:38:22 +01:00
parent 883c783410
commit b4541c73a7

View File

@ -1,6 +1,6 @@
Name: xf86-video-fbturbo Name: xf86-video-fbturbo
Version: 0.4.0 Version: 0.4.0
Release: 1mamba Release: 2mamba
Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -31,6 +31,8 @@ Video driver, primarily optimized for the devices powered by the Allwinner SoC (
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
install -D -m0644 xorg.conf %{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -38,9 +40,13 @@ Video driver, primarily optimized for the devices powered by the Allwinner SoC (
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/fbturbo_drv.la %{_libdir}/xorg/modules/drivers/fbturbo_drv.la
%{_libdir}/xorg/modules/drivers/fbturbo_drv.so %{_libdir}/xorg/modules/drivers/fbturbo_drv.so
%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
%{_mandir}/man4/fbturbo.4* %{_mandir}/man4/fbturbo.4*
%doc COPYING %doc COPYING
%changelog %changelog
* Sat Oct 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
- install xorg configuration snipppet
* Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba * Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface