]> git.pld-linux.org Git - packages/vdpauinfo.git/blame - vdpauinfo.spec
- pl
[packages/vdpauinfo.git] / vdpauinfo.spec
CommitLineData
92d44332
JB
1Summary: VDPAU information utility
2Summary(pl.UTF-8): Narzędzie podające informacje o VDPAU
50436fb1
PG
3Name: vdpauinfo
4Version: 0.0.6
5Release: 1
92d44332 6License: MIT
50436fb1
PG
7Group: Applications/System
8Source0: http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.gz
9# Source0-md5: 513df206613cbd061b6d49cdbfe927ef
92d44332
JB
10BuildRequires: libstdc++-devel
11BuildRequires: libvdpau-devel >= 0.2
12BuildRequires: pkgconfig
13BuildRequires: xorg-lib-libX11-devel
50436fb1
PG
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
92d44332 17Command line utility for querying the capabilities of a VDPAU
50436fb1
PG
18device.
19
92d44332
JB
20%description -l pl.UTF-8
21Działające z linii poleceń narzędzie do sprawdzania możliwości
22urządzenia VDPAU.
23
50436fb1
PG
24%prep
25%setup -q
26
27%build
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
92d44332 42%doc AUTHORS COPYING ChangeLog
50436fb1 43%attr(755,root,root) %{_bindir}/%{name}
This page took 0.055875 seconds and 4 git commands to generate.