Name: hyprlang Version: 0.6.8 Release: %autorelease Summary: The official implementation library for the hypr config language for Hyprland License: BSD-3-Clause URL: https://github.com/hyprwm/hyprlang Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(hyprutils) >= 0.11.0 %description Library for the official configuration language for Hyprland. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -p1 %build %cmake %cmake_build %install %cmake_install %check %ctest %files %license LICENSE %doc README.md %{_libdir}/lib%{name}.so.%{version} %{_libdir}/lib%{name}.so.2 %files devel %{_includedir}/%{name}.hpp %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %changelog %autochangelog