automatic version update by autodist [release 1.25-1mamba;Sun Mar 29 2020]
This commit is contained in:
parent
7d6c4e931c
commit
957fe60629
@ -1,5 +1,5 @@
|
||||
Name: intel-gpu-tools
|
||||
Version: 1.24
|
||||
Version: 1.25
|
||||
Release: 1mamba
|
||||
Summary: A collection of tools for development and testing of the Intel DRM driver
|
||||
Group: System/X11
|
||||
@ -20,20 +20,41 @@ BuildRequires: libdrm-devel
|
||||
BuildRequires: libpciaccess-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xorg-server-devel >= 1.1.0
|
||||
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
||||
BuildRequires: xorg-proto-devel
|
||||
BuildRequires: xbitmaps-devel >= 1.0.1
|
||||
BuildRequires: python3-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%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.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n igt-gpu-tools-%{version}
|
||||
#% patch3 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
# PYTHON_CPPFLAGS="`pkg-config --cflags python3`"
|
||||
@ -46,19 +67,39 @@ There are many macro-level test suites that get used against our driver, includi
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/amd_hdmi_compliance
|
||||
%{_bindir}/dpcd_reg
|
||||
%{_bindir}/igt_stats
|
||||
%{_bindir}/intel_*
|
||||
%dir %{_libexecdir}/igt-gpu-tools
|
||||
%{_libexecdir}/igt-gpu-tools/*
|
||||
%{_bindir}/i915-*
|
||||
%{_bindir}/lsgpu
|
||||
%dir %{_datadir}/igt-gpu-tools
|
||||
%{_datadir}/igt-gpu-tools/*
|
||||
%{_libdir}/intel_aubdump.la
|
||||
%{_libdir}/intel_aubdump.so
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libi915_perf.so.*
|
||||
%dir %{_libexecdir}/igt-gpu-tools
|
||||
%{_libexecdir}/igt-gpu-tools/*
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/i915-perf
|
||||
%{_includedir}/i915-perf/*.h
|
||||
%{_libdir}/libi915_perf.la
|
||||
%{_libdir}/libi915_perf.so
|
||||
%{_libdir}/pkgconfig/i915-perf.pc
|
||||
%{_prefix}/lib/.build-id/*/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 29 2020 Automatic Build System <autodist@mambasoft.it> 1.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24-1mamba
|
||||
- update to 1.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user