Name: hyprsysteminfo Version: 0.2.0 Release: %autorelease -b 2 Summary: Application to display information about the running system License: BSD-3-Clause URL: https://github.com/hyprwm/hyprsysteminfo Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz ExcludeArch: %{ix86} BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: cmake(glaze) >= 6.1.0 BuildRequires: pkgconfig(hyprtoolkit) >= 0.5.3 BuildRequires: pkgconfig(hyprutils) >= 0.11.0 BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(pixman-1) %description %{summary}. %prep %autosetup -p1 %build %cmake -DCMAKE_BUILD_TYPE=Release %cmake_build %install %cmake_install %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %changelog %autochangelog