Sync from SUSE:SLFO:Main intel-metee revision b8684b5e8b1cb6bdb6a795c58a73104a
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
4.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
4.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
9
intel-metee.changes
Normal file
9
intel-metee.changes
Normal file
@@ -0,0 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 14:27:07 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
|
||||
|
||||
- Change library name to libmeteeX_Y_Z
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 13:29:10 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
|
||||
|
||||
- Initial creation of the package at version 4.3.1
|
77
intel-metee.spec
Normal file
77
intel-metee.spec
Normal file
@@ -0,0 +1,77 @@
|
||||
#
|
||||
# spec file for package intel-metee
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define SONAME libmetee4_3_1
|
||||
|
||||
Name: intel-metee
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Summary: Library to access CSE/CSME/GSC firmware via a MEI interface
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/intel/metee
|
||||
Source: https://github.com/intel/metee/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
ME TEE Library is a C library to access CSE/CSME/GSC firmware via a
|
||||
MEI interface. The MEI TEE API simplifies connection and
|
||||
communication with the MEI device and firmware status registers
|
||||
retrieval.
|
||||
|
||||
%package -n %{SONAME}
|
||||
Summary: Library to access CSE/CSME/GSC firmware via a MEI interface
|
||||
|
||||
%description -n %{SONAME}
|
||||
ME TEE Library is a C library to access CSE/CSME/GSC [Converged
|
||||
Security (and Management) Engine, Graphic System Controller] firmware
|
||||
via a MEI interface. The MEI TEE API simplifies connection and
|
||||
communication with the MEI device and firmware status registers
|
||||
retrieval.
|
||||
|
||||
%package devel
|
||||
Summary: Headers for the intel-metee library
|
||||
Requires: %{SONAME} = %{version}
|
||||
|
||||
%description devel
|
||||
Development package for the libmeete library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n metee-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS=-Wno-builtin-macro-redefined \
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%ldconfig_scriptlets -n %{SONAME}
|
||||
|
||||
%files -n %{SONAME}
|
||||
%license COPYING
|
||||
%doc CHANGELOG.md README.md
|
||||
%{_libdir}/libmetee.so.%{version}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libmetee.so
|
||||
%{_includedir}/metee.h
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user