diff --git a/README.md b/README.md index 348c061..b1bfacc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # vdpauinfo +A tool to query the capabilities of a VDPAU implementation. + diff --git a/vdpauinfo.spec b/vdpauinfo.spec new file mode 100644 index 0000000..861df1e --- /dev/null +++ b/vdpauinfo.spec @@ -0,0 +1,50 @@ +Name: vdpauinfo +Version: 0.1 +Release: 1mamba +Summary: A tool to query the capabilities of a VDPAU implementation +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://freedesktop.org/wiki/Software/VDPAU +Source: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +BuildRequires: libvdpau-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A tool to query the capabilities of a VDPAU implementation. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%doc AUTHORS COPYING + +%changelog +* Sun Oct 27 2013 Automatic Build System 0.1-1mamba +- automatic update by autodist + +* Fri Jun 29 2012 Silvan Calarco 0.0.6-1mamba +- package created by autospec