package created using the webbuild interface [release 1.4.35-1mamba;Thu Jan 16 2025]
This commit is contained in:
parent
541d351442
commit
6b7221ff7f
41
amf-headers.spec
Normal file
41
amf-headers.spec
Normal file
@ -0,0 +1,41 @@
|
||||
Name: amf-headers
|
||||
Version: 1.4.35
|
||||
Release: 1mamba
|
||||
Summary: Header files for AMD Advanced Media Framework
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/GPUOpen-LibrariesAndSDKs/AMF
|
||||
Source: https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git/v%{version}/AMF-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
Header files for AMD Advanced Media Framework.
|
||||
|
||||
%prep
|
||||
%setup -q -n AMF-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
install -dm 755 %{buildroot}%{_includedir}
|
||||
cp -a amf/public/include %{buildroot}%{_includedir}/AMF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/AMF
|
||||
%{_includedir}/AMF/*
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.35-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user