Page MenuHomeSolus

D12426.id30226.diff
No OneTemporary

D12426.id30226.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,9 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Joey Riches
+ - IRC: joebonrichie
+ - Email: josephriches@gmail.com
+ - Matrix: @joebonrichie:matrix.org
+- Campbell Jones
+ - IRC: serebit
+ - Email: dev@serebit.com
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_libs b/abi_libs
new file mode 100644
--- /dev/null
+++ b/abi_libs
@@ -0,0 +1 @@
+libmetee.so.3.1.0
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,9 @@
+libmetee.so.3.1.0:GetDriverVersion
+libmetee.so.3.1.0:TeeConnect
+libmetee.so.3.1.0:TeeDisconnect
+libmetee.so.3.1.0:TeeFWStatus
+libmetee.so.3.1.0:TeeGetDeviceHandle
+libmetee.so.3.1.0:TeeInit
+libmetee.so.3.1.0:TeeInitHandle
+libmetee.so.3.1.0:TeeRead
+libmetee.so.3.1.0:TeeWrite
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
diff --git a/abi_used_symbols b/abi_used_symbols
new file mode 100644
--- /dev/null
+++ b/abi_used_symbols
@@ -0,0 +1,20 @@
+libc.so.6:__errno_location
+libc.so.6:__fdelt_chk
+libc.so.6:__snprintf_chk
+libc.so.6:__stack_chk_fail
+libc.so.6:__syslog_chk
+libc.so.6:close
+libc.so.6:fcntl
+libc.so.6:free
+libc.so.6:ioctl
+libc.so.6:malloc
+libc.so.6:open
+libc.so.6:pread
+libc.so.6:read
+libc.so.6:readlink
+libc.so.6:select
+libc.so.6:strdup
+libc.so.6:strerror
+libc.so.6:strstr
+libc.so.6:strtoul
+libc.so.6:write
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : intel-metee
+version : 3.1.0
+release : 1
+source :
+ - https://github.com/intel/metee/archive/refs/tags/3.1.0.tar.gz : 38a490e00207cf5c725f65041fe649c445c16df616adcbfbdcb80f7ce6286722
+license :
+ - Apache-2.0
+ - BSD-3-Clause
+component : programming.tools
+homepage : https://github.com/intel/metee/
+summary : Cross-platform access library for Intel CSME HECI interface
+description: |
+ Cross-platform access library for the Intel CSME HECI interface.
+clang : yes
+setup : |
+ %cmake_ninja \
+ -DBUILD_SHARED_LIBS='ON'
+build : |
+ %ninja_build
+install : |
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,49 @@
+<PISI>
+ <Source>
+ <Name>intel-metee</Name>
+ <Packager>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Cross-platform access library for Intel CSME HECI interface</Summary>
+ <Description xml:lang="en">Cross-platform access library for the Intel CSME HECI interface.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>intel-metee</Name>
+ <Summary xml:lang="en">Cross-platform access library for Intel CSME HECI interface</Summary>
+ <Description xml:lang="en">Cross-platform access library for the Intel CSME HECI interface.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/libmetee.so.3.1.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>intel-metee-devel</Name>
+ <Summary xml:lang="en">Development files for intel-metee</Summary>
+ <Description xml:lang="en">Cross-platform access library for the Intel CSME HECI interface.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">intel-metee</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/metee.h</Path>
+ <Path fileType="library">/usr/lib64/libmetee.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-12-08</Date>
+ <Version>3.1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:43 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802381
Default Alt Text
D12426.id30226.diff (5 KB)

Event Timeline