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