From fd0e1ae417cd90d775de4a2303c1dbe5ba8fcce4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:55:47 +0100 Subject: [PATCH] automatic version update by autodist [release 1.1-1mamba;Mon Jan 09 2012] --- README.md | 3 +++ intel-gpu-tools.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 intel-gpu-tools.spec diff --git a/README.md b/README.md index e9e5ec4..01668c4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # intel-gpu-tools +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. + diff --git a/intel-gpu-tools.spec b/intel-gpu-tools.spec new file mode 100644 index 0000000..5771a89 --- /dev/null +++ b/intel-gpu-tools.spec @@ -0,0 +1,53 @@ +Name: intel-gpu-tools +Version: 1.1 +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 +URL: http://x.org +Source: ftp://x.org/pub/individual/app/intel-gpu-tools-%{version}.tar.bz2 +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 + +%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 + +%build +%configure +%make + +%install +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/forcewaked +%{_bindir}/intel_* +%{_mandir}/man1/intel_*.1.gz + +%changelog +* Mon Jan 09 2012 Automatic Build System 1.1-1mamba +- automatic version update by autodist + +* Tue Oct 13 2009 Automatic Build System 1.0.2-1mamba +- automatic update by autodist + +* Wed Jun 03 2009 Automatic Build System 1.0.1-1mamba +- package created