Name: hyprlang Version: 0.6.8 Release: 1%{?dist} Summary: Hyprland config language library License: LGPL-3.0-or-later URL: https://github.com/hyprwm/hyprlang Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(hyprutils) %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development files for %{name}. %prep %setup -q -n %{name}-%{version} %build %cmake -DCMAKE_BUILD_TYPE=Release %cmake_build %install %cmake_install %files %license LICENSE %{_libdir}/lib%{name}.so.* %files devel %{_includedir}/%{name}.hpp %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %changelog * Sat Jun 06 2026 Omadora - 0.6.8-1 - Initial build