update to 1.24 [release 1.24-1mamba;Sat Aug 17 2019]
This commit is contained in:
parent
f1e2c12778
commit
7d6c4e931c
@ -1,5 +1,5 @@
|
||||
Name: intel-gpu-tools
|
||||
Version: 1.22
|
||||
Version: 1.24
|
||||
Release: 1mamba
|
||||
Summary: A collection of tools for development and testing of the Intel DRM driver
|
||||
Group: System/X11
|
||||
@ -7,7 +7,7 @@ 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.xz
|
||||
Source: https://gitlab.freedesktop.org/drm/igt-gpu-tools.git/igt-gpu-tools-%{version}/igt-gpu-tools-%{version}.tar.bz2
|
||||
Patch0: intel-gpu-tools-1.3-libcairo.patch
|
||||
Patch1: intel-gpu-tools-1.7-unicode.patch
|
||||
Patch2: intel-gpu-tools-1.10-fix-32bit-pointer-to-int-cast.patch
|
||||
@ -29,7 +29,7 @@ This is a collection of tools for development and testing of the Intel DRM drive
|
||||
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
|
||||
%setup -q -n igt-gpu-tools-%{version}
|
||||
#% patch3 -p1
|
||||
|
||||
%build
|
||||
@ -48,34 +48,20 @@ There are many macro-level test suites that get used against our driver, includi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/chipset.py
|
||||
# %ifnarch %{ix86}
|
||||
#%{_bindir}/eudb
|
||||
%{_bindir}/intel-gen4asm
|
||||
%{_bindir}/intel-gen4disasm
|
||||
#%{_bindir}/intel-gpu-overlay
|
||||
#% endif
|
||||
#%{_bindir}/gem_userptr_benchmark
|
||||
%{_bindir}/dpcd_reg
|
||||
%{_bindir}/igt_stats
|
||||
%{_bindir}/intel_*
|
||||
#%{_bindir}/quick_dump.py
|
||||
#%{_bindir}/reg_access.py
|
||||
#%{_libdir}/I915ChipsetPython.la
|
||||
#%{_libdir}/I915ChipsetPython.so
|
||||
%dir %{_libexecdir}/igt-gpu-tools
|
||||
%{_libexecdir}/igt-gpu-tools/*
|
||||
%dir %{_datadir}/igt-gpu-tools
|
||||
%{_datadir}/igt-gpu-tools/*
|
||||
%{_libdir}/intel_aubdump.la
|
||||
%{_libdir}/intel_aubdump.so
|
||||
%dir %{_libexecdir}/intel-gpu-tools
|
||||
%{_libexecdir}/intel-gpu-tools/*
|
||||
%dir %{_datadir}/intel-gpu-tools
|
||||
%{_datadir}/intel-gpu-tools/*
|
||||
#%ifnarch %{ix86}
|
||||
%{_libdir}/pkgconfig/intel-gen4asm.pc
|
||||
#%endif
|
||||
#%dir %{_datadir}/gtk-doc/html/intel-gpu-tools/
|
||||
#%{_datadir}/gtk-doc/html/intel-gpu-tools/*
|
||||
%{_mandir}/man1/intel_*.1*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24-1mamba
|
||||
- update to 1.24
|
||||
|
||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-1mamba
|
||||
- update to 1.22
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user