]> git.pld-linux.org Git - packages/xorg-app-xdriinfo.git/blame - xorg-app-xdriinfo.spec
- new (build not tested yet)
[packages/xorg-app-xdriinfo.git] / xorg-app-xdriinfo.spec
CommitLineData
10fe14dc
JB
1Summary: xdriinfo application
2Summary(pl): Aplikacja xdriinfo
3Name: xorg-app-xdriinfo
4Version: 0.99.1
5Release: 0.1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xdriinfo-%{version}.tar.bz2
9# Source0-md5: cef02cf2f930fbe3b144d20ca6630b4d
10URL: http://xorg.freedesktop.org/
11BuildRequires: Mesa-libGL-devel
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake
14BuildRequires: pkgconfig >= 0.19
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-proto-glproto-devel
17BuildRequires: xorg-util-util-macros >= 0.99.1
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 appmandir=%{_mandir}/man1
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS COPYING ChangeLog
51%attr(755,root,root) %{_bindir}/*
52%{_mandir}/man1/*.1x*
This page took 0.083019 seconds and 4 git commands to generate.