Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3a35261fb2a356706b616cc0fbf81f36 > files > 2

vdpauinfo-0.0.6-2.fc12.src.rpm

Name:           vdpauinfo
Version:        0.0.6
Release:        2%{?dist}
Summary:        Tool to query the capabilities of a VDPAU implementation

Group:          Applications/System
License:        MIT
URL:            http://freedesktop.org/wiki/Software/VDPAU
Source0:        http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libvdpau-devel >= 0.2


%description
Tool to query the capabilities of a VDPAU implementation.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/vdpauinfo


%changelog
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.0.6-2
- Tagged archive compatible with livdpau 0.2

* Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.0.6-1
- Initial package