2024-01-05 23:55:47 +01:00
|
|
|
Name: intel-gpu-tools
|
2024-01-05 23:55:47 +01:00
|
|
|
Version: 1.10
|
2024-01-05 23:55:47 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A collection of tools for development and testing of the Intel DRM driver
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://x.org
|
|
|
|
Source: ftp://x.org/pub/individual/app/intel-gpu-tools-%{version}.tar.bz2
|
2024-01-05 23:55:47 +01:00
|
|
|
Patch0: intel-gpu-tools-1.3-libcairo.patch
|
|
|
|
Patch1: intel-gpu-tools-1.7-unicode.patch
|
2024-01-05 23:55:47 +01:00
|
|
|
Patch2: intel-gpu-tools-1.10-fix-32bit-pointer-to-int-cast.patch
|
2024-01-05 23:55:47 +01:00
|
|
|
License: MIT
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libdrm-devel
|
|
|
|
BuildRequires: libpciaccess-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: xorg-server-devel >= 1.1.0
|
|
|
|
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
|
|
|
BuildRequires: xbitmaps-devel >= 1.0.1
|
2024-01-05 23:55:47 +01:00
|
|
|
BuildRequires: python3-devel
|
2024-01-05 23:55:47 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This is a collection of tools for development and testing of the Intel DRM driver.
|
|
|
|
There are many macro-level test suites that get used against our driver, including xtest, rendercheck, piglit, and oglconform, but failures from those can be difficult to track down to kernel changes, and many require complicated build procedures or specific testing environments to get useful results.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 23:55:47 +01:00
|
|
|
#%patch0 -p1
|
|
|
|
#%patch1 -p2
|
2024-01-05 23:55:47 +01:00
|
|
|
%ifnarch x86_64
|
|
|
|
%patch2 -p1
|
|
|
|
%endif
|
2024-01-05 23:55:47 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2024-01-05 23:55:47 +01:00
|
|
|
|
|
|
|
# PYTHON_CPPFLAGS="`pkg-config --cflags python3`"
|
|
|
|
|
|
|
|
%make -j1
|
2024-01-05 23:55:47 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:55:47 +01:00
|
|
|
%{_bindir}/chipset.py
|
|
|
|
%{_bindir}/eudb
|
|
|
|
%{_bindir}/gem_userptr_benchmark
|
2024-01-05 23:55:47 +01:00
|
|
|
%{_bindir}/intel_*
|
2024-01-05 23:55:47 +01:00
|
|
|
%{_bindir}/intel-gen4asm
|
|
|
|
%{_bindir}/intel-gen4disasm
|
|
|
|
%{_bindir}/intel-gpu-overlay
|
|
|
|
%{_bindir}/quick_dump.py
|
|
|
|
%{_bindir}/reg_access.py
|
|
|
|
%{_libdir}/I915ChipsetPython.la
|
|
|
|
%{_libdir}/I915ChipsetPython.so
|
|
|
|
%{_libdir}/pkgconfig/intel-gen4asm.pc
|
2024-01-05 23:55:47 +01:00
|
|
|
%dir %{_datadir}/gtk-doc/html/intel-gpu-tools/
|
|
|
|
%{_datadir}/gtk-doc/html/intel-gpu-tools/*
|
2024-01-05 23:55:47 +01:00
|
|
|
%{_mandir}/man1/intel_*.1*
|
2024-01-05 23:55:47 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:55:47 +01:00
|
|
|
* Fri Mar 13 2015 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:55:47 +01:00
|
|
|
* Sat Dec 27 2014 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:55:47 +01:00
|
|
|
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:55:47 +01:00
|
|
|
* Mon Jan 09 2012 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 03 2009 Automatic Build System <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- package created
|