%global git_date 20240925 %global git_hash 3f52934 %global git_ver 0.2.3 %global rel 1 %global src_name %{name}-%{git_date}-%{git_hash}.tar.xz Name: hyprutils Version: %{git_ver}^%{git_date}g%{git_hash} Release: %{rel}%{?dist} Summary: Hyprland utilities library used across the ecosystem License: BSD-3-Clause URL: https://github.com/hyprwm/hyprutils Source: %{url}/%{src_name} BuildRequires: cmake make gcc-c++ BuildRequires: pkgconfig(pixman-1) %description Hyprutils is a small C++ library for utilities used across the Hypr* ecosystem. %package devel Summary: devel files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %summary %prep %autosetup -n %{name} %build %cmake %cmake_build %install %cmake_install %files %doc README.md %license LICENSE %{_libdir}/lib%{name}.so.* %files devel %{_includedir}/%{name}/* %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/lib%{name}.so %changelog %autochangelog