%global commit 42dc792427bdc91afcd90e86989f3d4a56828c57 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global snapdate 20260411 Name: lact Version: 0.8.5 Release: 0.1.git%{snapdate}.%{shortcommit}%{?dist} Summary: GPU control utility License: MIT URL: https://github.com/ilya-zlobintsev/LACT Source0: https://github.com/ilya-zlobintsev/LACT/archive/%{commit}/LACT-%{shortcommit}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rust cargo gtk4-devel gcc libdrm-devel dbus curl make clang git vulkan-tools clinfo Requires: gtk4 libdrm hwdata vulkan-tools clinfo %description GPU control utility (git snapshot %{shortcommit}) %prep %setup -q -n LACT-%{commit} %build VERGEN_GIT_SHA=%{shortcommit} make build-release %{?_smp_mflags} %install rm -rf %{buildroot} make install PREFIX=/usr DESTDIR=%{buildroot} %files %defattr(-,root,root,-) %license LICENSE %doc README.md /usr/bin/lact /usr/lib/systemd/system/lactd.service /usr/share/applications/io.github.ilya_zlobintsev.LACT.desktop /usr/share/icons/hicolor/512x512/apps/io.github.ilya_zlobintsev.LACT.png /usr/share/icons/hicolor/scalable/apps/io.github.ilya_zlobintsev.LACT.svg /usr/share/metainfo/io.github.ilya_zlobintsev.LACT.metainfo.xml %changelog * Wed, 15 Apr 2026 - predze - 0.8.5~git20260411.42dc792 - Git snapshot build of master (42dc792)