%if 0%{?fedora} %global debug_package %{nil} %endif Name: jupiter Version: 0.0.git.4.6fa708eb Release: 1%{?dist} Summary: Driver exposing various bits and pieces of functionality provided by Steam Deck specific VLV0100 device License: GPLv2 URL: https://github.com/KyleGospo/steamdeck-kmod Source: %{url}/archive/refs/heads/main.tar.gz Provides: %{name}-kmod-common = %{version} Requires: %{name}-kmod >= %{version} BuildRequires: systemd-rpm-macros %description Driver exposing various bits and pieces of functionality provided by Steam Deck specific VLV0100 device presented by EC firmware. This includes but not limited to: - CPU/device's fan control - Read-only access to DDIC registers - Battery tempreature measurements - Various display related control knobs - USB Type-C connector event notification %prep %setup -q -c steamdeck-kmod-main %build install -D -m 0644 steamdeck-kmod-main/%{name}.conf %{buildroot}%{_modulesloaddir}/%{name}.conf %files %doc steamdeck-kmod-main/README.md %license steamdeck-kmod-main/LICENSE %{_modulesloaddir}/%{name}.conf %changelog