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