Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055109
D3916.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3916.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,32 @@
+libcpuid.so.14:cpu_clock
+libcpuid.so.14:cpu_clock_by_ic
+libcpuid.so.14:cpu_clock_by_mark
+libcpuid.so.14:cpu_clock_by_os
+libcpuid.so.14:cpu_clock_measure
+libcpuid.so.14:cpu_exec_cpuid
+libcpuid.so.14:cpu_exec_cpuid_ext
+libcpuid.so.14:cpu_feature_str
+libcpuid.so.14:cpu_identify
+libcpuid.so.14:cpu_msr_driver_close
+libcpuid.so.14:cpu_msr_driver_open
+libcpuid.so.14:cpu_msr_driver_open_core
+libcpuid.so.14:cpu_msrinfo
+libcpuid.so.14:cpu_rdmsr
+libcpuid.so.14:cpu_rdmsr_range
+libcpuid.so.14:cpu_rdtsc
+libcpuid.so.14:cpu_tsc_mark
+libcpuid.so.14:cpu_tsc_unmark
+libcpuid.so.14:cpuid_deserialize_raw_data
+libcpuid.so.14:cpuid_error
+libcpuid.so.14:cpuid_free_cpu_list
+libcpuid.so.14:cpuid_get_cpu_list
+libcpuid.so.14:cpuid_get_epc
+libcpuid.so.14:cpuid_get_raw_data
+libcpuid.so.14:cpuid_get_total_cpus
+libcpuid.so.14:cpuid_get_vendor
+libcpuid.so.14:cpuid_lib_version
+libcpuid.so.14:cpuid_present
+libcpuid.so.14:cpuid_serialize_raw_data
+libcpuid.so.14:cpuid_set_verbosiness_level
+libcpuid.so.14:cpuid_set_warn_function
+libcpuid.so.14:msr_serialize_raw_data
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/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : libcpuid
+version : '0.4.0'
+release : 1
+source :
+ - git|https://github.com/anrieff/libcpuid.git : ebf912d6711ec821b704d2e4566a4629fac2b8bb
+license : BSD-2-Clause
+component : programming.library
+summary : A small C library for x86 CPU detection and feature extraction
+description: |
+ libcpuid provides CPU identification for the x86 (and x86_64).
+setup : |
+ %reconfigure --disable-static
+build : |
+ %make
+install : |
+ %make_install
+check : |
+ %make test
\ No newline at end of file
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,53 @@
+<PISI>
+ <Source>
+ <Name>libcpuid</Name>
+ <Packager>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">A small C library for x86 CPU detection and feature extraction</Summary>
+ <Description xml:lang="en">libcpuid provides CPU identification for the x86 (and x86_64).
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libcpuid</Name>
+ <Summary xml:lang="en">A small C library for x86 CPU detection and feature extraction</Summary>
+ <Description xml:lang="en">libcpuid provides CPU identification for the x86 (and x86_64).
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/cpuid_tool</Path>
+ <Path fileType="library">/usr/lib64/libcpuid.so.14</Path>
+ <Path fileType="library">/usr/lib64/libcpuid.so.14.0.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libcpuid-devel</Name>
+ <Summary xml:lang="en">Development files for libcpuid</Summary>
+ <Description xml:lang="en">libcpuid provides CPU identification for the x86 (and x86_64).
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libcpuid</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/libcpuid/libcpuid.h</Path>
+ <Path fileType="header">/usr/include/libcpuid/libcpuid_constants.h</Path>
+ <Path fileType="header">/usr/include/libcpuid/libcpuid_types.h</Path>
+ <Path fileType="library">/usr/lib64/libcpuid.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libcpuid.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-09-28</Date>
+ <Version>0.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:27 AM (3 h, 14 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801753
Default Alt Text
D3916.diff (4 KB)
Attached To
Mode
D3916: Initial commit of libcpuid
Attached
Detach File
Event Timeline
Log In to Comment