Files
igsc/igsc.spec
Patrik Jakobsson cffd062fa6 - Update to version 1.0.0
* CMake: move Conan requirement out of preset
  * cli: Prefix the debugging with a more suitable name
  * cli: retrieve firmware version before oprom and fw data update
  * cli: add oprom devid enforcement explanations
  * cli: add missed out of memory print
  * lib: drop duplicate perf checkpoint
  * lib: fix strings
  * lib: fix structures definition coding style
  * lib: add comment describing oprom update logic
- Remove 0001-Use-CMAKE_INSTALL_LIBDIR-when-installing-cmake-files.patch 
  * Fix is in upstream and no longer needed

OBS-URL: https://build.opensuse.org/package/show/hardware/igsc?expand=0&rev=2
2025-09-26 13:13:10 +00:00

64 lines
1.6 KiB
RPMSpec

#
# spec file for package intel-metee
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: igsc
Version: 1.0.0
Release: 0
Summary: Intel Graphics System Controller Firmware Update Utility
License: Apache-2.0
URL: https://github.com/intel/igsc
Source: https://github.com/intel/igsc/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: intel-metee-devel
BuildRequires: systemd-devel
%description
Intel Graphics System Controller (igsc) Firmware Update Utility and
library.
%package devel
Summary: Headers and cmake files for the igsc library
%description devel
Headers and cmake files for the igsc library.
%prep
%autosetup -p1
%build
%cmake
%cmake_build
%install
%cmake_install
%ldconfig_scriptlets
%files
%{_bindir}/igsc
%{_libdir}/libigsc.so.1*
%files devel
%{_includedir}/igsc_lib.h
%{_libdir}/cmake/igsc/
%{_libdir}/libigsc.so
%changelog