]> git.pld-linux.org Git - SPECS.git/blob - vdpauinfo.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.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:        1.4
5 Release:        1
6 License:        MIT
7 Group:          Applications/System
8 #Source0Download: https://gitlab.freedesktop.org/vdpau/vdpauinfo/tags
9 Source0:        https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/8f047eac351672cc4316724edb6ad2b2/%{name}-%{version}.tar.gz
10 # Source0-md5:  b0d43317b6bfbf4d55be07f5ad5c085f
11 URL:            https://freedesktop.org/wiki/Software/VDPAU/
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  libvdpau-devel >= 1.4
14 BuildRequires:  pkgconfig
15 BuildRequires:  xorg-lib-libX11-devel
16 Requires:       libvdpau >= 1.4
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Command line utility for querying the capabilities of a VDPAU
21 device.
22
23 %description -l pl.UTF-8
24 Działające z linii poleceń narzędzie do sprawdzania możliwości
25 urządzenia VDPAU.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc COPYING ChangeLog
46 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.089622 seconds and 3 git commands to generate.