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