vdpauinfo/vdpauinfo.spec

51 lines
1.2 KiB
RPMSpec

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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.1-1mamba
- automatic update by autodist
* Fri Jun 29 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-1mamba
- package created by autospec