]> git.pld-linux.org Git - packages/vdpauinfo.git/blame - vdpauinfo.spec
- initial
[packages/vdpauinfo.git] / vdpauinfo.spec
CommitLineData
50436fb1
PG
1Summary: VDPAU query too
2Name: vdpauinfo
3Version: 0.0.6
4Release: 1
5License: BSD-like ?
6Group: Applications/System
7Source0: http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.gz
8# Source0-md5: 513df206613cbd061b6d49cdbfe927ef
9BuildRequires: libvdpau-devel >=0.2
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13command line utility for querying the capabilities of a VDPAU
14device.
15
16%prep
17%setup -q
18
19%build
20%configure
21%{__make}
22
23%install
24rm -rf $RPM_BUILD_ROOT
25
26%{__make} install \
27 DESTDIR=$RPM_BUILD_ROOT
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(644,root,root,755)
34%doc AUTHORS ChangeLog
35%attr(755,root,root) %{_bindir}/%{name}
This page took 0.049772 seconds and 4 git commands to generate.