Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10744994
D3916.id9679.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.id9679.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,31 @@
+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
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,21 @@
+name : libcpuid
+version : '0.4.0'
+release : 1
+source :
+ - https://github.com/anrieff/libcpuid/archive/v0.4.0.tar.gz : 43427230cd9e86e25e5898b8e226c8af165085898795fd82d048d192c077ebfa
+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
+build : |
+ %make
+install : |
+ %make_install
+
+ # remove static lib
+ rm $installdir/usr/lib64/libcpuid.a
+check : |
+ %make test
\ No newline at end of file
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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-26</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
May 16 2023, 3:36 AM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5817275
Default Alt Text
D3916.id9679.diff (4 KB)
Attached To
Mode
D3916: Initial commit of libcpuid
Attached
Detach File
Event Timeline
Log In to Comment