Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ 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 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,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 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + libcpuid + + Alexander Vorobyev + avorobyev@protonmail.com + + BSD-2-Clause + programming.library + A small C library for x86 CPU detection and feature extraction + libcpuid provides CPU identification for the x86 (and x86_64). + + https://solus-project.com/sources/README.Solus + + + libcpuid + A small C library for x86 CPU detection and feature extraction + libcpuid provides CPU identification for the x86 (and x86_64). + + programming.library + + /usr/bin/cpuid_tool + /usr/lib64/libcpuid.so.14 + /usr/lib64/libcpuid.so.14.0.0 + + + + libcpuid-devel + Development files for libcpuid + libcpuid provides CPU identification for the x86 (and x86_64). + + programming.devel + + libcpuid + + + /usr/include/libcpuid/libcpuid.h + /usr/include/libcpuid/libcpuid_constants.h + /usr/include/libcpuid/libcpuid_types.h + /usr/lib64/libcpuid.so + /usr/lib64/pkgconfig/libcpuid.pc + + + + + 2018-09-28 + 0.4.0 + Packaging update + Alexander Vorobyev + avorobyev@protonmail.com + + + \ No newline at end of file