automatic update by autodist [release 0.1-1mamba;Sun Oct 27 2013]
This commit is contained in:
parent
98f87cffb4
commit
5c79be6bd6
@ -1,2 +1,4 @@
|
||||
# vdpauinfo
|
||||
|
||||
A tool to query the capabilities of a VDPAU implementation.
|
||||
|
||||
|
50
vdpauinfo.spec
Normal file
50
vdpauinfo.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user