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