110 lines
3.5 KiB
RPMSpec
110 lines
3.5 KiB
RPMSpec
Name: intel-gmmlib
|
|
Version: 22.3.19
|
|
Release: 1mamba
|
|
Summary: Library for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/intel/gmmlib
|
|
Source: https://github.com/intel/gmmlib.git/intel-gmmlib-%{version}/gmmlib-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
Requires: libigdgmm = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
The Intel(R) Graphics Memory Management Library provides device specific and buffer management for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
|
|
|
|
%package -n libigdgmm
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n libigdgmm
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n libigdgmm-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: libigdgmm = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description -n libigdgmm-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n gmmlib-%{version}
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n libigdgmm -p /sbin/ldconfig
|
|
%postun -n libigdgmm -p /sbin/ldconfig
|
|
|
|
%files -n libigdgmm
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libigdgmm.so.*
|
|
%doc LICENSE.md
|
|
|
|
%files -n libigdgmm-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/igdgmm/
|
|
%{_includedir}/igdgmm/*
|
|
%{_libdir}/libigdgmm.so
|
|
%{_libdir}/pkgconfig/igdgmm.pc
|
|
%doc README.rst
|
|
|
|
%changelog
|
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 22.3.19-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 22.3.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 22.3.17-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 21 2023 Automatic Build System <autodist@mambasoft.it> 22.3.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 14 2023 Automatic Build System <autodist@mambasoft.it> 22.3.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 22.3.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 23 2023 Automatic Build System <autodist@mambasoft.it> 22.3.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 22.3.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 22.3.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 16 2023 Automatic Build System <autodist@mambasoft.it> 22.3.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 11 2023 Automatic Build System <autodist@mambasoft.it> 22.3.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 22.3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 22.3.5-1mamba
|
|
- package created using the webbuild interface
|