62 lines
1.6 KiB
RPMSpec
62 lines
1.6 KiB
RPMSpec
Name: vdpauinfo
|
|
Version: 1.4
|
|
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: https://gitlab.freedesktop.org/vdpau/vdpauinfo.git/%{version}/vdpauinfo-%{version}.tar.bz2
|
|
#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
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun May 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
|
- update to 1.4
|
|
|
|
* Wed Mar 25 2015 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jan 18 2015 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|