Files
LACT/pkg/fedora-spec/lact-headless.spec
T
Ilya Zlobintsev 658e4930ea feat: add Flatpak package (#519)
* feat: WIP

* feat: add wip manifest

* fix: replace /var/run with /run

* feat: add flatpak build to github actions

* feat: add flatpak setup script

* fix: build in release

* chore: check autostart mark by default

* feat: update app id

* chore: merge flatpak manifest modules

* chore: add cleanup section

* chore: update manifest file

* chore: pin github actions to specific commits

* chore: update app id again

* doc: add flatpak documentation

* chore: metainfo updates

* fix: desktop file entrypoint

* doc: add service permissions note to flatpak

* chore: improve flatpak manifest

* fix: libdrm x-checker-data indentation
2025-04-04 21:38:19 +03:00

47 lines
1.5 KiB
RPMSpec

Name: lact-headless
Version: 0.7.2
Release: 1
Summary: AMDGPU control utility
License: MIT
URL: https://github.com/ilya-zlobintsev/LACT
Source0: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.7.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: rust cargo gcc libdrm-devel dbus curl make clang git vulkan-tools
Requires: libdrm hwdata vulkan-tools
%description
AMDGPU control utility
%prep
%setup -q -n LACT-%{version}
%build
make build-release-headless %{?_smp_mflags}
%install
rm -rf %{buildroot}
VERGEN_GIT_SHA=942526e 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/scalable/apps/io.github.ilya_zlobintsev.LACT.svg
/usr/share/pixmaps/io.github.ilya_zlobintsev.LACT.png
%changelog
* Sun Mar 16 2025 - ilya-zlobintsev - v0.7.2 - v0.7.2
- Autogenerated from CI, please see for detailed changelog.
* Thu Feb 27 2025 - ilya-zlobintsev - v0.7.1 - v0.7.1
- Autogenerated from CI, please see for detailed changelog.
* Wed Jan 15 2025 - ilya-zlobintsev - -
- Autogenerated from CI, please see for detailed changelog.
* Thu Nov 14 2024 - ilya-zlobintsev - -
- Autogenerated from CI, please see for detailed changelog.
* Thu Nov 14 2024 - ilya-zlobintsev - -
- Autogenerated from CI, please see for detailed changelog.