]> git.pld-linux.org Git - packages/xorg-app-xdriinfo.git/blame - xorg-app-xdriinfo.spec
- real descs from man page
[packages/xorg-app-xdriinfo.git] / xorg-app-xdriinfo.spec
CommitLineData
f317afe7
JB
1Summary: xdriinfo application to query configuration information of DRI drivers
2Summary(pl.UTF-8): Aplikacja xdriinfo do sprawdzania konfiguracji sterowników DRI
10fe14dc 3Name: xorg-app-xdriinfo
a521f998 4Version: 1.0.2
6775898f 5Release: 1
10fe14dc
JB
6License: MIT
7Group: X11/Applications
6775898f 8Source0: http://xorg.freedesktop.org/releases/individual/app/xdriinfo-%{version}.tar.bz2
a521f998 9# Source0-md5: a5ec51ed9f0a55dc3462d90d52ff899c
10fe14dc
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: Mesa-libGL-devel
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake
f3742976 14BuildRequires: pkgconfig >= 1:0.19
10fe14dc
JB
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-proto-glproto-devel
89d7a2aa 17BuildRequires: xorg-util-util-macros >= 0.99.2
10fe14dc
JB
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
f317afe7
JB
21xdriinfo program can be used to query configuration information of
22direct rendering drivers. If no command argument is specified it lists
23the names of the direct rendering drivers for all screens.
10fe14dc 24
2f121255 25%description -l pl.UTF-8
f317afe7
JB
26Program xdriinfo służy do odczytu informacji o konfiguracji
27sterowników bezpośredniego renderingu (Direct Rendering, DRI). Jeśli
28nie podano argumentu z linii poleceń, program wyświetla nazwy
29sterowników DRI dla wszystkich ekranów.
10fe14dc
JB
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
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
89d7a2aa 47 DESTDIR=$RPM_BUILD_ROOT
10fe14dc
JB
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS COPYING ChangeLog
bea2e902
JB
55%attr(755,root,root) %{_bindir}/xdriinfo
56%{_mandir}/man1/xdriinfo.1x*
This page took 0.12542 seconds and 4 git commands to generate.