summaryrefslogtreecommitdiff
path: root/xdriinfo.spec
blob: 4f5c63a23c54555d66c4f3431c6f93b0f1027956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: xdriinfo
Version: 1.0.7
Release: 1
Summary: X application to query configuration information of DRI drivers
License: MIT
URL: https://gitlab.freedesktop.org/xorg/app/xdriinfo
Source0: https://www.x.org/releases/individual/app/%{name}-%{version}.tar.xz

# This package was split from the mesa-demos package, which used to
# also build and install xdriinfo until mesa-demos-9.0.0
Conflicts: mesa-demos < 9.0.0

BuildRequires: make gcc
BuildRequires: pkgconfig(glproto)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: libGL-devel

%description
xdriinfo can be used to query configuration information of direct
rendering drivers.

%prep
%autosetup -p1

%build
%configure
%make_build

%install
%make_install

%files
%license COPYING
%doc AUTHORS ChangeLog README.md
%{_bindir}/xdriinfo
%{_mandir}/man1/xdriinfo.1*

%changelog
* Mon Jan 27 2025 Funda Wang <fundawang@yeah.net> - 1.0.7-1
- init package