]> git.pld-linux.org Git - packages/xorg-app-xdriinfo.git/blame - xorg-app-xdriinfo.spec
- tabs in preamble
[packages/xorg-app-xdriinfo.git] / xorg-app-xdriinfo.spec
CommitLineData
10fe14dc 1Summary: xdriinfo application
f870e709 2Summary(pl.UTF-8): Aplikacja xdriinfo
10fe14dc 3Name: xorg-app-xdriinfo
6775898f
AM
4Version: 1.0.1
5Release: 1
10fe14dc
JB
6License: MIT
7Group: X11/Applications
6775898f
AM
8Source0: http://xorg.freedesktop.org/releases/individual/app/xdriinfo-%{version}.tar.bz2
9# Source0-md5: be3c5a9b242a57226b5bb5f22ec341ca
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
21xdriinfo application.
22
2f121255 23%description -l pl.UTF-8
10fe14dc
JB
24Aplikacja xdriinfo.
25
26%prep
27%setup -q -n xdriinfo-%{version}
28
29%build
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
89d7a2aa 42 DESTDIR=$RPM_BUILD_ROOT
10fe14dc
JB
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS COPYING ChangeLog
bea2e902
JB
50%attr(755,root,root) %{_bindir}/xdriinfo
51%{_mandir}/man1/xdriinfo.1x*
This page took 0.072156 seconds and 4 git commands to generate.