source: projects/specs/trunk/v/vdpauinfo/vdpauinfo-vl.spec @ 10574

Revision 10574, 1.4 KB checked in by tomop, 8 years ago (diff)

vdpauinfo-1.0-1

Line 
1Name:           vdpauinfo
2Version:        1.0
3Release:        1%{?_dist_release}
4Summary:        Tool to query the capabilities of a VDPAU implementation
5Summary(ja):    VDPAU の対応状況を確認するためのツール
6
7Group:          Applications/System
8License:        MIT
9URL:            http://freedesktop.org/wiki/Software/VDPAU
10Source0:        http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
13BuildRequires:  libvdpau-devel >= 0.2
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       kazutaka
18
19%description
20Tool to query the capabilities of a VDPAU implementation.
21
22%description -l ja
23VDPAU の対応状況を確認するためのツールです。
24
25
26%prep
27%setup -q
28
29
30%build
31%configure
32make %{?_smp_mflags}
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make install DESTDIR=$RPM_BUILD_ROOT
38
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files
45%defattr(-,root,root,-)
46%license COPYING
47%doc ChangeLog INSTALL
48%{_bindir}/vdpauinfo
49
50
51%changelog
52* Sun Jul 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0-1
53- new upstream release.
54
55* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.0.6-1
56- initial build for Vine Linux based of fedora development
57- add japanese description and summary
58
59* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.0.6-2
60- Tagged archive compatible with livdpau 0.2
61
62* Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.0.6-1
63- Initial package
Note: See TracBrowser for help on using the repository browser.