]> git.pld-linux.org Git - packages/xorg-app-xdriinfo.git/blob - xorg-app-xdriinfo.spec
- updated to 1.0.7
[packages/xorg-app-xdriinfo.git] / xorg-app-xdriinfo.spec
1 Summary:        xdriinfo application to query configuration information of DRI drivers
2 Summary(pl.UTF-8):      Aplikacja xdriinfo do sprawdzania konfiguracji sterowników DRI
3 Name:           xorg-app-xdriinfo
4 Version:        1.0.7
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xdriinfo-%{version}.tar.xz
9 # Source0-md5:  34aff1f93fa54d6a64cbe4fee079e077
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  Mesa-libGL-devel
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  tar >= 1:1.22
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-proto-glproto-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xz
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 xdriinfo program can be used to query configuration information of
24 direct rendering drivers. If no command argument is specified it lists
25 the names of the direct rendering drivers for all screens.
26
27 %description -l pl.UTF-8
28 Program xdriinfo służy do odczytu informacji o konfiguracji
29 sterowników bezpośredniego renderingu (Direct Rendering, DRI). Jeśli
30 nie podano argumentu z linii poleceń, program wyświetla nazwy
31 sterowników DRI dla wszystkich ekranów.
32
33 %prep
34 %setup -q -n xdriinfo-%{version}
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS COPYING ChangeLog README.md
57 %attr(755,root,root) %{_bindir}/xdriinfo
58 %{_mandir}/man1/xdriinfo.1*
This page took 0.120992 seconds and 4 git commands to generate.