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