Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_libs =================================================================== --- /dev/null +++ abi_libs @@ -0,0 +1 @@ +libigsc.so.0 Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,26 @@ +libigsc.so.0:igsc_device_close +libigsc.so.0:igsc_device_fw_update +libigsc.so.0:igsc_device_fw_version +libigsc.so.0:igsc_device_get_device_info +libigsc.so.0:igsc_device_init_by_device +libigsc.so.0:igsc_device_init_by_device_info +libigsc.so.0:igsc_device_iterator_create +libigsc.so.0:igsc_device_iterator_destroy +libigsc.so.0:igsc_device_iterator_next +libigsc.so.0:igsc_device_oprom_update +libigsc.so.0:igsc_device_oprom_version +libigsc.so.0:igsc_fw_version_compare +libigsc.so.0:igsc_get_last_firmware_status +libigsc.so.0:igsc_image_fw_version +libigsc.so.0:igsc_image_get_type +libigsc.so.0:igsc_image_oprom_count_devices +libigsc.so.0:igsc_image_oprom_init +libigsc.so.0:igsc_image_oprom_iterator_next +libigsc.so.0:igsc_image_oprom_iterator_reset +libigsc.so.0:igsc_image_oprom_match_device +libigsc.so.0:igsc_image_oprom_release +libigsc.so.0:igsc_image_oprom_supported_devices +libigsc.so.0:igsc_image_oprom_type +libigsc.so.0:igsc_image_oprom_version +libigsc.so.0:igsc_oprom_version_compare +libigsc.so.0:igsc_translate_firmware_status Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libmetee.so.3.1.0 +libudev.so.1 Index: abi_used_symbols =================================================================== --- /dev/null +++ abi_used_symbols @@ -0,0 +1,53 @@ +libc.so.6:__errno_location +libc.so.6:__fprintf_chk +libc.so.6:__isoc99_sscanf +libc.so.6:__libc_start_main +libc.so.6:__memset_chk +libc.so.6:__printf_chk +libc.so.6:__snprintf_chk +libc.so.6:__stack_chk_fail +libc.so.6:__syslog_chk +libc.so.6:__xpg_strerror_r +libc.so.6:calloc +libc.so.6:fclose +libc.so.6:fflush +libc.so.6:fopen +libc.so.6:fread +libc.so.6:free +libc.so.6:fseek +libc.so.6:ftell +libc.so.6:lstat +libc.so.6:malloc +libc.so.6:memcpy +libc.so.6:memset +libc.so.6:stderr +libc.so.6:stdout +libc.so.6:strcmp +libc.so.6:strdup +libc.so.6:strlen +libc.so.6:strncmp +libc.so.6:strrchr +libc.so.6:usleep +libmetee.so.3.1.0:TeeConnect +libmetee.so.3.1.0:TeeDisconnect +libmetee.so.3.1.0:TeeFWStatus +libmetee.so.3.1.0:TeeInit +libmetee.so.3.1.0:TeeInitHandle +libmetee.so.3.1.0:TeeRead +libmetee.so.3.1.0:TeeWrite +libudev.so.1:udev_device_get_parent_with_subsystem_devtype +libudev.so.1:udev_device_get_property_value +libudev.so.1:udev_device_get_sysname +libudev.so.1:udev_device_new_from_devnum +libudev.so.1:udev_device_new_from_syspath +libudev.so.1:udev_device_unref +libudev.so.1:udev_enumerate_add_match_sysattr +libudev.so.1:udev_enumerate_get_list_entry +libudev.so.1:udev_enumerate_get_udev +libudev.so.1:udev_enumerate_new +libudev.so.1:udev_enumerate_scan_devices +libudev.so.1:udev_enumerate_unref +libudev.so.1:udev_list_entry_get_name +libudev.so.1:udev_list_entry_get_next +libudev.so.1:udev_new +libudev.so.1:udev_unref Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +name : igsc +version : 0.2.5 +release : 1 +source : + - https://github.com/intel/igsc/archive/refs/tags/V0.2.5.tar.gz : d0134f7447f98ac2bdcb5cf9c01dce3051111e1a566e048d59f327327f6972d5 +license : Apache-2.0 +component : programming.tools +summary : Intel graphics system controller firmware update library +description: | + Intel graphics system controller firmware update library. +clang : yes +builddeps : + - intel-metee-devel + - git +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,54 @@ + + + igsc + + Campbell Jones + dev@serebit.com + + Apache-2.0 + programming.tools + Intel graphics system controller firmware update library + Intel graphics system controller firmware update library. + + https://getsol.us/sources/README.Solus + + + igsc + Intel graphics system controller firmware update library + Intel graphics system controller firmware update library. + + programming.tools + + /usr/bin/igsc + /usr/lib64/libigsc.so.0 + /usr/lib64/libigsc.so.0.2.5 + + + + igsc-devel + Development files for igsc + Intel graphics system controller firmware update library. + + programming.devel + + igsc + + + /usr/include/igsc_lib.h + /usr/lib/cmake/igsc/igscConfig.cmake + /usr/lib/cmake/igsc/igscConfigVersion.cmake + /usr/lib/cmake/igsc/igscTargets-relwithdebinfo.cmake + /usr/lib/cmake/igsc/igscTargets.cmake + /usr/lib64/libigsc.so + + + + + 2021-12-08 + 0.2.5 + Packaging update + Campbell Jones + dev@serebit.com + + + \ No newline at end of file