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
Version: 0.4.0
Release: 1mamba
Release: 2mamba
Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC
Group: System/Kernel and Hardware
Vendor: openmamba
@ -31,6 +31,8 @@ Video driver, primarily optimized for the devices powered by the Allwinner SoC (
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -D -m0644 xorg.conf %{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -38,9 +40,13 @@ Video driver, primarily optimized for the devices powered by the Allwinner SoC (
%defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/fbturbo_drv.la
%{_libdir}/xorg/modules/drivers/fbturbo_drv.so
%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
%{_mandir}/man4/fbturbo.4*
%doc COPYING
%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
- package created using the webbuild interface