]> git.pld-linux.org Git - packages/xorg-app-xdriinfo.git/blame_incremental - xorg-app-xdriinfo.spec
- 0.99.2 (X11R7.0-RC3)
[packages/xorg-app-xdriinfo.git] / xorg-app-xdriinfo.spec
... / ...
CommitLineData
1Summary: xdriinfo application
2Summary(pl): Aplikacja xdriinfo
3Name: xorg-app-xdriinfo
4Version: 0.99.2
5Release: 0.1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC3/app/xdriinfo-%{version}.tar.bz2
9# Source0-md5: 76ffe35f42e4f51d73349f8c3b1812cc
10URL: http://xorg.freedesktop.org/
11BuildRequires: Mesa-libGL-devel
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-proto-glproto-devel
17BuildRequires: xorg-util-util-macros >= 0.99.2
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21xdriinfo application.
22
23%description -l pl
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 \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS COPYING ChangeLog
50%attr(755,root,root) %{_bindir}/*
51%{_mandir}/man1/*.1x*
This page took 0.078397 seconds and 4 git commands to generate.