xf86-video-fbturbo/xf86-video-fbturbo.spec

53 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: xf86-video-fbturbo
Version: 0.4.0
Release: 2mamba
Summary: Video driver, primarily optimized for the devices powered by the Allwinner SoC
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/ssvb/xf86-video-fbturbo
Source: https://github.com/ssvb/xf86-video-fbturbo.git/%{version}/xf86-video-fbturbo-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Video driver, primarily optimized for the devices powered by the Allwinner SoC (A10, A13, A20). It can use some of the 2D/3D hardware acceleration features.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -D -m0644 xorg.conf %{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%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