%define version 0.1.0 Name: klar Version: %{version} Release: 1%{?dist} Summary: A generic OSD License: MIT URL: https://github.com/isaksamsten/klar Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: pyproject-rpm-macros BuildRequires: python3-gobject BuildRequires: python3-hatchling BuildRequires: python3-pip Requires: python3-gobject Requires: gtk4-layer-shell Requires: gtk4 Requires: libadwaita Requires: python3-pulsectl %description klar is a minimalist On-Screen Display (OSD) for Linux that shows visual indicators for brightness, audio, and power events %prep %autosetup -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files %license LICENSE %doc README.md %{_bindir}/klar %{python3_sitelib}/klar* %changelog * Fri May 30 2025 Isak Samsten - 0.1.0-1 - Initial release