Name: ananicy-rules Version: 1.1.41 Release: 1%{?dist} Summary: Ananicy-cpp-rules collection for ananicy-cpp BuildArch: noarch License: GPL-3.0-only URL: https://github.com/CachyOS/ananicy-rules Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Requires: ananicy-cpp %description List of rules used to assign specific nice values to specific processes. These rules are maintained by the CachyOS team and the community. %prep %autosetup -n %{name}-%{version} %build # Nothing to build %install install -d %{buildroot}%{_sysconfdir}/ananicy.d/ cp -r 00-* %{buildroot}%{_sysconfdir}/ananicy.d/ install -Dpm 0644 ananicy.conf %{buildroot}%{_sysconfdir}/ananicy.d/ananicy.conf %files %license LICENSE %doc README.md %config(noreplace) %{_sysconfdir}/ananicy.d/ananicy.conf %{_sysconfdir}/ananicy.d/00-* %changelog * Mon Jun 15 2026 sachesi - 1.1.41-1 - Update to 1.1.41. * Thu Jun 11 2026 sachesi - 1.1.40-1 - Update to 1.1.40. * Tue Jun 09 2026 sachesi - 1.1.39-1 - Initial package for Copr.