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

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           vdpauinfo
2Version:        0.0.6
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
15Packager:       kazutaka
16
17%description
18Tool to query the capabilities of a VDPAU implementation.
19
20%description -l ja
21VDPAU の対応状況を確認するためのツールです。
22
23
24%prep
25%setup -q
26
27
28%build
29%configure
30make %{?_smp_mflags}
31
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT
36
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41
42%files
43%defattr(-,root,root,-)
44%doc AUTHORS COPYING
45%{_bindir}/vdpauinfo
46
47
48%changelog
49* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.0.6-1
50- initial build for Vine Linux based of fedora development
51- add japanese description and summary
52
53* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.0.6-2
54- Tagged archive compatible with livdpau 0.2
55
56* Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.0.6-1
57- Initial package
Note: See TracBrowser for help on using the repository browser.